32 Commits (a2564264116aabc5a95755ca93a31508ef547f40)

Author SHA1 Message Date
Andreas Rheinhardt fed0282508 avformat: Avoid allocation for AVFormatInternal 3 years ago
Andreas Rheinhardt 9abf0e0419 avformat/yuv4mpegdec: Don't call avio_tell() twice 3 years ago
Andreas Rheinhardt 046cbd255e avformat/yuv4mpegdec: Use table instead of repeated "else if" 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Paul B Mahol c693e7b053 avformat/yuv4mpegdec: add support for 444alpha 5 years ago
Paul B Mahol 4eb5dfb52e avformat/yuv4mpegdec: use proper error codes 5 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Gyan Doshi 0b1ff3265e avformat/yuv4mpegdec: increase header limit 5 years ago
Gyan Doshi 724e6b3d63 avformat/yuv4mpegdec: better error logging 5 years ago
Paul B Mahol 05a2ce9326 avformat/y4m: do not try to seek if pts is less than 0 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Wang Cao 5a99e00023 libavformat/yuv4mpeg: Add color range support for Y4M Add color_range support in Y4M. 6 years ago
Paul B Mahol 5abcf45d75 avformat/yuv4mpegdec: simplify math 7 years ago
Paul B Mahol b2570afde3 avformat/yuv4mpegdec: fix seeking backwards 7 years ago
Mateusz a4743d2574 avformat/yuv4mpeg: add gray9/10/12 support 7 years ago
Andreas Cadhalpun e3694478a9 yuv4mpegdec: fix leaking pkt in yuv4_read_packet 8 years ago
Paul B Mahol dd2ea5cbfb avformat/yuv4mpegdec: fix seeking for partial files 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 9 years ago
Michael Niedermayer 944a1aa3c5 avformat/yuv4mpegdec: Use 64bit for file offset 9 years ago
Paul B Mahol 3666974230 avformat/yuv4mpegdec: remove unused variable 9 years ago
Michael Niedermayer 9b8b804cfb avformat/yuv4mpegdec: Remove unused variables 9 years ago
Ronald S. Bultje 733c5d889b yuv4mpeg: add rough duration estimate and seeking. 9 years ago
Vittorio Giovara 08fa34bf75 yuv4mpegdec: initialize field_order in yuv4_read_header() 10 years ago
Michael Niedermayer 52a17972de avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in this function" 10 years ago
Anton Khirnov b513bf6f69 yuv4mpegdec: do not set coded_frame properties 11 years ago
Anton Khirnov e4dc1000d7 yuv4mpeg: split the demuxer and muxer into separate files 11 years ago
Anton Khirnov 5ef11b8dcc yuv4mpeg: set average frame rate 11 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 11 years ago
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
Ronald S. Bultje 6c86a63bad yuv4mpeg: Correctly round chroma up for odd luma sizes 12 years ago
Ronald S. Bultje cea8a0077f yuv4mpeg: correctly handle chroma for odd luma sizes. 12 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Carl Eugen Hoyos b45a3e167f Map the interlaced flag of yuv4mpeg streams to AVCodecContext->field_order. 12 years ago
Carl Eugen Hoyos 985e93a865 Do not fail for mixed interlaced / non-interlaced YUV4MPEG streams. 12 years ago
Luca Barbato a800fd5fc7 yuv4mpeg: do not use deprecated functions 12 years ago
James Darnley 707af43d19 lavf/y4m: spellcheck 12 years ago
Carl Eugen Hoyos f91f049a22 Add yuv4xxp12 and yuv4xxp14 pixel formats to y4m encoder and decoder. 12 years ago
Luca Barbato 424b1e7642 yuv4mpeg: reject unsupported codecs 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov d3a72becc6 yuv4mpeg: return proper error codes. 12 years ago
Michael Niedermayer b86e18fe46 yuv4mpeg: fix potential alignment bug 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Steven Robertson 71311d697a Fix yuv4mpeg parsing of 'mono16' files. 13 years ago
Jean First f7f6aaf988 yuv4mpeg: support 9/10/16 bit pixel formats 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Mike Melanson b864b38397 yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Paul B Mahol ba10207bbe Use more designated initializers. 13 years ago