3111 Commits (a8fcaf4019ccb7b5ca5e88f2544afab69c0a3e87)

Author SHA1 Message Date
Loren Merritt cd19c677cb fix a crash on dropped frames 19 years ago
Loren Merritt a6624e21cb faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx. 19 years ago
Emiliano Parasassi 2c5ee47d84 avoid the registration of DECODERS if only CONFIG_DECODERS is not defined. 19 years ago
Loren Merritt 56edbd818a 10l: cqm weren't initialized in svq3. 19 years ago
Loren Merritt 239ea04ccf decode custom quant matrices. 19 years ago
Diego Biurrun fe9a734c82 Add DTS_INC to the CFLAGS for DTS. This is only set by external configure 19 years ago
Roberto Togni 291b3ef4fb Increase version because of QDM2 decoder addition 19 years ago
Steve L'Homme 065148e773 init_get_bits() requires size in bits, not bytes 19 years ago
Guillaume Poirier 9918aa24e4 revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg) 19 years ago
Roberto Togni 3135258e19 QDM2 compatible decoder 19 years ago
Roberto Togni d9b1c197e5 QDM2 compatible decoder 19 years ago
Mike Melanson 48fa22d747 chroma decoding fix by Kostya 19 years ago
Roberto Togni e6885654eb Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg 19 years ago
Mike Melanson adeba28193 TM2 fixes by Kostya 19 years ago
Giacomo Comes aa35d2647c Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu > 19 years ago
Mike Melanson 670924fd9e gcc 2.95 fix, courtesy of Luca Abeni 19 years ago
Mike Melanson 515ae4760a support for FLX and DTA extensions in the FLIC format, courtesy of 19 years ago
Mike Melanson 64af6168f7 Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov 19 years ago
Alex Beregszaszi e134e10f37 set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..) 19 years ago
Alex Beregszaszi d10dc61682 sanity check whether dimensions are non-null 19 years ago
Alex Beregszaszi 83254e245c removed unused CONFIG_AUDIO_NONSHORT 19 years ago
Loren Merritt b926572aa9 h264 mmx weighted prediction. up to 3% overall speedup. 19 years ago
Diego Biurrun 5539733bed Ignore AMR directories. 19 years ago
j@v2v.cc c99dd23307 Move all definitions of external dependencies into configure instead of 19 years ago
Loren Merritt 5693c08356 sse2 16x16 sum squared diff (306=>268 cycles on a K8) 19 years ago
Loren Merritt d90cbe5fe8 6% faster decode_cabac_residual 19 years ago
diane_cartman@gmx.de ca3b0d2719 13% faster decode_residual (cavlc). 19 years ago
Diego Biurrun 4e159595b5 support for building dynamic libraries on Mac OS X 19 years ago
Michel Bardiaux 399d84012f Fix some #ifdef to allow building amr_wb alone. 19 years ago
Michel Bardiaux 288f1e6815 fix some pointer to intger without cast warnings (patch by Michel Bardiaux) 19 years ago
Aurelien Jacobs 62ab0b7822 fix unused variable warnings 19 years ago
Michael Niedermayer 12e9668119 replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... 19 years ago
Gábor Kovács dc9f52602f Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. 19 years ago
Michael Niedermayer 8f196b14f5 changing a few options to AVOptions 19 years ago
Michael Niedermayer 9061be9fb3 precautionary checks 19 years ago
Michael Niedermayer d2752a0ddf dont print NULL 19 years ago
Diego Biurrun 7df6545556 Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h 19 years ago
Michael Niedermayer 0f88407075 set pts for h.263 decoding 19 years ago
Diego Biurrun 344b825ceb Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 19 years ago
Michael Niedermayer 2118901192 print more time_base fps stuff if av_log level is at debug or above 19 years ago
Reimar Döffinger 357a28430a check return value of decode_cabac_mb_dqp, it is INT_MIN on error. 19 years ago
Dario Andrade 18ae520b72 set more x264 encoding parameters 19 years ago
Michael Niedermayer fac862c659 the people want lower case ... 19 years ago
Michael Niedermayer 6fd46414db dont include opt.h in avcodec.h 19 years ago
Diego Biurrun 1471c6c2e8 CAREFULL --> CAREFUL typo fix 19 years ago
Michael Niedermayer ec9127c4a4 converting a few more options to AVOptions 19 years ago
Michael Niedermayer 637b5326f3 convert some options in ffmpeg.c to AVOptions 19 years ago
Michael Niedermayer a1689e2f19 avoid stdio.h 19 years ago
Michael Niedermayer c44a131dc7 missing include noticed by g0th 19 years ago
Michael Niedermayer 233f6f889e flags and named constants with type checking of course for AVOption 19 years ago