| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/au: cleanup on EOF return in au_read_annotation() | Michael Niedermayer | 2020-11-10 | 1 | -1/+4 |
* | avformat/au: Check for EOF in au_read_annotation() | Michael Niedermayer | 2020-10-23 | 1 | -0/+2 |
* | avformat/au: Avoid allocation for metadata string | Andreas Rheinhardt | 2020-07-18 | 1 | -31/+19 |
* | avformat/au: Simplify writing string into AVBPrint | Andreas Rheinhardt | 2020-07-18 | 1 | -4/+2 |
* | avformat/au: Remove redundant av_freep() | Andreas Rheinhardt | 2020-07-18 | 1 | -2/+2 |
* | avformat/au: Store strings instead of pointers to strings in array | Andreas Rheinhardt | 2020-07-18 | 1 | -7/+6 |
* | avformat/au: check return value of au_read_annotation() | Limin Wang | 2020-07-02 | 1 | -1/+4 |
* | avformat/au: check return value of av_bprint_finalize() | Limin Wang | 2020-07-02 | 1 | -2/+4 |
* | avformat: remove unneeded avio_flush() calls from the end of write_trailer fu... | Marton Balint | 2020-01-07 | 1 | -1/+0 |
* | avformat: remove avio_flush() calls from the end of write_header functions | Marton Balint | 2020-01-07 | 1 | -1/+0 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/au: do not use invalid block_align for small bits per sample | Paul B Mahol | 2018-12-31 | 1 | -2/+3 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | avformat/au: Read MetaData from AU Sun audio file header | Thomas Bernard | 2016-06-13 | 1 | -2/+68 |
* | | avformat/au: Write MetaData in AU Sun audio file header | Thomas Bernard | 2016-06-03 | 1 | -4/+62 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -15/+15 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -15/+15 |
* | | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' | Michael Niedermayer | 2014-06-18 | 1 | -0/+1 |
|\| |
|
| * | lavf: add the notimestamps flag to the muxers missing it | Anton Khirnov | 2014-06-18 | 1 | -0/+1 |
* | | avformat/au: add assert to help source code analyzers | Michael Niedermayer | 2013-10-20 | 1 | -0/+2 |
* | | avformat: Use G726LE decoder for Sun AU files | Carl Eugen Hoyos | 2013-10-18 | 1 | -1/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-11 | 1 | -2/+2 |
|\| |
|
| * | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -2/+2 |
* | | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e' | Michael Niedermayer | 2013-03-14 | 1 | -2/+2 |
|\| |
|
| * | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | | auenc: strict check for supported codec | Paul B Mahol | 2013-01-30 | 1 | -1/+9 |
* | | auenc: remove put_au_header() and merge its code into au_write_header | Paul B Mahol | 2013-01-30 | 1 | -14/+4 |
* | | au: switch to ff_pcm_read_packet() again, after the merge | Michael Niedermayer | 2013-01-11 | 1 | -16/+1 |
* | | Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a' | Michael Niedermayer | 2013-01-10 | 1 | -5/+6 |
|\| |
|
| * | au: remove unnecessary casts | Justin Ruggles | 2013-01-09 | 1 | -2/+2 |
| * | au: return AVERROR codes instead of -1 | Justin Ruggles | 2013-01-09 | 1 | -5/+6 |
* | | Merge commit 'fd9147f11456a7e39a998d7270684922a2a46e6d' | Michael Niedermayer | 2013-01-10 | 1 | -49/+46 |
|\| |
|
| * | au: cosmetics: pretty-print and remove pointless comments | Justin Ruggles | 2013-01-09 | 1 | -50/+46 |
* | | Merge commit 'c88d245c9866e48cb8a238b7564964c1fcf3315f' | Michael Niedermayer | 2013-01-10 | 1 | -1/+18 |
|\| |
|
| * | au: use ff_raw_write_packet() | Justin Ruggles | 2013-01-09 | 1 | -8/+3 |
| * | au: set stream start time and packet durations | Justin Ruggles | 2013-01-09 | 1 | -0/+3 |
* | | Merge commit 'af68a2baae6761044cbed95575e8bcfebf55c6f1' | Michael Niedermayer | 2013-01-10 | 1 | -2/+7 |
|\| |
|
| * | au: use %u when printing id and channels since they are unsigned | Justin Ruggles | 2013-01-09 | 1 | -2/+2 |
| * | au: validate sample rate | Justin Ruggles | 2013-01-09 | 1 | -0/+5 |
* | | Merge commit 'c837b38dd33a11c3810e988a60193a858eb4f58c' | Michael Niedermayer | 2013-01-10 | 1 | -6/+8 |
|\| |
|
| * | au: move skipping of unused data to before parameter validation | Justin Ruggles | 2013-01-09 | 1 | -5/+5 |
| * | au: do not arbitrarily limit channel count | Justin Ruggles | 2013-01-09 | 1 | -3/+3 |
| * | au: do not set pkt->size directly | Justin Ruggles | 2013-01-09 | 1 | -3/+0 |
| * | au: set block_align and use it in au_read_packet() | Justin Ruggles | 2013-01-09 | 1 | -3/+3 |
* | | Merge commit '9a7b56883d1333cdfcdf0fa7584a333841b86114' | Michael Niedermayer | 2013-01-10 | 1 | -2/+10 |
|\| |
|
| * | au: set bit rate | Justin Ruggles | 2013-01-09 | 1 | -0/+1 |
| * | au: validate bits-per-sample separately from codec tag | Justin Ruggles | 2013-01-09 | 1 | -1/+8 |
* | | au: use ff_raw_write_packet() | Justin Ruggles | 2013-01-04 | 1 | -8/+3 |
* | | auenc: do not write invalid file size | Paul B Mahol | 2012-12-28 | 1 | -4/+2 |