5046 Commits (d76319b1ab716320f6e6a4d690b85fe4504ebd5b)
 

Author SHA1 Message Date
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
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 302c389e4f sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale 19 years ago
Michael Niedermayer 3723f01c14 fixme note 19 years ago
Michael Niedermayer 42661adfe6 pts must be in time_base units 19 years ago
Michael Niedermayer 78e035162c the user sets codec->time_base for video encding so she should also set it for audio encoding 19 years ago
Michael Niedermayer b983a5c608 print fourcc in a readable form if possible 19 years ago
Diego Biurrun d156a7b7f1 typo: viedo --> video 19 years ago