summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* CosmeticsLuca Barbato2007-01-17
* cosmeticMichael Niedermayer2007-01-17
* reduce len checks, simplifies codeMichael Niedermayer2007-01-17
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-17
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-17
* 10l (aes_crypt -> av_aes_crypt)Michael Niedermayer2007-01-17
* set data_size to 0 so that in case we return without setting it nothing funny...Michael Niedermayer2007-01-16
* update swf regression checksumMåns Rullgård2007-01-16
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-16
* fix CONFIG_SMALL againMichael Niedermayer2007-01-16
* 30byte smaller object fileMichael Niedermayer2007-01-16
* 10l typoMichael Niedermayer2007-01-16
* public APIMichael Niedermayer2007-01-16
* cbc supportMichael Niedermayer2007-01-16
* avoid memcpy()Michael Niedermayer2007-01-16
* give crypt a src and dstMichael Niedermayer2007-01-16
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-16