5154 Commits (1c7a8c17ff97ea4b6b10f1c4ff9ff4de30e3665a)
 

Author SHA1 Message Date
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
Sam Hocevar 528bbdde7f Add a leading zero to the sequence files generated by the testsuite 19 years ago
Diego Biurrun 96f2c1fbce Add some files generated by regression tests. 19 years ago
Diego Biurrun 4bc113a937 Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. 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 267e9dfa9d doxygenize a few comments 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
Diego Biurrun 9fcfac15ba minor typo fixes 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
Diego Biurrun e180129f63 spelling/grammar/wording 19 years ago
Michael Niedermayer 291dcdb356 clarify GPL patch acceptance policy 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 b4abfb3060 checksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ...) 19 years ago
Michael Niedermayer 61a1e08156 common questions people ask me all the time, lets hope this reduces the stuff in my inbox, otherwise ill train bogofilter on them ... 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 a26e1d4c1f checksum doesnt cover the forward_ptr anymore 19 years ago
Michael Niedermayer 177e5460b9 forward_ptr doesnt contain its own length anymore 19 years ago
Michael Niedermayer e7902f2095 do not rescale AV_NOPTS_VALUE 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 da7272b335 set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing 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
Diego Biurrun b40e353aa4 Reduce unnecessary swscaler verbosity. 19 years ago
Diego Biurrun 978844ccaa Wrong comment after #endif. 19 years ago
Michael Niedermayer d57d8cbc25 a few more raw yuv fourccs 19 years ago
Michael Niedermayer 5e61b9ecef a little script to turn the inside of a struct into a AVOption array 19 years ago
Michael Niedermayer 860a40c8a7 AVOption first try 19 years ago
Michel Bardiaux f926cbe74c Remove stray non-existent -o option from an example. 19 years ago
Loren Merritt fbd312fd91 fix emulated edge motion compensation when resolution%16!=0 19 years ago