summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* fix some pointer to intger without cast warnings (patch by Michel Bardiaux)Michel Bardiaux2005-09-21
* fix unused variable warningsAurelien Jacobs2005-09-21
* replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer2005-09-21
* Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács2005-09-21
* Add a leading zero to the sequence files generated by the testsuiteSam Hocevar2005-09-21
* Add some files generated by regression tests.Diego Biurrun2005-09-21
* Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.Diego Biurrun2005-09-20
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
* precautionary checksMichael Niedermayer2005-09-20
* doxygenize a few commentsMichael Niedermayer2005-09-20
* dont print NULLMichael Niedermayer2005-09-20
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-19
* set pts for h.263 decodingMichael Niedermayer2005-09-19
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-18
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-17
* set more x264 encoding parametersDario Andrade2005-09-14
* minor typo fixesDiego Biurrun2005-09-13
* the people want lower case ...Michael Niedermayer2005-09-12
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
* spelling/grammar/wordingDiego Biurrun2005-09-12
* clarify GPL patch acceptance policyMichael Niedermayer2005-09-12
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
* avoid stdio.hMichael Niedermayer2005-09-11
* checksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ...Michael Niedermayer2005-09-11
* common questions people ask me all the time, lets hope this reduces the stuff...Michael Niedermayer2005-09-11
* missing include noticed by g0thMichael Niedermayer2005-09-11
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
* AVOption API improvmentsMichael Niedermayer2005-09-11
* checksum doesnt cover the forward_ptr anymoreMichael Niedermayer2005-09-11
* forward_ptr doesnt contain its own length anymoreMichael Niedermayer2005-09-11
* do not rescale AV_NOPTS_VALUEMichael Niedermayer2005-09-11
* add xvid idcts to dct-testMichael Niedermayer2005-09-10
* Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger2005-09-10
* remove unused table entriesMichael Niedermayer2005-09-10
* select xvid idct for xvid files if possibleMichael Niedermayer2005-09-10
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-10
* use av_log in debug modeAlex Beregszaszi2005-09-07
* set time_base as soon as time_scale is known instead of in a unrelated chunck...Michael Niedermayer2005-09-06
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* Reduce unnecessary swscaler verbosity.Diego Biurrun2005-09-06
* Wrong comment after #endif.Diego Biurrun2005-09-06
* a few more raw yuv fourccsMichael Niedermayer2005-09-06
* a little script to turn the inside of a struct into a AVOption arrayMichael Niedermayer2005-09-06
* AVOption first tryMichael Niedermayer2005-09-06