summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* Favor even chunk sizes in ambiguous cases.Michael Niedermayer2008-10-04
* Factorize stream id parsing.Michael Niedermayer2008-10-04
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier2008-07-30
* spelling cosmeticsDiego Biurrun2008-07-04
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
* Parse 'dats' as data.Florian Echtler2008-06-18
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-26
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-13
* indentMichael Niedermayer2008-04-13
* Restructure if/else a little.Michael Niedermayer2008-04-13
* indentMichael Niedermayer2008-03-28
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-28
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-27
* Fix aspect ratio.Michael Niedermayer2008-03-27
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
* Use block_align as the avi spec says.Michael Niedermayer2008-03-03
* Print slightly more useful info.Michael Niedermayer2008-03-03
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-01
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-29
* add support for AVI files with On2 headerAurelien Jacobs2007-09-26
* use a table to parse AVI file headerAurelien Jacobs2007-09-26
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-14
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-14
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-05
* add an enum for need_parsingAurelien Jacobs2007-04-15
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-10
* support yet another broken avi (filedoesitbetter.avi) which has a wrong strea...Michael Niedermayer2007-02-13
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-07
* indentMichael Niedermayer2007-02-05
* dynamic index building so forward and backward seeking in avi without an inde...Michael Niedermayer2007-02-05
* remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer2007-01-23
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-15
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
* Fix misplaced comment.Diego Biurrun2006-11-18
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-18
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-16
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-12
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-12