summaryrefslogtreecommitdiff
path: root/libavformat/au.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-291-0/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avformat/au: Deduplicate codec_tag listsAndreas Rheinhardt2021-02-231-2/+4
* avformat/au: cleanup on EOF return in au_read_annotation()Michael Niedermayer2020-11-101-1/+4
* avformat/au: Check for EOF in au_read_annotation()Michael Niedermayer2020-10-231-0/+2
* avformat/au: Avoid allocation for metadata stringAndreas Rheinhardt2020-07-181-31/+19
* avformat/au: Simplify writing string into AVBPrintAndreas Rheinhardt2020-07-181-4/+2
* avformat/au: Remove redundant av_freep()Andreas Rheinhardt2020-07-181-2/+2
* avformat/au: Store strings instead of pointers to strings in arrayAndreas Rheinhardt2020-07-181-7/+6
* avformat/au: check return value of au_read_annotation()Limin Wang2020-07-021-1/+4
* avformat/au: check return value of av_bprint_finalize()Limin Wang2020-07-021-2/+4
* avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint2020-01-071-1/+0
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-071-1/+0
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/au: do not use invalid block_align for small bits per samplePaul B Mahol2018-12-311-2/+3
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
* | avformat/au: Read MetaData from AU Sun audio file headerThomas Bernard2016-06-131-2/+68
* | avformat/au: Write MetaData in AU Sun audio file headerThomas Bernard2016-06-031-4/+62
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-15/+15
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-15/+15
* | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer2014-06-181-0/+1
|\ \ | |/
| * lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-181-0/+1
* | avformat/au: add assert to help source code analyzersMichael Niedermayer2013-10-201-0/+2
* | avformat: Use G726LE decoder for Sun AU filesCarl Eugen Hoyos2013-10-181-1/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-111-2/+2
|\ \ | |/
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-111-2/+2
* | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer2013-03-141-2/+2
|\ \ | |/
| * avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* | auenc: strict check for supported codecPaul B Mahol2013-01-301-1/+9
* | auenc: remove put_au_header() and merge its code into au_write_headerPaul B Mahol2013-01-301-14/+4
* | au: switch to ff_pcm_read_packet() again, after the mergeMichael Niedermayer2013-01-111-16/+1
* | Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'Michael Niedermayer2013-01-101-5/+6
|\ \ | |/
| * au: remove unnecessary castsJustin Ruggles2013-01-091-2/+2
| * au: return AVERROR codes instead of -1Justin Ruggles2013-01-091-5/+6
* | Merge commit 'fd9147f11456a7e39a998d7270684922a2a46e6d'Michael Niedermayer2013-01-101-49/+46
|\ \ | |/
| * au: cosmetics: pretty-print and remove pointless commentsJustin Ruggles2013-01-091-50/+46
* | Merge commit 'c88d245c9866e48cb8a238b7564964c1fcf3315f'Michael Niedermayer2013-01-101-1/+18
|\ \ | |/
| * au: use ff_raw_write_packet()Justin Ruggles2013-01-091-8/+3
| * au: set stream start time and packet durationsJustin Ruggles2013-01-091-0/+3
* | Merge commit 'af68a2baae6761044cbed95575e8bcfebf55c6f1'Michael Niedermayer2013-01-101-2/+7
|\ \ | |/
| * au: use %u when printing id and channels since they are unsignedJustin Ruggles2013-01-091-2/+2
| * au: validate sample rateJustin Ruggles2013-01-091-0/+5
* | Merge commit 'c837b38dd33a11c3810e988a60193a858eb4f58c'Michael Niedermayer2013-01-101-6/+8
|\ \ | |/
| * au: move skipping of unused data to before parameter validationJustin Ruggles2013-01-091-5/+5
| * au: do not arbitrarily limit channel countJustin Ruggles2013-01-091-3/+3
| * au: do not set pkt->size directlyJustin Ruggles2013-01-091-3/+0
| * au: set block_align and use it in au_read_packet()Justin Ruggles2013-01-091-3/+3
* | Merge commit '9a7b56883d1333cdfcdf0fa7584a333841b86114'Michael Niedermayer2013-01-101-2/+10
|\ \ | |/
| * au: set bit rateJustin Ruggles2013-01-091-0/+1