Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-21avformat/yuv4mpegdec: increase header limitChema Gonzalez
2021-09-17avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt
2021-08-30avformat/yuv4mpegdec: Don't call avio_tell() twiceAndreas Rheinhardt
2021-07-23avformat/yuv4mpegdec: Use table instead of repeated "else if"Andreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-03-19avformat/yuv4mpegdec: add support for 444alphaPaul B Mahol
2020-03-19avformat/yuv4mpegdec: use proper error codesPaul B Mahol
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2020-01-26avformat/yuv4mpegdec: increase header limitGyan Doshi
2020-01-26avformat/yuv4mpegdec: better error loggingGyan Doshi
2019-09-22avformat/y4m: do not try to seek if pts is less than 0Paul B Mahol
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-06-30libavformat/yuv4mpeg: Add color range support for Y4M Add color_range support...Wang Cao
2018-05-03avformat/yuv4mpegdec: simplify mathPaul B Mahol
2018-04-25avformat/yuv4mpegdec: fix seeking backwardsPaul B Mahol
2017-10-26avformat/yuv4mpeg: add gray9/10/12 supportMateusz
2016-12-08yuv4mpegdec: fix leaking pkt in yuv4_read_packetAndreas Cadhalpun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-03avformat/yuv4mpegdec: fix seeking for partial filesPaul B Mahol
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-22Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884'Hendrik Leppkes
2015-10-21Replace any remaining avpicture function with imgutilsVittorio Giovara
2015-07-12avformat/yuv4mpegdec: Use 64bit for file offsetMichael Niedermayer
2015-07-11avformat/yuv4mpegdec: remove unused variablePaul B Mahol
2015-07-11avformat/yuv4mpegdec: Remove unused variablesMichael Niedermayer
2015-07-11yuv4mpeg: add rough duration estimate and seeking.Ronald S. Bultje
2015-01-29Merge commit '08fa34bf75942f66796d770ff42a3721b2e3d2d4'Michael Niedermayer
2015-01-29yuv4mpegdec: initialize field_order in yuv4_read_header()Vittorio Giovara
2014-12-10avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in ...Michael Niedermayer
2014-05-18Merge commit 'b513bf6f69e26e724de6d5dca642c3582dcd0517'Michael Niedermayer
2014-05-18Merge commit 'e4dc1000d7bbbcb5b45cf9849fc5315f19578e37'Michael Niedermayer
2014-05-18yuv4mpegdec: do not set coded_frame propertiesAnton Khirnov
2014-05-18yuv4mpeg: split the demuxer and muxer into separate filesAnton Khirnov