| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/yuv4mpegdec: increase header limit | Chema Gonzalez | 2022-10-21 | 1 | -1/+1 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -3/+3 |
* | avformat/yuv4mpegdec: Don't call avio_tell() twice | Andreas Rheinhardt | 2021-08-30 | 1 | -2/+3 |
* | avformat/yuv4mpegdec: Use table instead of repeated "else if" | Andreas Rheinhardt | 2021-07-23 | 1 | -103/+80 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/yuv4mpegdec: add support for 444alpha | Paul B Mahol | 2020-03-19 | 1 | -3/+1 |
* | avformat/yuv4mpegdec: use proper error codes | Paul B Mahol | 2020-03-19 | 1 | -2/+2 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -1/+0 |
* | avformat/yuv4mpegdec: increase header limit | Gyan Doshi | 2020-01-26 | 1 | -1/+1 |
* | avformat/yuv4mpegdec: better error logging | Gyan Doshi | 2020-01-26 | 1 | -4/+8 |
* | avformat/y4m: do not try to seek if pts is less than 0 | Paul B Mahol | 2019-09-22 | 1 | -0/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | libavformat/yuv4mpeg: Add color range support for Y4M Add color_range support... | Wang Cao | 2018-06-30 | 1 | -0/+8 |
* | avformat/yuv4mpegdec: simplify math | Paul B Mahol | 2018-05-03 | 1 | -6/+3 |
* | avformat/yuv4mpegdec: fix seeking backwards | Paul B Mahol | 2018-04-25 | 1 | -1/+10 |
* | avformat/yuv4mpeg: add gray9/10/12 support | Mateusz | 2017-10-26 | 1 | -0/+6 |
* | yuv4mpegdec: fix leaking pkt in yuv4_read_packet | Andreas Cadhalpun | 2016-12-08 | 1 | -2/+3 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -8/+8 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -12/+12 |
* | | avformat/yuv4mpegdec: fix seeking for partial files | Paul B Mahol | 2016-03-03 | 1 | -1/+2 |
* | | Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884' | Hendrik Leppkes | 2015-10-22 | 1 | -1/+3 |
|\| |
|
| * | Replace any remaining avpicture function with imgutils | Vittorio Giovara | 2015-10-21 | 1 | -1/+4 |
* | | avformat/yuv4mpegdec: Use 64bit for file offset | Michael Niedermayer | 2015-07-12 | 1 | -1/+2 |
* | | avformat/yuv4mpegdec: remove unused variable | Paul B Mahol | 2015-07-11 | 1 | -1/+0 |
* | | avformat/yuv4mpegdec: Remove unused variables | Michael Niedermayer | 2015-07-11 | 1 | -4/+1 |
* | | yuv4mpeg: add rough duration estimate and seeking. | Ronald S. Bultje | 2015-07-11 | 1 | -7/+19 |
* | | Merge commit '08fa34bf75942f66796d770ff42a3721b2e3d2d4' | Michael Niedermayer | 2015-01-29 | 1 | -1/+1 |
|\| |
|
| * | yuv4mpegdec: initialize field_order in yuv4_read_header() | Vittorio Giovara | 2015-01-29 | 1 | -1/+1 |
* | | avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in ... | Michael Niedermayer | 2014-12-10 | 1 | -1/+1 |
* | | Merge commit 'b513bf6f69e26e724de6d5dca642c3582dcd0517' | Michael Niedermayer | 2014-05-18 | 1 | -23/+23 |
|\| |
|
| * | yuv4mpegdec: do not set coded_frame properties | Anton Khirnov | 2014-05-18 | 1 | -20/+6 |
* | | Merge commit 'e4dc1000d7bbbcb5b45cf9849fc5315f19578e37' | Michael Niedermayer | 2014-05-18 | 1 | -47/+94 |
|/ |
|
* | yuv4mpeg: split the demuxer and muxer into separate files | Anton Khirnov | 2014-05-18 | 1 | -0/+273 |