| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -1/+1 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | qdm2: check "AC" codewords | Michael Niedermayer | 2013-03-06 | 1 | -0/+15 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '488f87be873506abb01d67708a67c10a4dd29283' | Michael Niedermayer | 2013-02-18 | 1 | -1/+1 |
|\| |
|
| * | qdm2: check array index before use, fix out of array accesses | Michael Niedermayer | 2013-02-17 | 1 | -0/+5 |
* | | Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53' | Michael Niedermayer | 2013-02-13 | 1 | -10/+5 |
|\| |
|
| * | qdm2: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -10/+5 |
* | | qdm2: disable superblocktype_2_3==0 code | Michael Niedermayer | 2013-02-03 | 1 | -1/+2 |
* | | qdm2: Fix data type used in multiplication. | Michael Niedermayer | 2013-02-03 | 1 | -1/+1 |
* | | qdm2: fix out of stack array read. | Michael Niedermayer | 2013-01-10 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | qdm2: check array index before use, fix out of array accesses | Michael Niedermayer | 2012-12-01 | 1 | -0/+5 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -2/+2 |
* | | ensure comment blocks that contain doxygen commands start with double asterix | Peter Ross | 2012-11-21 | 1 | -2/+2 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | qdm2: check that coding_method is valid before using it. | Michael Niedermayer | 2012-11-09 | 1 | -0/+5 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -10/+5 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-10 | 1 | -2/+0 |
|\| |
|
| * | doxygen: qdm2: Drop documentation for non-existing function parameters | Diego Biurrun | 2012-08-09 | 1 | -2/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-05 | 1 | -48/+0 |
|\| |
|
| * | qdm2: remove broken and disabled dump_context() debug function | Diego Biurrun | 2012-07-05 | 1 | -48/+0 |
* | | qdm2: fix incorrect error spam | Michael Niedermayer | 2012-06-01 | 1 | -1/+2 |
* | | qdm2: print error messages instead of just retunring failures | Michael Niedermayer | 2012-05-08 | 1 | -3/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-08 | 1 | -6/+6 |
|\| |
|
| * | qdm2: clip array indices returned by qdm2_get_vlc(). | Ronald S. Bultje | 2012-05-07 | 1 | -5/+13 |
* | | qdm2_fft_decode_tones: fix infinite loop | Michael Niedermayer | 2012-04-15 | 1 | -0/+4 |
* | | qdm2: Check vlc_stage3_values index. | Michael Niedermayer | 2012-04-15 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-14 | 1 | -5/+6 |
|\| |
|
| * | qdm2: fix a dubious pointer cast | Mans Rullgard | 2012-04-13 | 1 | -5/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -46/+48 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -8/+8 |
|\| |
|
| * | 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 |
* | | qdm2: Fix out of array writes | Michael Niedermayer | 2012-03-26 | 1 | -5/+14 |
* | | qdm2: fix out of array read | Michael Niedermayer | 2012-03-26 | 1 | -3/+6 |
* | | qdm2dec: fix out of array read | Michael Niedermayer | 2012-03-26 | 1 | -3/+7 |
* | | qdm2: Check data block size for bytes to bits overflow. | Alex Converse | 2012-01-26 | 1 | -0/+4 |