]> git.sesse.net Git - ffmpeg/history - libavcodec/libamr.c
move new_pes_av_stream to avoid forward declaration
[ffmpeg] / libavcodec / libamr.c
2009-05-20 Martin StorsjöUse IF1 frame sizes in AMR-WB.
2009-05-19 Diego BiurrunMove AMR-WB-specific code to the AMR-WB section of...
2009-05-19 Diego Biurruncosmetics: Move AMR-WB-specific code to the AMR-WB...
2009-05-15 Diego Biurruncosmetics: K&R coding style, indent correctly, break...
2009-05-15 Diego BiurrunReplace 'x == 0' if conditions with '!x'.
2009-05-15 Diego Biurruncosmetics: Remove pointless {}.
2009-05-15 Diego BiurrunSurround AMR_WB encoding code by appropriate #ifdefs.
2009-05-15 Diego Biurruncosmetics: Move some more code around to avoid #ifdeffery.
2009-05-15 Diego Biurruncosmetics: Move functions around so that encoding and...
2009-05-15 Diego BiurrunRemove redundant #if condition. Two CONFIG_LIBAMR_NB...
2009-05-15 Diego BiurrunAdd av_cold attribute to amr_nb decoding/encoding initi...
2009-04-29 Diego BiurrunDrop unused libamr-nb fixed-point glue code.
2009-04-07 Robert SwainFix second amr_nb_decode_frame() to also use the new...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-16 Benoit FouetAdd const qualifiers to decode functions.
2008-12-16 Benoit FouetFix warning "format not a string literal and no format...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-02-29 Benoit FouetMake AMR-NB block size const and 8 bits.
2008-02-29 Benoit FouetDefine block size for AMR-WB (use IF2 table).
2008-01-27 Diego Biurruntypo
2007-06-06 Diego BiurrunGive all wrappers for external libraries names starting...