summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* change subshift a little, this reduces the object size a litlleMichael Niedermayer2007-01-16
* use 2 state arrays so that fewer temporary variables are neededMichael Niedermayer2007-01-16
* remove useless parameterMichael Niedermayer2007-01-16
* unused variableMichael Niedermayer2007-01-16
* Remove outdated Linux section.Diego Biurrun2007-01-16
* add msrle fourcc, quicktime_bmp.movBaptiste Coudurier2007-01-16
* add png fourccBaptiste Coudurier2007-01-16
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer2007-01-15
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o...Michael Niedermayer2007-01-15
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-15
* check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård2007-01-15
* save/restore number of streamsMåns Rullgård2007-01-15
* merge shift into mixMichael Niedermayer2007-01-15
* make aes_en/decrypt() static until we decided on the public APIMichael Niedermayer2007-01-15
* Revert broken removal of variable indirection.Diego Biurrun2007-01-15