summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
* Better tag support:Panagiotis Issaris2006-09-07
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
* Fix for AVI files with odd sized 'movi' listDavid Conrad2006-08-31
* support some totally broken ODML variantMichael Niedermayer2006-08-25
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* 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