summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Increase the av_log() levels, and add some documentation for themLuca Abeni2007-01-21
* BeOS cleanupRamiro Polla2007-01-21
* remove sensless castsMichael Niedermayer2007-01-21
* simplify GUIDsMichael Niedermayer2007-01-21
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-21
* Really fix my never ending mistakes.Benjamin Larsson2007-01-21
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-21
* The block_size might be used incorrectly if it is not updated.Benjamin Larsson2007-01-21
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
* simplifyMichael Niedermayer2007-01-21
* the context is supposed to be freed in the generic code in utils.cMichael Niedermayer2007-01-21
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
* simplifyMichael Niedermayer2007-01-21
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato2007-01-21
* set codec_tag from codec_id if its not set and can be set based on the AVCode...Michael Niedermayer2007-01-21
* this is wrong but it was that way before the AVCodecTag change, only reason w...Michael Niedermayer2007-01-21
* Fixed a typo, cosmetics.Benjamin Larsson2007-01-21
* Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* Fix crash when pred_order greater s->blocksize >> rice_order.Reimar Döffinger2007-01-21
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-20
* checking bitstream values and other related changesMichael Niedermayer2007-01-20
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-19
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-19
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-19
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-19
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-19
* uint16->uint8Michael Niedermayer2007-01-19
* cosmetics: indentationAurelien Jacobs2007-01-18
* The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...François Revol2007-01-18
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* omg, major typo (fails if card supports rgb24)Alex Beregszaszi2007-01-18
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-18
* Add/update some comments.Diego Biurrun2007-01-18
* Rename do_libav var so as not to clash with the do_libav function on Solaris.Diego Biurrun2007-01-18
* change while loops to do-while as the condition is true the first time and th...Michael Niedermayer2007-01-18
* simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer2007-01-17
* doxygenizeMichael Niedermayer2007-01-17
* avoid code duplicationMichael Niedermayer2007-01-17
* better to set things to NULL instead of random in case of out of memMichael Niedermayer2007-01-17
* simplify av_fifo_realloc()Michael Niedermayer2007-01-17
* remove near duplicate functionMichael Niedermayer2007-01-17
* simplifyMichael Niedermayer2007-01-17
* simplifyMichael Niedermayer2007-01-17
* simplifyMichael Niedermayer2007-01-17
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-17
* simplify pts/dts readingMichael Niedermayer2007-01-17