summaryrefslogtreecommitdiffstats
path: root/libavformat/amr.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-9/+9
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-2/+2
* amr: Mark an array constMartin Storsjö2012-06-171-1/+1
* amr: More space cleanupMartin Storsjö2012-06-171-1/+1
* amr: Cosmetic cleanupMartin Storsjö2012-06-171-57/+40
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-051-2/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-16/+14
* amr: Set the AVFMT_GENERIC_INDEX flagMartin Storsjö2011-03-211-0/+1
* amr: Set the pkt->pos field properly to the start of the packetMartin Storsjö2011-03-211-1/+2
* amr: Set the codec->bit_rate field based on the last packetMartin Storsjö2011-03-211-0/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-251-2/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-4/+4
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* Set frame_size in the amr demuxerMartin Storsjö2010-09-031-0/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-8/+8
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-071-1/+1
* remove empty write trailer functionsVitor Sessak2007-06-271-6/+0
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* unused #defineMichael Niedermayer2006-10-101-2/+0
* remove dummy amr_read_close()Michael Niedermayer2006-10-101-6/+1
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-101-11/+6
* factorze another 2 linesMichael Niedermayer2006-10-101-4/+2
* set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer2006-10-101-0/+2
* factorize (untested)Michael Niedermayer2006-10-101-57/+28
* return cleanupMichael Niedermayer2006-10-101-6/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-2/+2
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-081-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-12/+5
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* Place proper #ifdef around muxer-specific code.Gianluigi Tiesi2006-01-221-0/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-19/+19
OpenPOWER on IntegriCloud