2895 Commits (87f50d273354fbf5a78d13cf7ec7d6f3b1b49a00)

Author SHA1 Message Date
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
Michael Niedermayer 8bbf6db98b AVOption API improvments 19 years ago
Michael Niedermayer 434df899fe add xvid idcts to dct-test 19 years ago
Reimar Döffinger cd7af76d9e Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. 19 years ago
Michael Niedermayer 9f211bc6d7 remove unused table entries 19 years ago
Michael Niedermayer ddabdfefa8 select xvid idct for xvid files if possible 19 years ago
Michael Niedermayer 84740d5980 xvids mmx&mmx2 idcts 19 years ago
Michael Niedermayer 96b6ace22e dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 19 years ago
Alex Beregszaszi 8868d31065 use av_log in debug mode 19 years ago
Michael Niedermayer 3735e82f2d AVOption enumeration support and some flags to classify AVOptions 19 years ago
Måns Rullgård 79396ac685 Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
Michael Niedermayer d57d8cbc25 a few more raw yuv fourccs 19 years ago
Michael Niedermayer 860a40c8a7 AVOption first try 19 years ago
Loren Merritt fbd312fd91 fix emulated edge motion compensation when resolution%16!=0 19 years ago
Michael Niedermayer f79432a26e set a few variables correctly 19 years ago
Michael Niedermayer 1cef211dca AV_LOG_DEBUG vs. AV_LOG_ERROR 19 years ago
Michael Niedermayer 3723f01c14 fixme note 19 years ago