summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Collapse)AuthorAge
* 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
| | | | Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
| | | | | | | fix mpeg4 parser so it outputs te pict_type support header only parseing without repacking Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs2005-05-19
| | | | | | apps instead of URLProtocol) Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk