| Commit message (Expand) | Author | Age | Files | Lines |
* | qdm2: Return meaningful error codes | Himangi Saraogi | 2015-02-17 | 1 | -11/+11 |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -6/+6 |
* | qdm2: avoid integer overflow | Vittorio Giovara | 2014-11-21 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -7/+7 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | qdm2: Whitespace cosmetics | Luca Barbato | 2013-07-28 | 1 | -4/+4 |
* | qdm2: Conceal broken samples | Luca Barbato | 2013-07-09 | 1 | -3/+10 |
* | qdm2: refactor joined stereo support | Luca Barbato | 2013-07-09 | 1 | -10/+12 |
* | qdm2: check and reset dithering index per channel | Luca Barbato | 2013-07-07 | 1 | -2/+1 |
* | qdm2: formatting cosmetics | Luca Barbato | 2013-07-07 | 1 | -187/+204 |
* | qdm2: use init_static_data | Luca Barbato | 2013-07-07 | 1 | -128/+148 |
* | qdm2: check that the FFT size is a power of 2 | Anton Khirnov | 2013-04-17 | 1 | -0/+4 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | qdm2: check array index before use, fix out of array accesses | Michael Niedermayer | 2013-02-17 | 1 | -0/+5 |
* | qdm2: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -10/+5 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | qdm2: remove unneeded checks for channel count | Justin Ruggles | 2012-11-01 | 1 | -8/+0 |
* | qdm2: make sure channels is not <= 0 and set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+4 |
* | doxygen: qdm2: Drop documentation for non-existing function parameters | Diego Biurrun | 2012-08-09 | 1 | -2/+0 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | qdm2: remove broken and disabled dump_context() debug function | Diego Biurrun | 2012-07-05 | 1 | -48/+0 |
* | qdm2: clip array indices returned by qdm2_get_vlc(). | Ronald S. Bultje | 2012-05-07 | 1 | -5/+13 |
* | qdm2: fix a dubious pointer cast | Mans Rullgard | 2012-04-13 | 1 | -5/+6 |
* | qdm2: make a table static const | Mans Rullgard | 2012-04-12 | 1 | -1/+1 |
* | qdm2: simplify bitstream reader setup for some subpacket types | Mans Rullgard | 2012-04-12 | 1 | -20/+26 |
* | qdm2: use get_bits_left() | Mans Rullgard | 2012-04-12 | 1 | -25/+21 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -8/+8 |
* | qdm2: Check data block size for bytes to bits overflow. | Alex Converse | 2012-01-26 | 1 | -0/+4 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -14/+18 |
* | qdm2: check output buffer size before decoding | Justin Ruggles | 2011-10-03 | 1 | -2/+9 |
* | Fix out of bound reads in the QDM2 decoder. | Laurent Aimar | 2011-10-03 | 1 | -0/+2 |
* | Check for out of bound writes in the QDM2 decoder. | Laurent Aimar | 2011-10-03 | 1 | -1/+6 |
* | doxygen: place empty line between brief description and detailed description | Diego Biurrun | 2011-07-14 | 1 | -0/+1 |
* | qdm2: Fix alignment of local array. | Michael Niedermayer | 2011-06-20 | 1 | -3/+3 |
* | qdm2: Use floating point synthesis filter. | Vitor Sessak | 2011-05-19 | 1 | -17/+12 |
* | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard | 2011-05-19 | 1 | -1/+5 |
* | mpegaudio: add _fixed suffix to some names | Mans Rullgard | 2011-05-17 | 1 | -3/+3 |
* | qdm2: include correct header for rdft | Mans Rullgard | 2011-05-17 | 1 | -1/+1 |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -1/+1 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Return the amount of input data actually used in the qdm2 decoder, | Reimar Döffinger | 2010-12-13 | 1 | -1/+1 |
* | Fix qdm2 decoder packet handling to match the api | Baptiste Coudurier | 2010-11-19 | 1 | -10/+13 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Fix undefined expressions that use multiple calls to get_bits(). | Alex Converse | 2010-08-24 | 1 | -1/+2 |