summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* 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
* segfault fixMichael Niedermayer2005-03-24
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* reverse zero packet dissapearence "feature"Michael Niedermayer2005-03-16
* cleanup strh parserMichael Niedermayer2005-03-15
* non interleaved avi supportMichael Niedermayer2005-03-15
* use libavformats index system instead of the half duplicated mess in avidec.cMichael Niedermayer2005-03-13
* audio duration fix?Michael Niedermayer2005-02-08
* overflowsMichael Niedermayer2005-02-04
* support discarding of uninterresting packetsMichael Niedermayer2005-01-22
* 1/0 fixMichael Niedermayer2005-01-21
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* broken avi / div by zero fixMichael Niedermayer2004-12-19
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-13
* When playingKostya Shishkov2004-11-12
* fixing demuxing of vc2_intro.aviMichael Niedermayer2004-10-19
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-13
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
* pads streamMichael Niedermayer2004-09-28
* * fix for a DV regression introduced with the last round of avi_read_packetRoman Shaposhnik2004-09-19
* added support for the elusive AVI palette change chunk, courtesy ofMike Melanson2004-09-16
* various fixes for the main chunk demux loopMichael Niedermayer2004-09-15
* * simplifying OpenDML AVI handling.Roman Shaposhnik2004-08-04
* play more broken filesMichael Niedermayer2004-07-14
* 10lMichael Niedermayer2004-05-30
* skip subtitle streams instead of perishingMichael Niedermayer2004-05-30
* exporting keyframe flags, fixes keyframe stuff with streamcopyMichael Niedermayer2004-05-29
* 100l (avi seeking)Michael Niedermayer2004-05-24