| Commit message (Expand) | Author | Age | Files | Lines |
* | atrac3: do not use init_static_data to init VLC data. | Reimar Döffinger | 2012-11-28 | 1 | -2/+6 |
* | Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1' | Michael Niedermayer | 2012-11-28 | 1 | -69/+70 |
|\ |
|
| * | x86: h264_idct: port to cpuflags | Diego Biurrun | 2012-11-28 | 1 | -69/+70 |
* | | Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563' | Michael Niedermayer | 2012-11-28 | 1 | -64/+55 |
|\| |
|
| * | vble: Do not abort decoding when version is not 1 | Piotr Bandurski | 2012-11-27 | 1 | -4/+2 |
| * | x86: h264_weight: port to cpuflags | Diego Biurrun | 2012-11-27 | 1 | -57/+48 |
* | | qpeg: reset palette on seeks | Michael Niedermayer | 2012-11-28 | 1 | -0/+15 |
* | | mjpegdec: dont set got_picture to 0 per frame. | Michael Niedermayer | 2012-11-27 | 1 | -1/+0 |
* | | mjpegdec: reset got_picture on errors, successful return, init and flush. | Michael Niedermayer | 2012-11-27 | 1 | -0/+11 |
* | | mjpegdec: replace returns by goto fail in frame decode. | Michael Niedermayer | 2012-11-27 | 1 | -7/+9 |
* | | mjpegdec: make sure ret is set before its used. | Michael Niedermayer | 2012-11-27 | 1 | -0/+1 |
* | | h264: support invalid annex B in mp4 | Michael Niedermayer | 2012-11-27 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-27 | 2 | -2/+3 |
|\| |
|
| * | h264: set Picture.owner2 to the current thread | Janne Grunau | 2012-11-27 | 2 | -2/+3 |
* | | Merge commit '6e5cdf26281945ddea3aaf5eca4d127791f23ca8' | Michael Niedermayer | 2012-11-27 | 2 | -6/+6 |
|\| |
|
| * | h264: check ref_count validity for num_ref_idx_active_override_flag | Janne Grunau | 2012-11-27 | 1 | -1/+6 |
| * | h264: add missing new line to log message | Janne Grunau | 2012-11-27 | 1 | -1/+1 |
| * | dcadec: skip QMF on unused channels | Michael Niedermayer | 2012-11-26 | 1 | -3/+4 |
* | | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b' | Michael Niedermayer | 2012-11-27 | 8 | -84/+29 |
|\| |
|
| * | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 8 | -83/+27 |
| * | aacenc: use the correct output buffer | Michael Niedermayer | 2012-11-26 | 1 | -5/+5 |
| * | aacdec: fix signed overflows in lcg_random() | Mans Rullgard | 2012-11-26 | 1 | -1/+2 |
* | | AFC demuxer | Paul B Mahol | 2012-11-27 | 1 | -2/+17 |
* | | get_dc: fix rounding | Michael Niedermayer | 2012-11-26 | 1 | -1/+1 |
* | | mpeg4videodec: use ROUNDED_DIV for pts calculation | Michael Niedermayer | 2012-11-26 | 1 | -1/+1 |
* | | adpcm: thp, afc: support multichannel decoding | Paul B Mahol | 2012-11-26 | 1 | -5/+7 |
* | | h264: Fix minor bug in h264.c error trace | Sergio Garcia Murillo | 2012-11-26 | 1 | -1/+1 |
* | | Merge commit '5ae72f54532960cb9eae82a1c9e8d505106c022b' | Michael Niedermayer | 2012-11-26 | 3 | -19/+36 |
|\| |
|
| * | flashsv: check for keyframe before using differential coding | Janne Grunau | 2012-11-26 | 1 | -0/+5 |
| * | h264: enable low delay only if no delayed frames were seen | Janne Grunau | 2012-11-26 | 1 | -2/+8 |
| * | x86: fix build without inline asm | Diego Biurrun | 2012-11-26 | 1 | -20/+22 |
* | | Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa' | Michael Niedermayer | 2012-11-26 | 4 | -56/+76 |
|\| |
|
| * | aacdec: use float planar sample format for output | Justin Ruggles | 2012-11-25 | 3 | -48/+66 |
* | | Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c' | Michael Niedermayer | 2012-11-26 | 4 | -55/+73 |
|\| |
|
| * | lavc: clarify get_buffer() documentation | Justin Ruggles | 2012-11-25 | 1 | -1/+6 |
| * | mpegaudiodec: use planar sample format for output unless packed is requested | Justin Ruggles | 2012-11-25 | 2 | -48/+61 |
| * | x86: h264 qpel: use the correct number of utilized xmm regs in cglobal | Justin Ruggles | 2012-11-25 | 1 | -6/+6 |
* | | dsputil_mmx: ff_put_dirac_pixels depend now on yasm. | Michael Niedermayer | 2012-11-26 | 1 | -0/+2 |
* | | iff decoder: reindent | Peter Ross | 2012-11-26 | 1 | -132/+132 |
* | | iff decoder: merge iff ilbm and byterun1 decoders | Peter Ross | 2012-11-26 | 1 | -105/+82 |
* | | dpx: perform width/height upgrade and av_image_check_size earlier to prevent ... | Peter Ross | 2012-11-26 | 1 | -4/+5 |
* | | av_get_audio_frame_duration: add ADPCM_AFC | Paul B Mahol | 2012-11-26 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-26 | 6 | -1204/+1282 |
|\| |
|
| * | x86: h264: Convert 8-bit QPEL inline assembly to YASM | Daniel Kang | 2012-11-25 | 6 | -1198/+1276 |
* | | adpcm/thp: make use of ADPCMChannelStatus to store prev samples | Paul B Mahol | 2012-11-26 | 1 | -8/+8 |
* | | Merge commit 'ad01ba6ceaea7d71c4b9887795523438689b5a96' | Michael Niedermayer | 2012-11-26 | 3 | -158/+14 |
|\| |
|
| * | x86: h264: Remove 3dnow QPEL code | Daniel Kang | 2012-11-25 | 3 | -158/+14 |
* | | Merge commit '28c8e288fa0342fdef532a7522a4707bebf831cc' | Michael Niedermayer | 2012-11-26 | 1 | -41/+44 |
|\| |
|
| * | x86: h264_chromamc: port to cpuflags | Diego Biurrun | 2012-11-25 | 1 | -41/+44 |
* | | lavu/samplefmt: return the size of the allocated samples buffer at the next bump | Stefano Sabatini | 2012-11-25 | 1 | -1/+3 |