Age | Commit message (Expand) | Author |
2011-03-19 | fft: remove inline wrappers for function pointers | Mans Rullgard |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-02 | Separate format conversion DSP functions from DSPContext. | Justin Ruggles |
2011-01-28 | cosmetics: indentation and spacing | Justin Ruggles |
2011-01-28 | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-07-07 | Silence warning "new qualifiers in middle of multi-level | Eli Friedman |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-09 | Fix indentation after r22414. | Carl Eugen Hoyos |
2010-03-09 | SIMD optimization using float_to_int16_interleave. | Zhou Zongyi |
2010-02-19 | remove a Huffman table from WMA which also exists in AAC | Stefan Gehrer |
2010-01-30 | Flush the bitreservour. | Michael Niedermayer |
2009-12-07 | Print error messages on errors. | Michael Niedermayer |
2009-12-06 | Fix apparent 10l typos introduced in r8627. | Michael Niedermayer |
2009-11-24 | WMA: extend exponent range to 95 | Måns Rullgård |
2009-11-23 | WMA: extend exponent table up to 75 | Måns Rullgård |
2009-09-29 | WMA: fix loop unrolling in decode_exp_vlc() | Måns Rullgård |
2009-09-29 | WMA: use type punning and unroll loops in decode_exp_vlc() | Måns Rullgård |
2009-09-29 | WMA: use a table instead of pow() in decode_exp_vlc | Måns Rullgård |
2009-09-27 | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård |
2009-09-26 | WMA: remove some unused variables | Måns Rullgård |
2009-09-23 | Remove unused variables, fixes the warnings: | Diego Biurrun |
2009-09-23 | WMA: use DSPContext.butterflies_float | Måns Rullgård |
2009-06-20 | Introduce WMACoef typedef for decoded coefficients | Sascha Sommer |
2009-06-12 | Move run level decode functionality to ff_wma_run_level_decode | Sascha Sommer |
2009-05-16 | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka |
2009-04-17 | Remove unused variable from wma_decode_block() found by CSA. | Michael Niedermayer |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-08-28 | Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. | Michael Niedermayer |
2008-08-12 | mdct wrapper function to match fft | Loren Merritt |
2008-08-12 | remove mdct tmp buffer | Loren Merritt |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-07-11 | indent | Michael Niedermayer |
2008-07-11 | Fix not coded channels / silence decoding. | Michael Niedermayer |
2008-07-11 | Check that we have enough output space available. | Michael Niedermayer |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-02-01 | const | Michael Niedermayer |
2007-11-30 | wma_decode_superframe always returns s->block_align, so make | Reimar Döffinger |
2007-08-11 | various simplifications around recent av_clip_int16() usage | Aurelien Jacobs |
2007-08-11 | use av_clip_int16() where it makes sense | Aurelien Jacobs |
2007-08-09 | use skip_bits where appropriate | Alex Beregszaszi |
2007-08-09 | fix compilation with TRACE enabled | Alex Beregszaszi |
2007-08-09 | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi |
2007-06-02 | Use AV_xx throughout libavcodec | Ramiro Polla |
2007-05-30 | sanity checks (should prevent hypothetical div by zero issue) | Michael Niedermayer |