summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Remove stray non-existent -o option from an example.Michel Bardiaux2005-09-06
* fix emulated edge motion compensation when resolution%16!=0Loren Merritt2005-09-05
* set a few variables correctlyMichael Niedermayer2005-09-05
* AV_LOG_DEBUG vs. AV_LOG_ERRORMichael Niedermayer2005-09-05
* sample_rate value is not always correct (is there anything in quicktime which...Michael Niedermayer2005-09-04
* fixme noteMichael Niedermayer2005-09-04
* pts must be in time_base unitsMichael Niedermayer2005-09-04
* the user sets codec->time_base for video encding so she should also set it fo...Michael Niedermayer2005-09-04
* print fourcc in a readable form if possibleMichael Niedermayer2005-09-03
* typo: viedo --> videoDiego Biurrun2005-09-03
* simplify (d&a) and (d&~a) calculation, hint by skalMichael Niedermayer2005-09-03
* add consts (this was in my local tree, dunno where it came from, probably for...Michael Niedermayer2005-09-02
* Document "us" parameter for PCM conversion functions.Reimar Döffinger2005-09-02
* Support D-Cinema audio demuxing.Reimar Döffinger2005-09-02
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* setting timebase in the encoder doesnt seem like a good ideaMichael Niedermayer2005-09-02
* fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)Justin Ruggles2005-09-02
* lowres supportMichael Niedermayer2005-09-02
* forgot to commit this after dv changesMichael Niedermayer2005-09-02
* error concealment fixMichael Niedermayer2005-09-01
* optimizationsMichael Niedermayer2005-08-30
* regression tests for dvMichael Niedermayer2005-08-30
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)Burkhard Plaum2005-08-26
* prevent assert failures and infinite loops with broken streamsMichael Niedermayer2005-08-25
* Add missing columns to multicolumn declaration.Diego Biurrun2005-08-21
* time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer2005-08-21
* reducing minimum supported picture sizeMichael Niedermayer2005-08-21
* reversing:Steven M. Schultz2005-08-21
* vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-21
* Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-s...Burkhard Plaum2005-08-21
* segfault fixMichael Niedermayer2005-08-21
* remove junk charactersMåns Rullgård2005-08-16