summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Collapse)AuthorAge
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-29
| | | | | | | | patch by Vladimir Voroshilov, voroshil gmail com Date: Sun, 30 Sep 2007 00:30:34 +0700 Subject: Re: [FFmpeg-devel] [PATCH] Demuxer for AMV files Originally committed as revision 10623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for AVI files with On2 headerAurelien Jacobs2007-09-26
| | | | Originally committed as revision 10591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a table to parse AVI file headerAurelien Jacobs2007-09-26
| | | | Originally committed as revision 10590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-14
| | | | | | this should fix seeking over the first riff chunk in odml Originally committed as revision 10114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-14
| | | | Originally committed as revision 10113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-05
| | | | Originally committed as revision 9936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
| | | | | | | | | patch by Joakim \ elupus chez ecce dot se / original thread: date: 03/19/2007 01:47 AM subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use. Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-10
| | | | Originally committed as revision 8317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support yet another broken avi (filedoesitbetter.avi) which has a wrong ↵Michael Niedermayer2007-02-13
| | | | | | stream count Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-07
| | | | Originally committed as revision 7876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamic index building so forward and backward seeking in avi without an ↵Michael Niedermayer2007-02-05
| | | | | | index is possible Originally committed as revision 7842 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 nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
| | | | Originally committed as revision 7556 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
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
| | | | Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misplaced comment.Diego Biurrun2006-11-18
| | | | Originally committed as revision 7120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-18
| | | | | | with XAN DPCM audio (wrongly) declare PCM audio in the header. Originally committed as revision 7119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-12
| | | | Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-12
| | | | Originally committed as revision 6986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier2006-11-09
| | | | | | CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 6, 2006 6:00 PM Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI Originally committed as revision 6190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better tag support:Panagiotis Issaris2006-09-07
| | | | | | | | | | | - Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre. - Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer. Patch by takis P issaris A uhasselt P be Original thread: [Ffmpeg-devel] [PATCH] Better tag support Date: 09/06/06 16:58 Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
| | | | Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for AVI files with odd sized 'movi' listDavid Conrad2006-08-31
| | | | | | | | | Patch by David Conrad <davedc_@umbc.edu> Original thread: Date: Wed, 30 Aug 2006 15:12:35 -0400 Subject: [Ffmpeg-devel] [PATCH] Fix for AVI files with odd sized 'movi' list Originally committed as revision 6140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support some totally broken ODML variantMichael Niedermayer2006-08-25
| | | | Originally committed as revision 6091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
| | | | | | umovimus at gmail dot com Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
| | | | Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont load the index if we cant seek backMichael Niedermayer2006-06-14
| | | | Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix demuxing of AVIs with pad streams.Kostya Shishkov2006-04-06
| | | | Originally committed as revision 5271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dwstart supportMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing of minorityreport.AVIMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ↵Michael Niedermayer2006-03-01
| | | | | | indicate that) Originally committed as revision 5088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer2006-03-01
| | | | Originally committed as revision 5087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l forgot to set packet_sizeMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add movi_list offset into indexMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size to AVIndexMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ODML index parsing supportMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5081 to svn://svn.ffmpeg.org/ffmpeg/trunk