summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-01
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-29
* add support for AVI files with On2 headerAurelien Jacobs2007-09-26
* use a table to parse AVI file headerAurelien Jacobs2007-09-26
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-14
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-14
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-05
* add an enum for need_parsingAurelien Jacobs2007-04-15
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-10
* support yet another broken avi (filedoesitbetter.avi) which has a wrong strea...Michael Niedermayer2007-02-13
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-07
* indentMichael Niedermayer2007-02-05
* dynamic index building so forward and backward seeking in avi without an inde...Michael Niedermayer2007-02-05
* remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer2007-01-23
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-15
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
* Fix misplaced comment.Diego Biurrun2006-11-18
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-18
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-16
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-12
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-12
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-09
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
* Better tag support:Panagiotis Issaris2006-09-07
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
* Fix for AVI files with odd sized 'movi' listDavid Conrad2006-08-31
* support some totally broken ODML variantMichael Niedermayer2006-08-25
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* kill warningsMåns Rullgård2006-07-02
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* dont load the index if we cant seek backMichael Niedermayer2006-06-14
* Fix demuxing of AVIs with pad streams.Kostya Shishkov2006-04-06
* dwstart supportMichael Niedermayer2006-03-02
* fixing demuxing of minorityreport.AVIMichael Niedermayer2006-03-02
* fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ind...Michael Niedermayer2006-03-01
* support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer2006-03-01
* 10l forgot to set packet_sizeMichael Niedermayer2006-03-01
* fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer2006-03-01
* add movi_list offset into indexMichael Niedermayer2006-03-01