summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* 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
* add size to AVIndexMichael Niedermayer2006-03-01
* ODML index parsing supportMichael Niedermayer2006-03-01
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* switch to native time basesMichael Niedermayer2005-04-30