OSDN Git Service

Use deinterleavers for demangling audio packets in RealMedia.
[coroid/ffmpeg_saccubus.git] / libavformat / amr.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-03-21 Martin Storsjöamr: Set the AVFMT_GENERIC_INDEX flag
2011-03-21 Martin Storsjöamr: Set the pkt->pos field properly to the start of...
2011-03-21 Martin Storsjöamr: Set the codec->bit_rate field based on the last...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-02-25 Anton Khirnovlavf: replace remaining uses of put_tag with avio_write
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-09-03 Martin StorsjöSet frame_size in the amr demuxer
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-07 Måns Rullgårdkill uninitialised variable warning in amr_read_packet()
2007-06-27 Vitor Sessakremove empty write trailer functions
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2006-10-10 Michael Niedermayerunused #define
2006-10-10 Michael Niedermayerremove dummy amr_read_close()
2006-10-10 Michael Niedermayermore factoriztaion and a FIXME note
2006-10-10 Michael Niedermayerfactorze another 2 lines
2006-10-10 Michael Niedermayerset duration and timebase (based on a patch by Simon...
2006-10-10 Michael Niedermayerfactorize (untested)
2006-10-10 Michael Niedermayerreturn cleanup
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-08-08 Diego BiurrunFix some "'static' is not at beginning of declaration...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-22 Gianluigi TiesiPlace proper #ifdef around muxer-specific code.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-04-24 Roberto TogniPut correct fourcc in tag field for amr_nb (samr) and...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2003-09-28 Michael NiedermayerAMR-WB support by (Johannes Carlsson <joca at rixmail...
2003-06-18 Johannes Carlssonamr typefix patch by (Johannes Carlsson <joca at rixmai...
2003-06-06 Zdenek Kabelac* amr format - by Johannes Carlsson