| Commit message (Expand) | Author | Age | Files | Lines |
* | bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ... | Michael Niedermayer | 2005-12-17 | 2 | -7/+9 |
* | wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve... | Michael Niedermayer | 2005-12-17 | 1 | -4/+4 |
* | correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John | Mike Melanson | 2005-12-14 | 1 | -5/+5 |
* | correctly handle very large Cinepak frames (courtesy of John Koleszar | Mike Melanson | 2005-12-14 | 1 | -1/+1 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 9 | -12/+12 |
* | remove unused variables | Måns Rullgård | 2005-12-12 | 1 | -3/+1 |
* | recognize some more nal types | Loren Merritt | 2005-12-11 | 1 | -5/+12 |
* | This patch adds some support for non-joint stereo streams. It also | Benjamin Larsson | 2005-12-11 | 1 | -15/+40 |
* | Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA... | Guillaume Poirier | 2005-12-10 | 1 | -0/+10 |
* | SONAME support for shared libs | Luca Barbato | 2005-12-10 | 1 | -0/+1 |
* | Cook compatibe decoder, patch by Benjamin Larsson | Benjamin Larsson | 2005-12-09 | 6 | -31/+1860 |
* | psnr calculation with threads>1 fix | Michael Niedermayer | 2005-12-07 | 1 | -4/+8 |
* | Support for samples with fft_order = 7 | Roberto Togni | 2005-12-06 | 1 | -7/+7 |
* | Remove duplicated fft init | Roberto Togni | 2005-12-06 | 1 | -1/+0 |
* | check block_max_depth (fixes crash) | Michael Niedermayer | 2005-12-03 | 1 | -0/+5 |
* | make selftest code compile again | Michael Niedermayer | 2005-12-03 | 1 | -8/+10 |
* | default_get_buffer() cleanup | Michael Niedermayer | 2005-12-02 | 1 | -28/+29 |
* | BMP image decoder | Måns Rullgård | 2005-11-30 | 4 | -2/+261 |
* | Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on th... | Guillaume Poirier | 2005-11-21 | 2 | -5/+26 |
* | Mark all 12 block unused when there are no coded blocks | Ivan Kalvachev | 2005-11-20 | 1 | -1/+1 |
* | dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-mue... | Wolfram Gloger | 2005-11-14 | 5 | -4/+254 |
* | 10l, left debugging on | Alex Beregszaszi | 2005-11-13 | 1 | -1/+1 |
* | Correctly skip unknown matrices (patch by Matthieu Castet) and disable commen... | Matthieu Castet | 2005-11-13 | 1 | -12/+21 |
* | Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for The... | Alex Beregszaszi | 2005-11-13 | 1 | -23/+85 |
* | fixed long standing off-by-one bug (fixes playback on ppc) | Alex Beregszaszi | 2005-11-13 | 1 | -1/+1 |
* | mode_code_vlc_table size mismatch | Alex Beregszaszi | 2005-11-13 | 1 | -1/+1 |
* | use sse16_sse2() in nsse | Loren Merritt | 2005-11-12 | 1 | -2/+5 |
* | clear the whole vert_pred buffer for 24 bit decoding. | Reimar Döffinger | 2005-11-10 | 1 | -1/+1 |
* | improvements by Reimar Döffinger; 24-bit decoding is not perfect, only | Mike Melanson | 2005-11-10 | 1 | -18/+7 |
* | fix a crash on seeking to an invalid frame | Loren Merritt | 2005-11-10 | 1 | -2/+5 |
* | revert incorrect change | Måns Rullgård | 2005-11-09 | 1 | -1/+1 |
* | check MPV_frame_start() return value | Michael Niedermayer | 2005-11-09 | 1 | -3/+6 |
* | s/log2/av_log2/ | Steven M. Schultz | 2005-11-09 | 1 | -1/+1 |
* | Put double-quotes around the install path in the "install-headers" section | Fredrik Orderud | 2005-11-07 | 1 | -2/+2 |
* | Two tables in truemotion1data.h were slightly different from VpVision | Kostya Shishkov | 2005-11-05 | 1 | -2/+2 |
* | frame skip fixes | Michael Niedermayer | 2005-11-05 | 1 | -2/+7 |
* | Place qdm2 and truemotion2 in ifdef block so that they can be disabled | Roberto Togni | 2005-11-05 | 1 | -1/+7 |
* | extradata endianness comment | Michael Niedermayer | 2005-11-04 | 1 | -0/+1 |
* | tidier cabac_intra4x4_pred_mode | Loren Merritt | 2005-11-03 | 1 | -6/+4 |
* | Typo fix | Guillaume Poirier | 2005-11-02 | 1 | -1/+1 |
* | no mixing of code and declarations | Måns Rullgård | 2005-10-28 | 1 | -8/+8 |
* | Make rle_code int everywhere instead of signed char. | Matthieu Castet | 2005-10-28 | 1 | -3/+3 |
* | 25% faster deblocking, 4-6% overall. | Loren Merritt | 2005-10-28 | 1 | -15/+46 |
* | fix a crash on dropped frames | Loren Merritt | 2005-10-27 | 1 | -1/+1 |
* | faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx. | Loren Merritt | 2005-10-27 | 3 | -34/+239 |
* | avoid the registration of DECODERS if only CONFIG_DECODERS is not defined. | Emiliano Parasassi | 2005-10-26 | 1 | -16/+21 |
* | 10l: cqm weren't initialized in svq3. | Loren Merritt | 2005-10-26 | 1 | -0/+6 |
* | decode custom quant matrices. | Loren Merritt | 2005-10-25 | 2 | -133/+201 |
* | Add DTS_INC to the CFLAGS for DTS. This is only set by external configure | Diego Biurrun | 2005-10-23 | 1 | -0/+1 |
* | Increase version because of QDM2 decoder addition | Roberto Togni | 2005-10-20 | 1 | -2/+2 |