| Commit message (Expand) | Author | Age | Files | Lines |
* | 4xm: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -3/+3 |
* | avformat/4xm: Check for duplicate track ids | Michael Niedermayer | 2021-12-16 | 1 | -0/+3 |
* | avformat/4xm: Consider max_streams on reallocating tracks array | Michael Niedermayer | 2021-12-16 | 1 | -1/+2 |
* | avformat/4xm: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/4xm: Make audio_frame_count 64bit | Michael Niedermayer | 2021-02-04 | 1 | -1/+1 |
* | avformat/4xm: Check that a video stream was created before returning packets ... | Michael Niedermayer | 2020-06-14 | 1 | -0/+3 |
* | avformat/4xm: Cleanup on GET_LIST_HEADER() failure | Michael Niedermayer | 2020-06-08 | 1 | -3/+5 |
* | avformat: Improve returned error codes | Andreas Rheinhardt | 2020-01-08 | 1 | -3/+5 |
* | lavf/4xm: fix memory leak in error handing path | Jun Zhao | 2019-09-25 | 1 | -1/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | 4xm: prevent overflow during block alignment calculation | Andreas Cadhalpun | 2017-01-29 | 1 | -1/+4 |
* | 4xm: prevent overflow during bit rate calculation | Andreas Cadhalpun | 2016-12-15 | 1 | -1/+7 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -22/+22 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -22/+22 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avformat/4xm: Change fps to AVRational | Michael Niedermayer | 2015-05-23 | 1 | -4/+4 |
* | | 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 |
* | | Merge commit 'd256ed78ffe202a4dcc8d625becffc716bfa3977' | Michael Niedermayer | 2014-05-18 | 1 | -1/+4 |
|\| |
|
| * | 4xm: allocate extradata properly. | Anton Khirnov | 2014-05-18 | 1 | -1/+4 |
* | | avformat/4xm: shrink packet if it was only partially initialized | Michael Niedermayer | 2013-12-22 | 1 | -1/+3 |
* | | Merge commit 'd719981273bc779c7d1e879d88404fd867f93a0e' | Michael Niedermayer | 2013-09-04 | 1 | -0/+1 |
|\| |
|
| * | 4xm: Check that the read track value is non-negative | Martin Storsjö | 2013-09-03 | 1 | -0/+2 |
* | | Merge commit 'a7c1689dedd11689edb30088d467ac03f9b8d1cf' | Michael Niedermayer | 2013-09-03 | 1 | -1/+1 |
|\| |
|
| * | 4xm: check that bits per sample is strictly positive | Anton Khirnov | 2013-09-02 | 1 | -1/+1 |
* | | Merge commit '42d73f7f6bea0ee0f64a3ad4882860ce5b923a11' | Michael Niedermayer | 2013-06-13 | 1 | -8/+13 |
|\| |
|
| * | 4xm: do not overread while parsing header | Luca Barbato | 2013-06-12 | 1 | -6/+14 |
* | | Merge commit 'e7a44f87d07655ec0cd31c315936931674434340' | Michael Niedermayer | 2013-06-13 | 1 | -95/+102 |
|\| |
|
| * | 4xm: refactor fourxm_read_header | Luca Barbato | 2013-06-12 | 1 | -89/+93 |
* | | Merge commit 'e6496ea7e7ea7355167a1ccbe67a7199d446a654' | Michael Niedermayer | 2013-06-13 | 1 | -43/+40 |
|\| |
|
| * | 4xm: K&R formatting cosmetics | Luca Barbato | 2013-06-12 | 1 | -44/+41 |
* | | check std tag size before reading. | Michael Niedermayer | 2012-12-01 | 1 | -0/+4 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | | 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 |
* | | 4xm: fix division by zero caused by bps<8 | Michael Niedermayer | 2012-05-29 | 1 | -0/+5 |
* | | 4xmdemux: Check chunk size | Michael Niedermayer | 2012-04-16 | 1 | -0/+4 |
* | | lavf/4xm: use proper error codes | Stefano Sabatini | 2012-02-06 | 1 | -2/+2 |
* | | 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-12 | 1 | -2/+2 |
|\| |
|
| * | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -2/+3 |
|\| |
|