| Commit message (Expand) | Author | Age | Files | Lines |
* | bethsoftvid: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -2/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/bethsoftvid: Check image dimensions before use | Michael Niedermayer | 2020-10-23 | 1 | -0/+6 |
* | avformat/bethsoftvid: Fix potential memleak upon reallocation failure | Andreas Rheinhardt | 2020-03-22 | 1 | -3/+7 |
* | avformat/bethsoftvid: Avoid allocations and frees for palettes | Andreas Rheinhardt | 2020-03-22 | 1 | -18/+7 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -12/+12 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -12/+12 |
* | | Merge commit '84bf64d3598c98a748e609195358ea04b0cfd140' | Michael Niedermayer | 2014-10-29 | 1 | -5/+5 |
|\| |
|
| * | bethsoftvid: simplify return handling | Vittorio Giovara | 2014-10-29 | 1 | -2/+0 |
| * | bethsoftvid: check return value and clean memory | Vittorio Giovara | 2014-10-27 | 1 | -0/+4 |
* | | avformat/bethsoftvid: print error in case the side date failed to be allocated | Michael Niedermayer | 2014-10-27 | 1 | -0/+3 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | avformat/bethsoftvid: check 4th header byte in probe | Michael Niedermayer | 2013-11-11 | 1 | -0/+3 |
* | | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e' | Michael Niedermayer | 2013-03-14 | 1 | -2/+3 |
|\| |
|
| * | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+3 |
* | | Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534' | Michael Niedermayer | 2012-12-19 | 1 | -1/+1 |
|\| |
|
| * | misc typo, style and wording fixes | Diego Biurrun | 2012-12-18 | 1 | -1/+1 |
* | | bethsoftvid: signal EOF | Piotr Bandurski | 2012-11-21 | 1 | -1/+1 |
* | | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b' | Michael Niedermayer | 2012-11-13 | 1 | -0/+2 |
|\| |
|
| * | bethsoftvid: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+2 |
* | | bethsoftvid: check return value of av_packet_new_side_data() | Paul B Mahol | 2012-10-11 | 1 | -1/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | 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-02-17 | 1 | -51/+111 |
|\| |
|
| * | bethsoftvid: synchronize video timestamps with audio sample rate | Justin Ruggles | 2012-02-16 | 1 | -18/+29 |
| * | bethsoftvid: add audio stream only after getting the first audio packet | Justin Ruggles | 2012-02-16 | 1 | -15/+27 |
| * | bethsoftvid: Set video packet duration instead of accumulating pts. | Justin Ruggles | 2012-02-16 | 1 | -7/+5 |
| * | bethsoftvid: set packet key frame flag for audio and I-frame video packets. | Justin Ruggles | 2012-02-16 | 1 | -0/+3 |
| * | bethsoftvid: fix read_packet() return codes. | Justin Ruggles | 2012-02-16 | 1 | -9/+22 |
| * | bethsoftvid: pass palette in side data instead of in a separate packet. | Justin Ruggles | 2012-02-16 | 1 | -6/+29 |
* | | 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 | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -2/+2 |
|\| |
|
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -6/+6 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -2/+2 |
|\| |
|
| * | doxygen: replace @sa tag by the more readable but equivalent @see | Diego Biurrun | 2011-07-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -2/+0 |
|\| |
|
| * | Remove return statements following infinite loops without break | Mans Rullgard | 2011-07-03 | 1 | -2/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
|\| |
|
| * | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
| * | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
| * | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |