45 Commits (cafd9d66ed9e1bad4ae579a3935f7af57a567a51)

Author SHA1 Message Date
James Almer 3d40263253 avformat/aacdec: add a custom read_packet function 8 years ago
Carl Eugen Hoyos 04fa20d53c lavf/aacdec: Do not autodetect a single frame inside the file. 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato 02cf0c9e42 aac: Register the mime type 10 years ago
Martin Storsjö 3b1c9eb0ff aacdec: Lower the number of frames required to detect ADTS 11 years ago
Martin Storsjö 0412cb67cd aacdec: Don't count probed ADTS frames if there are false positives 11 years ago
Luca Barbato afdf94689c aac: K&R formatting cosmetics 11 years ago
Paul B Mahol d19d679e4b lavf/aacdec: add support for reading ape tags 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Michael Niedermayer d7e050b11d adts_aac_probe: mark buffer pointers as const 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Michael Niedermayer e083a62e9d aacdec: switch to AVSTREAM_PARSE_FULL_RAW 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 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
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Reimar Döffinger b39f872a41 Limit fsize before adding to pointer. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Kieran Kunhya f74e5b76b1 adts: Adjust frame size mask to follow the specification. 14 years ago
Baptiste Coudurier be20528ced aac: fix adts frame size mask, fix demuxer probing for some files. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Reimar Döffinger 6612d8cf31 Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
Alex Converse 20de72a447 adts demuxer: Set the time base to be the LCM of all ADTS sample rates. 14 years ago
Aurelien Jacobs 4ca31edcfe split raw.c into rawdec.c and rawenc.c 14 years ago
Aurelien Jacobs 49824cb66a move ADTS AAC demuxer to its own file 14 years ago