]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/libamr.c
Replace 'x == 0' if conditions with '!x'.
[frescor/ffmpeg.git] / libavcodec / libamr.c
2009-05-15 diegoReplace 'x == 0' if conditions with '!x'.
2009-05-15 diegocosmetics: Remove pointless {}.
2009-05-15 diegoSurround AMR_WB encoding code by appropriate #ifdefs.
2009-05-15 diegocosmetics: Move some more code around to avoid #ifdeffery.
2009-05-15 diegocosmetics: Move functions around so that encoding and...
2009-05-15 diegoRemove redundant #if condition. Two CONFIG_LIBAMR_NB...
2009-05-15 diegoAdd av_cold attribute to amr_nb decoding/encoding initi...
2009-04-29 diegoDrop unused libamr-nb fixed-point glue code.
2009-04-07 superdumpFix second amr_nb_decode_frame() to also use the new...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-16 benoitAdd const qualifiers to decode functions.
2008-12-16 benoitFix warning "format not a string literal and no format...
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-02-29 benoitMake AMR-NB block size const and 8 bits.
2008-02-29 benoitDefine block size for AMR-WB (use IF2 table).
2008-01-27 diegotypo
2007-06-06 diegoGive all wrappers for external libraries names starting...