2933 Commits (dd1a74d25decd6eaa7c78a7062fa12edb043efaf)

Author SHA1 Message Date
Michel Bardiaux 399d84012f Fix some #ifdef to allow building amr_wb alone. 20 years ago
Michel Bardiaux 288f1e6815 fix some pointer to intger without cast warnings (patch by Michel Bardiaux) 20 years ago
Aurelien Jacobs 62ab0b7822 fix unused variable warnings 20 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 ... 20 years ago
Gábor Kovács dc9f52602f Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. 20 years ago
Michael Niedermayer 8f196b14f5 changing a few options to AVOptions 20 years ago
Michael Niedermayer 9061be9fb3 precautionary checks 20 years ago
Michael Niedermayer d2752a0ddf dont print NULL 20 years ago
Diego Biurrun 7df6545556 Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h 20 years ago
Michael Niedermayer 0f88407075 set pts for h.263 decoding 20 years ago
Diego Biurrun 344b825ceb Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 20 years ago
Michael Niedermayer 2118901192 print more time_base fps stuff if av_log level is at debug or above 20 years ago
Reimar Döffinger 357a28430a check return value of decode_cabac_mb_dqp, it is INT_MIN on error. 20 years ago
Dario Andrade 18ae520b72 set more x264 encoding parameters 20 years ago
Michael Niedermayer fac862c659 the people want lower case ... 20 years ago
Michael Niedermayer 6fd46414db dont include opt.h in avcodec.h 20 years ago
Diego Biurrun 1471c6c2e8 CAREFULL --> CAREFUL typo fix 20 years ago
Michael Niedermayer ec9127c4a4 converting a few more options to AVOptions 20 years ago
Michael Niedermayer 637b5326f3 convert some options in ffmpeg.c to AVOptions 20 years ago
Michael Niedermayer a1689e2f19 avoid stdio.h 20 years ago
Michael Niedermayer c44a131dc7 missing include noticed by g0th 20 years ago
Michael Niedermayer 233f6f889e flags and named constants with type checking of course for AVOption 20 years ago
Michael Niedermayer 8bbf6db98b AVOption API improvments 20 years ago
Michael Niedermayer 434df899fe add xvid idcts to dct-test 20 years ago
Reimar Döffinger cd7af76d9e Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. 20 years ago
Michael Niedermayer 9f211bc6d7 remove unused table entries 20 years ago
Michael Niedermayer ddabdfefa8 select xvid idct for xvid files if possible 20 years ago
Michael Niedermayer 84740d5980 xvids mmx&mmx2 idcts 20 years ago
Michael Niedermayer 96b6ace22e dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 20 years ago
Alex Beregszaszi 8868d31065 use av_log in debug mode 20 years ago
Michael Niedermayer 3735e82f2d AVOption enumeration support and some flags to classify AVOptions 20 years ago
Måns Rullgård 79396ac685 Kill some compiler warnings. Compiled code verified identical after changes. 20 years ago
Michael Niedermayer d57d8cbc25 a few more raw yuv fourccs 20 years ago
Michael Niedermayer 860a40c8a7 AVOption first try 20 years ago
Loren Merritt fbd312fd91 fix emulated edge motion compensation when resolution%16!=0 20 years ago
Michael Niedermayer f79432a26e set a few variables correctly 20 years ago
Michael Niedermayer 1cef211dca AV_LOG_DEBUG vs. AV_LOG_ERROR 20 years ago
Michael Niedermayer 3723f01c14 fixme note 20 years ago
Michael Niedermayer 42661adfe6 pts must be in time_base units 20 years ago
Michael Niedermayer b983a5c608 print fourcc in a readable form if possible 20 years ago
Michael Niedermayer d3a9f79871 simplify (d&a) and (d&~a) calculation, hint by skal 20 years ago
Michael Niedermayer b5b65df7a9 add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch) 20 years ago
Reimar Döffinger 6c0d606471 Document "us" parameter for PCM conversion functions. 20 years ago
Reimar Döffinger b461b3bc4a Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 20 years ago
Michael Niedermayer 16beae15f3 setting timebase in the encoder doesnt seem like a good idea 20 years ago
Justin Ruggles 1ff8f2b36a fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) 20 years ago
Michael Niedermayer 4325ffd0a2 lowres support 20 years ago
Michael Niedermayer 473a200d93 error concealment fix 20 years ago
Michael Niedermayer c619ff6daf optimizations 20 years ago
Michael Niedermayer 95ae72b7e0 Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 20 years ago