summaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-44/+44
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-41/+41
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-061-1/+1
* parse pict_type for streams in aviMichael Niedermayer2005-08-151-0/+1
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-2/+0
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-31/+31
* 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
OpenPOWER on IntegriCloud