44 Commits (8a34f3659371680ca523aecfd9098c28f0f809eb)

Author SHA1 Message Date
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
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Luca Barbato 4f5906a1d7 latm: Do not give a score for a single instance 10 years ago
Luca Barbato f66d0c57b1 latm: Add a probe function 11 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
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 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 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
Justin Ruggles 87c57d807f Create separate functions for the raw GSM demuxer. 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
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Anton Khirnov e762b1ce95 rawdec: add framerate private option. 14 years ago
Anton Khirnov 1f94c31f69 rawdec: initialize return value to 0. 14 years ago
Anton Khirnov a606aa7570 rawdec: don't leak option strings. 14 years ago
Anton Khirnov 2a85f21868 rawdec: add a pixel_format private option. 14 years ago
Anton Khirnov fa4924a358 rawdec: factor video demuxer definitions into a macro. 14 years ago
Anton Khirnov 973f686a6c rawdec: add video_size private option. 14 years ago
Anton Khirnov bffd4dd1d3 lavf: deprecate AVFormatParameters.{channels,sample_rate}. 14 years ago
Anton Khirnov 5b3865fc5f rawdec: add sample_rate/channels private options. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov b3db9ceef1 avio: make get_partial_buffer internal. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Martin Storsjö 9013560f13 Add a muxer and demuxer for raw G.722 14 years ago
Aurelien Jacobs 4ca31edcfe split raw.c into rawdec.c and rawenc.c 14 years ago
Aurelien Jacobs 92aa28d292 move raw video demuxer to its own file 14 years ago
Aurelien Jacobs f1714d5846 move pcm muxers to their own file 14 years ago
Aurelien Jacobs e94204dfd8 move pcm demuxers to their own file 14 years ago
Aurelien Jacobs 4bc16e83a7 simplify code by using the AV_NE() macro 14 years ago
Aurelien Jacobs 8f3890404c move null muxer to its own file 14 years ago
Aurelien Jacobs 1ac301cad8 cleanup includes which are not used anymore in raw.c 14 years ago