summaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAgeFilesLines
* AVPacket.posMichael Niedermayer2005-05-261-2/+1
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-191-2/+2
* switch to native time basesMichael Niedermayer2005-04-301-3/+1
* segfault fixMichael Niedermayer2005-03-241-1/+1
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-2/+5
* reverse zero packet dissapearence "feature"Michael Niedermayer2005-03-161-6/+4
* cleanup strh parserMichael Niedermayer2005-03-151-76/+45
* non interleaved avi supportMichael Niedermayer2005-03-151-63/+181
* use libavformats index system instead of the half duplicated mess in avidec.cMichael Niedermayer2005-03-131-128/+61
* audio duration fix?Michael Niedermayer2005-02-081-2/+1
* overflowsMichael Niedermayer2005-02-041-1/+1
* support discarding of uninterresting packetsMichael Niedermayer2005-01-221-0/+5
* 1/0 fixMichael Niedermayer2005-01-211-0/+2
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-0/+4
* broken avi / div by zero fixMichael Niedermayer2004-12-191-0/+2
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-131-1/+1
* When playingKostya Shishkov2004-11-121-0/+2
* fixing demuxing of vc2_intro.aviMichael Niedermayer2004-10-191-9/+8
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-131-0/+2
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-111-1/+1
* pads streamMichael Niedermayer2004-09-281-0/+6
* * fix for a DV regression introduced with the last round of avi_read_packetRoman Shaposhnik2004-09-191-1/+6
* added support for the elusive AVI palette change chunk, courtesy ofMike Melanson2004-09-161-0/+26
* various fixes for the main chunk demux loopMichael Niedermayer2004-09-151-27/+46
* * simplifying OpenDML AVI handling.Roman Shaposhnik2004-08-041-14/+20
* play more broken filesMichael Niedermayer2004-07-141-2/+3
* 10lMichael Niedermayer2004-05-301-0/+3
* skip subtitle streams instead of perishingMichael Niedermayer2004-05-301-2/+10
* exporting keyframe flags, fixes keyframe stuff with streamcopyMichael Niedermayer2004-05-291-2/+9
* 100l (avi seeking)Michael Niedermayer2004-05-241-2/+1
* 100l (AVStream.duration)Michael Niedermayer2004-05-241-2/+5
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-231-9/+6
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+2
* vbr audio fixMichael Niedermayer2004-05-061-7/+11
* audio pts fixMichael Niedermayer2004-01-101-1/+5
* fixing some seek failure issuesMichael Niedermayer2004-01-101-1/+3
* 10lMichael Niedermayer2004-01-041-2/+4
* forgot ...Michael Niedermayer2004-01-031-0/+1
* initial seek supportFabrice Bellard2003-11-101-26/+291
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-041-2/+2
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-021-0/+16
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-311-4/+9
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-291-91/+49
* hacks to support Xan AVI filesMike Melanson2003-09-081-0/+7
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-081-16/+42
* use custom packet allocation only for DVFabrice Bellard2003-06-071-25/+31
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-231-0/+1
* memleaksMichael Niedermayer2003-04-191-1/+12
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-281-22/+93
* OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-261-9/+35
OpenPOWER on IntegriCloud