94 Commits (48847ee3577f4a978b40fbe9949e689554d74b3d)

Author SHA1 Message Date
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
Michael Niedermayer fca85ce5ec rawdec: use a default sample rate if none is specified. 13 years ago
Michael Niedermayer 1d23e5246c mjpeg: support mpo 13 years ago
Justin Ruggles 87c57d807f Create separate functions for the raw GSM demuxer. 13 years ago
Stefano Sabatini aa638b4600 rawdec: add check on sample_rate 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Justin Ruggles e32dfdaa8d shn: do not allow seeking in the raw shn demuxer. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Janne Grunau dcb9f6a20d Add LATM demuxer 13 years ago
Anton Khirnov 85d982f1e2 rawdec: refactor private option for raw video demuxers 13 years ago
Anton Khirnov 34d2bf30a0 pcmdec: use unique classes for all pcm demuxers. 13 years ago
Anton Khirnov d906f49aa8 rawdec: g722 is always 1 channel/16kHz 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago