| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -5/+5 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+2 |
* | lavf: use av_fourcc2str() where appropriate | Clément Bœsch | 2017-03-29 | 1 | -3/+2 |
* | 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 | -18/+18 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -22/+22 |
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | avformat/westwood_vqa: Remove unneeded cast | Michael Niedermayer | 2015-01-03 | 1 | -1/+1 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | avformat/westwood_vqa: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -5/+1 |
* | | avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_t | Paul B Mahol | 2013-10-13 | 1 | -8/+8 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -6/+2 |
* | | Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14' | Michael Niedermayer | 2013-07-08 | 1 | -1/+0 |
|\| |
|
| * | westwood_vqa: do not free extradata on error in read_header | Luca Barbato | 2013-07-07 | 1 | -2/+0 |
* | | westwood_vqa: check return value of av_malloc() | Paul B Mahol | 2013-07-01 | 1 | -1/+3 |
* | | westwood_vqa: fix null pointer dereference | Michael Niedermayer | 2012-12-14 | 1 | -1/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | 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 |
| * | westwood_vqa: fix SND0 chunk handling | Paul B Mahol | 2012-03-27 | 1 | -63/+71 |
| * | westwood_vqa: set video stream duration | Paul B Mahol | 2012-03-27 | 1 | -0/+2 |
* | | westwood_vqa: set video stream duration | Paul B Mahol | 2012-03-21 | 1 | -0/+2 |
* | | westwood_vqa: fix SND0 chunk handling | Paul B Mahol | 2012-03-21 | 1 | -63/+71 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -26/+47 |
|\| |
|
| * | adpcm_ima_ws: fix stereo decoding | Justin Ruggles | 2012-01-24 | 1 | -0/+6 |
| * | vqa: remove unused context fields, audio_samplerate and audio_bits | Justin Ruggles | 2012-01-24 | 1 | -4/+0 |
| * | vqa: clean up audio header parsing | Justin Ruggles | 2012-01-24 | 1 | -17/+30 |
| * | vqa: set time base to frame rate as coded in the header. | Justin Ruggles | 2012-01-24 | 1 | -2/+7 |
| * | vqa: set packet duration. | Justin Ruggles | 2012-01-24 | 1 | -5/+3 |
| * | vqa: use 1/sample_rate as the audio stream time base | Justin Ruggles | 2012-01-24 | 1 | -1/+2 |
| * | vqa: set stream start_time to 0. | Justin Ruggles | 2012-01-24 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -13/+8 |
|/ |
|
* | westwood: split the AUD and VQA demuxers into separate files. | Justin Ruggles | 2012-01-23 | 1 | -0/+251 |