| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -17/+17 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -19/+19 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
| * | idcin: fix return check | Vittorio Giovara | 2014-10-20 | 1 | -2/+2 |
* | | avformat/idcin: Remove redundant chunk size check | Michael Niedermayer | 2015-05-12 | 1 | -2/+0 |
* | | avformat/idcin: Use 64bit for ret to avoid overflow | Michael Niedermayer | 2015-02-20 | 1 | -1/+1 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | avformat/idcin: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -8/+1 |
* | | avformat/idcin: check the decompressed frame size during probing | Michael Niedermayer | 2013-11-08 | 1 | -5/+14 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -3/+1 |
* | | idcin: check return value of av_malloc() | Paul B Mahol | 2013-07-01 | 1 | -1/+3 |
* | | Autodetect idcin only if audio properties allow decoding. | Carl Eugen Hoyos | 2013-06-19 | 1 | -5/+5 |
* | | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\| |
|
| * | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' | Michael Niedermayer | 2013-05-04 | 1 | -1/+1 |
|\| |
|
| * | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
* | | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | Replace remaining includes of audioconvert.h with channel_layout.h | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-17 | 1 | -1/+3 |
|\| |
|
| * | idcin: fix memleaks in idcin_read_packet() | Justin Ruggles | 2013-01-16 | 1 | -1/+4 |
* | | idcin: fix memleak | Michael Niedermayer | 2013-01-10 | 1 | -0/+1 |
* | | Merge commit 'ed79093222ceb42f0c3a39095a69af0b32be5450' | Michael Niedermayer | 2013-01-10 | 1 | -1/+1 |
|\| |
|
| * | idcin: return 0 from idcin_read_packet() on success. | Justin Ruggles | 2013-01-09 | 1 | -1/+1 |
* | | Merge commit '5d0450461ff729be5f531d333d29754155e406c5' | Michael Niedermayer | 2013-01-10 | 1 | -4/+31 |
|\| |
|
| * | idcin: better error handling | Justin Ruggles | 2013-01-09 | 1 | -4/+27 |
| * | idcin: check for integer overflow when calling av_get_packet() | Justin Ruggles | 2013-01-09 | 1 | -0/+4 |
* | | Merge commit '7040e479a1530b2eda4b89a182d5eb50a77bd907' | Michael Niedermayer | 2013-01-10 | 1 | -0/+22 |
|\| |
|
| * | idcin: allow seeking back to the first packet | Justin Ruggles | 2013-01-09 | 1 | -0/+21 |
| * | idcin: set AV_PKT_FLAG_KEY for video packets with a palette | Justin Ruggles | 2013-01-09 | 1 | -0/+1 |
* | | Merge commit 'ccc0ffb1ba3fc1adb05a9f56dfc26131e61db3fb' | Michael Niedermayer | 2013-01-10 | 1 | -8/+10 |
|\| |
|
| * | idcin: set start_time and packet duration instead of manually tracking pts. | Justin Ruggles | 2013-01-09 | 1 | -8/+7 |
| * | idcin: set channel_layout | Justin Ruggles | 2013-01-09 | 1 | -0/+3 |
* | | Merge commit '12c2530b1d87fa94f81ea97df575b77c825e6f4f' | Michael Niedermayer | 2013-01-10 | 1 | -4/+25 |
|\| |
|
| * | idcin: fix check for presence of an audio stream | Justin Ruggles | 2013-01-09 | 1 | -4/+6 |
| * | idcin: validate header parameters | Justin Ruggles | 2013-01-09 | 1 | -0/+19 |
* | | idcin: check chunk_size value before using it | Paul B Mahol | 2012-10-15 | 1 | -0/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -2/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | | Fix OOM error condition in idcin demuxer. | Carl Eugen Hoyos | 2012-01-07 | 1 | -2/+2 |
* | | Make the palette in Quake II CIN files opaque and increase its dynamics. | Carl Eugen Hoyos | 2011-12-24 | 1 | -1/+3 |