]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/qdm2.c
Added global params udp_period and udp_budget used as paramters for
[frescor/ffmpeg.git] / libavcodec / qdm2.c
2009-04-22 bananRemove redundant code, found by CSA
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 alexcUse the new RDFT code in the QDM2 decoder.
2009-01-14 diegoUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-19 bananPrevent the qdm2 code from overreading/overflowing...
2008-07-19 bananFix for possible null pointer dereferencing, closes...
2008-07-18 michaelminor simplification of qdm2_decode_fft_packets()
2008-06-24 stefangmark read-only data as const
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-02-13 diegotypo fix: inited --> initialized
2008-02-01 michaelconst
2008-01-06 diegoRename two structures, identifiers starting with _...
2007-07-05 diegolicense header consistency cosmetics
2007-05-15 reimarUse DECLARE_ALIGNED to ease porting
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-06-02 bananFixed a possible bug, checked against the assembly.
2006-05-29 rtogni10000l don't reuse outer loop index in inner loops
2006-03-02 michaelfix infinite loop
2006-01-30 mruadd static keyword to some functions
2006-01-14 diegoFix a bunch of spelling/grammar mistakes in doxygen...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-06 rtognimpSupport for samples with fft_order = 7
2005-12-06 rtognimpRemove duplicated fft init
2005-10-19 rtognimpinit_get_bits() requires size in bits, not bytes
2005-10-18 rtognimpQDM2 compatible decoder