summaryrefslogtreecommitdiff
path: root/libavformat/amr.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-06
|\
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\|
| * amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-29
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\|
| * amr: Set the AVFMT_GENERIC_INDEX flagMartin Storsjö2011-03-21
| * amr: Set the pkt->pos field properly to the start of the packetMartin Storsjö2011-03-21
| * amr: Set the codec->bit_rate field based on the last packetMartin Storsjö2011-03-21
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-26
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-22
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* Set frame_size in the amr demuxerMartin Storsjö2010-09-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-07
* remove empty write trailer functionsVitor Sessak2007-06-27
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* unused #defineMichael Niedermayer2006-10-10
* remove dummy amr_read_close()Michael Niedermayer2006-10-10
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-10
* factorze another 2 linesMichael Niedermayer2006-10-10
* set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer2006-10-10