summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-2119-53/+95
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-201-29/+28
* checking bitstream values and other related changesMichael Niedermayer2007-01-201-50/+118
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-192-1/+5
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-191-1/+1
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-192-8/+31
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-1966-379/+379
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-191-2/+2
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-191-19/+46
* uint16->uint8Michael Niedermayer2007-01-191-3/+3
* cosmetics: indentationAurelien Jacobs2007-01-182-2/+2
* The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...François Revol2007-01-181-3/+1
* The long awaited BeOS cleanup, phase 1François Revol2007-01-188-54/+34
* omg, major typo (fails if card supports rgb24)Alex Beregszaszi2007-01-181-1/+2
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-181-4/+4
* Add/update some comments.Diego Biurrun2007-01-181-2/+2
* Rename do_libav var so as not to clash with the do_libav function on Solaris.Diego Biurrun2007-01-181-2/+2
* change while loops to do-while as the condition is true the first time and th...Michael Niedermayer2007-01-181-4/+4
* simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer2007-01-171-1/+1
* doxygenizeMichael Niedermayer2007-01-171-2/+2
* avoid code duplicationMichael Niedermayer2007-01-171-3/+1
* better to set things to NULL instead of random in case of out of memMichael Niedermayer2007-01-171-1/+1
* simplify av_fifo_realloc()Michael Niedermayer2007-01-171-11/+7
* remove near duplicate functionMichael Niedermayer2007-01-171-15/+6
* simplifyMichael Niedermayer2007-01-171-8/+3
* simplifyMichael Niedermayer2007-01-171-5/+2
* simplifyMichael Niedermayer2007-01-171-7/+4
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-171-13/+19
* simplify pts/dts readingMichael Niedermayer2007-01-171-11/+11
* CosmeticsLuca Barbato2007-01-171-10/+17
* cosmeticMichael Niedermayer2007-01-171-1/+1
* reduce len checks, simplifies codeMichael Niedermayer2007-01-171-14/+2
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-171-0/+2
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-171-11/+14
* 10l (aes_crypt -> av_aes_crypt)Michael Niedermayer2007-01-172-5/+5
* set data_size to 0 so that in case we return without setting it nothing funny...Michael Niedermayer2007-01-161-0/+2
* update swf regression checksumMåns Rullgård2007-01-161-1/+1
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-162-2/+2
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-161-1/+1
* fix CONFIG_SMALL againMichael Niedermayer2007-01-161-18/+8
* 30byte smaller object fileMichael Niedermayer2007-01-161-3/+3
* 10l typoMichael Niedermayer2007-01-161-1/+1
* public APIMichael Niedermayer2007-01-161-0/+10
* cbc supportMichael Niedermayer2007-01-161-12/+23
* avoid memcpy()Michael Niedermayer2007-01-161-4/+3
* give crypt a src and dstMichael Niedermayer2007-01-161-23/+21
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-161-0/+1
* change subshift a little, this reduces the object size a litlleMichael Niedermayer2007-01-161-5/+7
* use 2 state arrays so that fewer temporary variables are neededMichael Niedermayer2007-01-161-33/+32
* remove useless parameterMichael Niedermayer2007-01-161-4/+4
OpenPOWER on IntegriCloud