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