summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Collapse)AuthorAge
* change assert test due to the new reducing of time_base in av_set_pts_info, ↵Baptiste Coudurier2008-07-30
| | | | | | fix #561 Originally committed as revision 14477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-07-04
| | | | Originally committed as revision 14064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
| | | | Originally committed as revision 13838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
| | | | Originally committed as revision 13837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse 'dats' as data.Florian Echtler2008-06-18
| | | | | | Patch by Florian Echtler: floe butterbrot org Originally committed as revision 13801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
| | | | Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-26
| | | | Originally committed as revision 13436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-13
| | | | Originally committed as revision 12805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restructure if/else a little.Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-03-28
| | | | Originally committed as revision 12618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-28
| | | | Originally committed as revision 12614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-27
| | | | | | fixes issue402 Originally committed as revision 12609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix aspect ratio.Michael Niedermayer2008-03-27
| | | | | | | fixes issue404 avienc.c change by StevieS Originally committed as revision 12601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
| | | | | | Fixes playback of CIMOVI01.avi. Originally committed as revision 12517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use block_align as the avi spec says.Michael Niedermayer2008-03-03
| | | | | | fix issue274 Originally committed as revision 12296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print slightly more useful info.Michael Niedermayer2008-03-03
| | | | Originally committed as revision 12295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-01
| | | | Originally committed as revision 11365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-29
| | | | | | | | patch by Vladimir Voroshilov, voroshil gmail com Date: Sun, 30 Sep 2007 00:30:34 +0700 Subject: Re: [FFmpeg-devel] [PATCH] Demuxer for AMV files Originally committed as revision 10623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for AVI files with On2 headerAurelien Jacobs2007-09-26
| | | | Originally committed as revision 10591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a table to parse AVI file headerAurelien Jacobs2007-09-26
| | | | Originally committed as revision 10590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-14
| | | | | | this should fix seeking over the first riff chunk in odml Originally committed as revision 10114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-14
| | | | Originally committed as revision 10113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-05
| | | | Originally committed as revision 9936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
| | | | | | | | | patch by Joakim \ elupus chez ecce dot se / original thread: date: 03/19/2007 01:47 AM subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use. Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-10
| | | | Originally committed as revision 8317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support yet another broken avi (filedoesitbetter.avi) which has a wrong ↵Michael Niedermayer2007-02-13
| | | | | | stream count Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-07
| | | | Originally committed as revision 7876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamic index building so forward and backward seeking in avi without an ↵Michael Niedermayer2007-02-05
| | | | | | index is possible Originally committed as revision 7842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove padding to 16bit code, i dont think this change can break anything ↵Michael Niedermayer2007-01-23
| | | | | | and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ... Originally committed as revision 7670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
| | | | Originally committed as revision 7556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
| | | | Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misplaced comment.Diego Biurrun2006-11-18
| | | | Originally committed as revision 7120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-18
| | | | | | with XAN DPCM audio (wrongly) declare PCM audio in the header. Originally committed as revision 7119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-12
| | | | Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-12
| | | | Originally committed as revision 6986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier2006-11-09
| | | | | | CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk