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