summaryrefslogtreecommitdiff
path: root/libavformat
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
* 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
* 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
* 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
* 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
* cosmeticMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7639 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
* 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
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-21
| | | | Originally committed as revision 7628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless #ifdef.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder alphabeticallyMåns Rullgård2007-01-21
| | | | Originally committed as revision 7619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed ifeq testsMåns Rullgård2007-01-21
| | | | Originally committed as revision 7618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
| | | | Originally committed as revision 7617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS cleanupRamiro Polla2007-01-21
| | | | | | | | | Patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: date: Jan 20, 2007 8:56 PM subject: [Ffmpeg-devel] [PATCH] [RFC] change socket read and write functions Originally committed as revision 7613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove sensless castsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify GUIDsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the context is supposed to be freed in the generic code in utils.cMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_tag from codec_id if its not set and can be set based on the ↵Michael Niedermayer2007-01-21
| | | | | | AVCodecTag tables Originally committed as revision 7600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this is wrong but it was that way before the AVCodecTag change, only reason ↵Michael Niedermayer2007-01-21
| | | | | | why it didnt broke regressions was that the table wasnt used Originally committed as revision 7599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk