summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* better to set things to NULL instead of random in case of out of memMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify av_fifo_realloc()Michael Niedermayer2007-01-17
| | | | Originally committed as revision 7571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove near duplicate functionMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-17
| | | | Originally committed as revision 7566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify pts/dts readingMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsLuca Barbato2007-01-17
| | | | Originally committed as revision 7564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce len checks, simplifies codeMichael Niedermayer2007-01-17
| | | | | | | there is a very small chance that a stream which is damaged && unseekable && very small packet && damage to the flags && unlucky buffer state could have a valid packet after a damaged packet lost, but i think this is so unlikely that the simplification outweights it mans if you disagree with any commit to mpeg.c just say so and ill revert it Originally committed as revision 7562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-17
| | | | | | http://sam.zoy.org/zzuf/lol-ffplay.ogg Originally committed as revision 7561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-17
| | | | | | error_redo (somethings is definitly wrong) in which case we try to resync from the last startcode Originally committed as revision 7560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (aes_crypt -> av_aes_crypt)Michael Niedermayer2007-01-17
| | | | Originally committed as revision 7559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set data_size to 0 so that in case we return without setting it nothing ↵Michael Niedermayer2007-01-16
| | | | | | funny can happen Originally committed as revision 7558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update swf regression checksumMåns Rullgård2007-01-16
| | | | Originally committed as revision 7557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
| | | | Originally committed as revision 7556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-16
| | | | Originally committed as revision 7555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CONFIG_SMALL againMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30byte smaller object fileMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typoMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* public APIMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbc supportMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid memcpy()Michael Niedermayer2007-01-16
| | | | Originally committed as revision 7549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give crypt a src and dstMichael Niedermayer2007-01-16
| | | | | | same speed, 100bytes larger object file Originally committed as revision 7548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-16
| | | | | | Avoids a crash due to dsp.clear_blocks being NULL when called. Originally committed as revision 7547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change subshift a little, this reduces the object size a litlleMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 2 state arrays so that fewer temporary variables are neededMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless parameterMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variableMichael Niedermayer2007-01-16
| | | | Originally committed as revision 7543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove outdated Linux section.Diego Biurrun2007-01-16
| | | | Originally committed as revision 7542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add msrle fourcc, quicktime_bmp.movBaptiste Coudurier2007-01-16
| | | | Originally committed as revision 7541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add png fourccBaptiste Coudurier2007-01-16
| | | | Originally committed as revision 7540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and ↵Michael Niedermayer2007-01-15
| | | | | | http://sam.zoy.org/zzuf/lol-ffplay.m2v Originally committed as revision 7538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård2007-01-15
| | | | Originally committed as revision 7536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save/restore number of streamsMåns Rullgård2007-01-15
| | | | Originally committed as revision 7535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge shift into mixMichael Niedermayer2007-01-15
| | | | | | this need -fno-strict-aliasing to work (needs to be fixed of course) Originally committed as revision 7534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make aes_en/decrypt() static until we decided on the public APIMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert broken removal of variable indirection.Diego Biurrun2007-01-15
| | | | Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
| | | | | | | * Making DV codec release a buffer on exit * Flagging accepted pix_fmts for DV encoder Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling, formattingDiego Biurrun2007-01-15
| | | | Originally committed as revision 7530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move #include log.h into the selftesting code where it belongsMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dependancy on *malloc()Michael Niedermayer2007-01-15
| | | | Originally committed as revision 7528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check the last? entry written for detecting already initalized tablesMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, function -> metadataBaptiste Coudurier2007-01-15
| | | | Originally committed as revision 7526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace / by >> this makes the .o ~150 bytes smallerMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove leftover variable.Diego Biurrun2007-01-15
| | | | Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk