summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
...
* 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
* 100l (AVStream.duration)Michael Niedermayer2004-05-24
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* vbr audio fixMichael Niedermayer2004-05-06
* audio pts fixMichael Niedermayer2004-01-10
* fixing some seek failure issuesMichael Niedermayer2004-01-10
* 10lMichael Niedermayer2004-01-04
* forgot ...Michael Niedermayer2004-01-03
* initial seek supportFabrice Bellard2003-11-10
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-04
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-02
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-31
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-29
* hacks to support Xan AVI filesMike Melanson2003-09-08
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-08
* use custom packet allocation only for DVFabrice Bellard2003-06-07
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-23
* memleaksMichael Niedermayer2003-04-19
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-28
* OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-26
* db video chunk in avi files support (idea by Dmitry Poplavsky <dima at thekom...Michael Niedermayer2003-03-20
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-12