| Commit message (Expand) | Author | Age | Files | Lines |
* | aacpsy: fix "may be used uninitialized" warning | Michael Niedermayer | 2012-05-26 | 1 | -1/+1 |
* | Support some BOXX codecs. | ami_stuff | 2012-05-26 | 1 | -0/+3 |
* | Merge remote-tracking branch 'qatar/master'n0.12-dev | Michael Niedermayer | 2012-05-25 | 1 | -181/+204 |
|\ |
|
| * | imc: some cosmetics | Kostya Shishkov | 2012-05-25 | 1 | -181/+204 |
* | | Revert "removing lowres support" | Michael Niedermayer | 2012-05-25 | 11 | -41/+461 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-25 | 1 | -2/+2 |
|\| |
|
| * | tqi: Pass errors from the MB decoder | Michael Niedermayer | 2012-05-23 | 1 | -3/+7 |
* | | Fix compilation with --disable-everything. | Carl Eugen Hoyos | 2012-05-24 | 1 | -1/+1 |
* | | lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.h | Stefano Sabatini | 2012-05-24 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 4 | -7/+19 |
|\| |
|
| * | x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code. | Justin Ruggles | 2012-05-22 | 1 | -0/+8 |
| * | dwt: return errors from ff_slice_buffer_init() | Diego Biurrun | 2012-05-22 | 3 | -7/+13 |
* | | xsubdec: print frame size when too small | Michael Niedermayer | 2012-05-23 | 1 | -1/+1 |
* | | Do not leak extradata when encoding avui. | Carl Eugen Hoyos | 2012-05-23 | 1 | -8/+11 |
* | | avuienc: Use field_order to determine if a stream is interlaced. | Carl Eugen Hoyos | 2012-05-23 | 1 | -1/+3 |
* | | Fix compilation with --disable-everything --enable-demuxer=ogg (--disable-yasm). | Carl Eugen Hoyos | 2012-05-23 | 1 | -1/+2 |
* | | Fix compilation with --disable-everything --enable-demuxer=flac (--disable-ya... | Carl Eugen Hoyos | 2012-05-23 | 1 | -1/+2 |
* | | ffv1: fix decoder state_transition table | Michael Niedermayer | 2012-05-23 | 1 | -1/+1 |
* | | dwt: use av_freep() | Michael Niedermayer | 2012-05-22 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-22 | 12 | -196/+164 |
|\| |
|
| * | dwt: check malloc calls | Jordi Ortiz | 2012-05-22 | 1 | -1/+15 |
| * | ppc: Drop unused header regs.h | Diego Biurrun | 2012-05-22 | 1 | -37/+0 |
| * | Convert vector_fmul range of functions to YASM and add AVX versions | Kieran Kunhya | 2012-05-21 | 10 | -158/+149 |
* | | libvorbis: only store version string if bitexact is not set. | Michael Niedermayer | 2012-05-22 | 1 | -1/+2 |
* | | Add Avid Meridien Uncompressed (AVUI) encoder. | Carl Eugen Hoyos | 2012-05-22 | 4 | -2/+110 |
* | | mpeg4videoparser: support using timestamps from codec. | Michael Niedermayer | 2012-05-22 | 1 | -0/+7 |
* | | avcodec: add parser flag to indicate that codec TS are the only available and... | Michael Niedermayer | 2012-05-22 | 2 | -2/+3 |
* | | shorten: fix lossy decoding | Paul B Mahol | 2012-05-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-21 | 2 | -490/+649 |
|\| |
|
| * | dwt: K&R prettyprinting cosmetics | Jordi Ortiz | 2012-05-21 | 2 | -553/+713 |
* | | flvdec: reenable extradata passing code | Michael Niedermayer | 2012-05-21 | 1 | -1/+1 |
* | | aac: fix SCE in stereo case, this is surprisingly actually needed | Michael Niedermayer | 2012-05-21 | 1 | -1/+1 |
* | | aacdec: print debug note when unexpected SCE/CPE is encountered | Michael Niedermayer | 2012-05-21 | 1 | -0/+4 |
* | | libavcodec: fix side data split with 0 sized packets | Michael Niedermayer | 2012-05-21 | 1 | -2/+2 |
* | | libavcodec: correct consumed bytes for decoders | Michael Niedermayer | 2012-05-21 | 1 | -2/+8 |
* | | mpeg4videodec: print more debug info for debug_pict_info | Michael Niedermayer | 2012-05-21 | 1 | -2/+18 |
* | | ivi_common: skip null frames for all indeo variants | Michael Niedermayer | 2012-05-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-20 | 8 | -548/+387 |
|\| |
|
| * | indeo: Make ivi_calc_band_checksum() static, it is only used in one file. | Diego Biurrun | 2012-05-20 | 2 | -6/+1 |
| * | indeo: Drop unused debug function ivi_check_band(). | Diego Biurrun | 2012-05-20 | 2 | -30/+0 |
| * | avcodec/utils: cast a function argument to shut up a compiler warning | Diego Biurrun | 2012-05-20 | 1 | -1/+2 |
| * | truemotion1: remove disabled code | Diego Biurrun | 2012-05-20 | 1 | -7/+0 |
| * | fix typo in comment | Kostya Shishkov | 2012-05-20 | 1 | -1/+1 |
| * | indeo: check for invalid motion vectors | Kostya Shishkov | 2012-05-20 | 2 | -0/+17 |
| * | indeo: check that band output buffer exists | Kostya Shishkov | 2012-05-20 | 1 | -0/+4 |
| * | indeo: clear allocated band buffers | Kostya Shishkov | 2012-05-20 | 1 | -3/+3 |
| * | indeo: track tile macroblock size | Kostya Shishkov | 2012-05-20 | 2 | -0/+7 |
| * | indeo: check custom Huffman tables for errors | Kostya Shishkov | 2012-05-20 | 1 | -1/+6 |
| * | factor out common decoding code for Indeo 4 and Indeo 5 | Kostya Shishkov | 2012-05-20 | 4 | -465/+317 |
| * | mp3: fix start band index for block type 2 in 8kHz audio | Kostya Shishkov | 2012-05-20 | 1 | -9/+10 |