| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | init_get_bits() requires size in bits, not bytes | Steve L'Homme | 2005-10-19 | 1 | -8/+8 |
* | revert useless patch that was supposed to fix DTS support (but the fix belong... | Guillaume Poirier | 2005-10-19 | 1 | -1/+0 |
* | QDM2 compatible decoder | Roberto Togni | 2005-10-18 | 2 | -0/+2567 |
* | QDM2 compatible decoder | Roberto Togni | 2005-10-18 | 6 | -29/+41 |
* | chroma decoding fix by Kostya | Mike Melanson | 2005-10-16 | 1 | -1/+1 |
* | Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg | Roberto Togni | 2005-10-15 | 1 | -2/+2 |
* | TM2 fixes by Kostya | Mike Melanson | 2005-10-15 | 1 | -7/+9 |
* | Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POI... | Giacomo Comes | 2005-10-14 | 1 | -0/+1 |
* | gcc 2.95 fix, courtesy of Luca Abeni | Mike Melanson | 2005-10-14 | 1 | -2/+2 |
* | support for FLX and DTA extensions in the FLIC format, courtesy of | Mike Melanson | 2005-10-13 | 1 | -11/+347 |
* | Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov | Mike Melanson | 2005-10-13 | 4 | -1/+895 |
* | set_se_golomb can only write 16bits, add a note about this (ok, maybe it's br... | Alex Beregszaszi | 2005-10-12 | 1 | -1/+3 |
* | sanity check whether dimensions are non-null | Alex Beregszaszi | 2005-10-12 | 1 | -0/+3 |
* | removed unused CONFIG_AUDIO_NONSHORT | Alex Beregszaszi | 2005-10-12 | 1 | -2/+2 |
* | h264 mmx weighted prediction. up to 3% overall speedup. | Loren Merritt | 2005-10-09 | 2 | -0/+115 |
* | Ignore AMR directories. | Diego Biurrun | 2005-10-06 | 1 | -0/+2 |
* | Move all definitions of external dependencies into configure instead of | j@v2v.cc | 2005-10-04 | 1 | -15/+0 |
* | sse2 16x16 sum squared diff (306=>268 cycles on a K8) | Loren Merritt | 2005-09-30 | 1 | -5/+85 |
* | 6% faster decode_cabac_residual | Loren Merritt | 2005-09-27 | 1 | -34/+38 |
* | 13% faster decode_residual (cavlc). | diane_cartman@gmx.de | 2005-09-27 | 1 | -48/+59 |
* | support for building dynamic libraries on Mac OS X | Diego Biurrun | 2005-09-26 | 2 | -21/+32 |
* | Fix some #ifdef to allow building amr_wb alone. | Michel Bardiaux | 2005-09-24 | 1 | -1/+5 |
* | fix some pointer to intger without cast warnings (patch by Michel Bardiaux) | Michel Bardiaux | 2005-09-21 | 1 | -4/+8 |
* | fix unused variable warnings | Aurelien Jacobs | 2005-09-21 | 3 | -13/+14 |
* | replace a few mov + psrlq with pshufw, there are more cases which could benef... | Michael Niedermayer | 2005-09-21 | 2 | -17/+17 |
* | Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. | Gábor Kovács | 2005-09-21 | 1 | -0/+1 |