summaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAgeFilesLines
* change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier2008-07-301-2/+1
* spelling cosmeticsDiego Biurrun2008-07-041-23/+25
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-201-2/+0
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-201-4/+0
* Parse 'dats' as data.Florian Echtler2008-06-181-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-281-0/+3
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-281-1/+3
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-261-1/+1
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-131-0/+1
* indentMichael Niedermayer2008-04-131-7/+7
* Restructure if/else a little.Michael Niedermayer2008-04-131-2/+3
* indentMichael Niedermayer2008-03-281-43/+41
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-281-3/+4
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-271-0/+19
* Fix aspect ratio.Michael Niedermayer2008-03-271-1/+1
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-201-29/+21
* Use block_align as the avi spec says.Michael Niedermayer2008-03-031-1/+3
* Print slightly more useful info.Michael Niedermayer2008-03-031-2/+2
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-011-0/+25
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-9/+9
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-291-1/+21
* add support for AVI files with On2 headerAurelien Jacobs2007-09-261-0/+1
* use a table to parse AVI file headerAurelien Jacobs2007-09-261-17/+28
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-141-9/+2
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-141-2/+7
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-051-0/+7
* add an enum for need_parsingAurelien Jacobs2007-04-151-2/+2
* timestamps generation improvement when parsing aviJoakim Plate2007-04-131-2/+2
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-101-0/+7
* support yet another broken avi (filedoesitbetter.avi) which has a wrong strea...Michael Niedermayer2007-02-131-26/+20
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-071-1/+4
* indentMichael Niedermayer2007-02-051-8/+8
* dynamic index building so forward and backward seeking in avi without an inde...Michael Niedermayer2007-02-051-6/+8
* remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer2007-01-231-4/+0
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-161-1/+1
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-151-1/+1
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-111-3/+30
* Fix misplaced comment.Diego Biurrun2006-11-181-2/+2
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-181-7/+6
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-161-5/+6
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-121-3/+3
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-121-3/+5
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-091-0/+3
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-11/+11
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-011-6/+6
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
OpenPOWER on IntegriCloud