106 Commits (f47d7a3b42364de228a9df3ffb95cb5eac046a39)

Author SHA1 Message Date
Carl Eugen Hoyos 7ab5192260 lavf/rawdec: Return a low score if the mjpeg probe function detected one frame. 4 years ago
Michael Niedermayer 71a822fa35 avformat/rawdec: fix identifier names 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Michael Niedermayer f6d1b18b3d avformat/rawdec: Make the raw packet size configurable 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 271a00043e lavf/rawdec: Do not mark streams from raw subtitle demuxers as data streams. 6 years ago
Carl Eugen Hoyos 251f0bcb7b lavf/rawdec: Also probe the last byte of mjpeg streams. 7 years ago
wm4 5d76674756 lavf: make avio_read_partial() public 7 years ago
wm4 173b56218f lavf: make avio_read_partial() public 7 years ago
Michael Niedermayer 4888932c4d avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
Michael Niedermayer a2e6c785ce avformat/rawdec: Fix avg_framerate for h264 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Carl Eugen Hoyos 2c2d1624a2 lavf: Remove duplicated latm demuxer. 9 years ago
Carl Eugen Hoyos 1f2c474cb2 lavf/vc1dec: Autodetect raw vc-1 streams. 9 years ago
Carl Eugen Hoyos 32a6d37a6b lavf/mlpdec: Simplify mlp/thd probe function. 9 years ago
Carl Eugen Hoyos d89820002a lavf/shortendec: Autodetect raw Shorten streams. 9 years ago
Carl Eugen Hoyos da767f06f5 lavf/rawdec: Autodetect raw TrueHD streams. 9 years ago
Carl Eugen Hoyos aea5db97f7 lavf/rawdec: Autodetect raw mlp streams. 9 years ago
wm4 4c6beaed92 rawdec: fix mjpeg probing buffer size check 9 years ago
wm4 bf51fcd304 rawdec: fix mjpeg probing 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer dc265e2b6b avformat/rawdec: Make ff_raw_data_read_header() non static 10 years ago
Luca Barbato 4f5906a1d7 latm: Do not give a score for a single instance 10 years ago
wm4 f41cf2e09e avformat/rawdec: raw formats have no timestamps 10 years ago
Michael Niedermayer 0f0f626048 avformat/rawdec: Increase probe score when "Content-Type: image/jpeg" is found at the file start 11 years ago
Michael Niedermayer b45a451dbe avformat/rawdec: mark raw vc1 and mjpeg as having no timestamps 11 years ago
Michael Niedermayer 2d3842f541 avformat: add mjpeg_probe() 11 years ago
Luca Barbato f66d0c57b1 latm: Add a probe function 11 years ago
Nicolas George 276fcbde6c lavf: data muxer and demuxer. 12 years ago
Paul B Mahol 4c76600a8c rawdec: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Janne Grunau 54c7fe6d68 raw demuxer: initialize end of partial packets 12 years ago
Luca Barbato 587874ef1c rawdec: remove ff_raw_read_header 12 years ago
Luca Barbato 5f0e161dd6 g722: refactor out of rawdec.c 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Michael Niedermayer fdc371114f ff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAW 12 years ago
Michael Niedermayer 9d87c8e6f8 rawdec: use av_assert() 13 years ago
Michael Niedermayer 1dd71e1cd5 rawdec: force timestamps from codec to be used 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov 87d7a92b62 rawdec: set timebase to 1/fps. 13 years ago
Anton Khirnov f7fe41a04f lavf: rename AVInputFormat.value to raw_codec_id. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Reimar Döffinger efd6b80b40 rawdec: use av_shrink_packet. 13 years ago
Reimar Döffinger c914038d38 rawdec: Set start_time to 0 for raw audio files. 13 years ago
Anton Khirnov e745d7525a rawdec: don't set codec timebase. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago