summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mpegts-documentation-only.patch -- adds documentation patch by Daniel ↵Daniel Kristjansson2007-01-23
| | | | | | | | Kristjansson / danielk mrl.nyu edu yes another 1 year old patch, this one though has one failed hunk Originally committed as revision 7676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused filesMåns Rullgård2007-01-23
| | | | Originally committed as revision 7675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "converts printf's to avlog's" patch by Daniel Kristjansson / danielk ↵Daniel Kristjansson2007-01-23
| | | | | | | | | mrl.nyu edu another 1 year old patch forgoten by mans trailing whitespace removial by me Originally committed as revision 7674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "removes definition for old crc func" patch by Daniel Kristjansson / danielk ↵Daniel Kristjansson2007-01-23
| | | | | | | | mrl.nyu edu patch ~ 1year old, apparently forgotten by our mpeg-ts demuxer maintainer Originally committed as revision 7673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with darkkben.free.fr/corrupted_h264.mp4Michael Niedermayer2007-01-23
| | | | Originally committed as revision 7671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove padding to 16bit code, i dont think this change can break anything ↵Michael Niedermayer2007-01-23
| | | | | | and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ... Originally committed as revision 7670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve probe and give it the max scoreMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek based on currently active stream fixes seeking in ffwma2_broken.wma ↵Michael Niedermayer2007-01-23
| | | | | | which had some "empty" streams Originally committed as revision 7666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* command line option to select the audio streamMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flameMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a context to av_log(), when possibleLuca Abeni2007-01-23
| | | | Originally committed as revision 21999 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* check num_reorder_frames for validityMichael Niedermayer2007-01-23
| | | | | | increase delayed_pic buffer size (one temporary is used and a terminating NULL is assumed by most code so it has to be 18 large) Originally committed as revision 7663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption is now const, removes a few warningsBaptiste Coudurier2007-01-23
| | | | Originally committed as revision 7662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding assert to protect delayed_picMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, there is a corner case afterall...Luca Barbato2007-01-23
| | | | Originally committed as revision 7660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux2007-01-23
| | | | Originally committed as revision 7659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fixMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-22
| | | | Originally committed as revision 7657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padsize checkMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct error messageMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace wrong return 0 by -1Michael Niedermayer2007-01-22
| | | | Originally committed as revision 7654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inden(ta)tionMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace nonsense code by something which makes at least some senseMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fragment offset and sizeMichael Niedermayer2007-01-22
| | | | | | yes this too could have been exploitable ... Originally committed as revision 7650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move frame header reading into its own functionMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct packet alignment check and correctionMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenize commentsMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (aligne stuff nicely)Michael Niedermayer2007-01-22
| | | | Originally committed as revision 7645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of some sensless malloc/freeMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not override rc_buffer_occupancy if setBaptiste Coudurier2007-01-22
| | | | Originally committed as revision 7641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few checks to the audio packet descrambling, this should hopefully ↵Michael Niedermayer2007-01-22
| | | | | | | | catch all related out of array accesses note, the original code might have been exploitable Originally committed as revision 7640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix license headers and FSF postal address.Diego Biurrun2007-01-22
| | | | Originally committed as revision 21994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmeticMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2007-01-22
| | | | Originally committed as revision 7638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some more license headers.Diego Biurrun2007-01-22
| | | | Originally committed as revision 7637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* these variables seem to be unused on the demuxer side so theres no sense in ↵Michael Niedermayer2007-01-22
| | | | | | setting them Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a typo in depsAurelien Jacobs2007-01-21
| | | | Originally committed as revision 7635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove BeOS hack.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that Xvid is used for encoding only.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of a few idiotic asserts()Michael Niedermayer2007-01-21
| | | | Originally committed as revision 7632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless &0x80Michael Niedermayer2007-01-21
| | | | Originally committed as revision 7631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort decoder/encoder/parser variables lists.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flashsv encoder also depends on zlibAurelien Jacobs2007-01-21
| | | | Originally committed as revision 7629 to svn://svn.ffmpeg.org/ffmpeg/trunk