aboutsummaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
AgeCommit message (Expand)Author
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-07Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris
2006-09-07Better tag support:Panagiotis Issaris
2006-09-05ignore index parameter to ignore the ODML index in aviMichael Niedermayer
2006-08-31Fix for AVI files with odd sized 'movi' listDavid Conrad
2006-08-25support some totally broken ODML variantMichael Niedermayer
2006-08-18AVI tag reading and writing patch by David Conrad.David Conrad
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-02kill warningsMåns Rullgård
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-06-14dont load the index if we cant seek backMichael Niedermayer
2006-04-06Fix demuxing of AVIs with pad streams.Kostya Shishkov
2006-03-02dwstart supportMichael Niedermayer
2006-03-02fixing demuxing of minorityreport.AVIMichael Niedermayer
2006-03-01fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ind...Michael Niedermayer
2006-03-01support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer
2006-03-0110l forgot to set packet_sizeMichael Niedermayer
2006-03-01fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer
2006-03-01add movi_list offset into indexMichael Niedermayer
2006-03-01add size to AVIndexMichael Niedermayer
2006-03-01ODML index parsing supportMichael Niedermayer
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-06Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-08-15parse pict_type for streams in aviMichael Niedermayer
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-26AVPacket.posMichael Niedermayer
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2005-04-30switch to native time basesMichael Niedermayer
2005-03-24segfault fixMichael Niedermayer
2005-03-17more fine grained discarding of packetsMichael Niedermayer
2005-03-16reverse zero packet dissapearence "feature"Michael Niedermayer
2005-03-15cleanup strh parserMichael Niedermayer
2005-03-15non interleaved avi supportMichael Niedermayer
2005-03-13use libavformats index system instead of the half duplicated mess in avidec.cMichael Niedermayer
2005-02-08audio duration fix?Michael Niedermayer
2005-02-04overflowsMichael Niedermayer
2005-01-22support discarding of uninterresting packetsMichael Niedermayer
2005-01-211/0 fixMichael Niedermayer
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-12-19broken avi / div by zero fixMichael Niedermayer
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer
2004-11-12When playingKostya Shishkov
2004-10-19fixing demuxing of vc2_intro.aviMichael Niedermayer
2004-10-13 * static allocation for audio packets. This will make it a little bitRoman Shaposhnik
2004-10-11100l (forgoten seeking functions)Michael Niedermayer