]> git.sesse.net Git - ffmpeg/history - libavformat/avidec.c
use ff_neterrno() and FF_NETERROR() for networking error handling
[ffmpeg] / libavformat / avidec.c
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-10 Michael Niedermayerfix demuxing of broken MVI_3011.avi
2007-02-13 Michael Niedermayersupport yet another broken avi (filedoesitbetter.avi...
2007-02-07 Michael Niedermayersupporting files with A,V,I,0x19 header
2007-02-05 Michael Niedermayerindent
2007-02-05 Michael Niedermayerdynamic index building so forward and backward seeking...
2007-01-23 Michael Niedermayerremove padding to 16bit code, i dont think this change...
2007-01-16 Diego BiurrunMake nb_streams unsigned to avoid an ugly cast.
2007-01-15 Michael Niedermayerfixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi
2007-01-11 Roman Shaposhnik* Fixing seeking with DV-AVI (by Jeff Downs <heydowns...
2006-11-18 Diego BiurrunFix misplaced comment.
2006-11-18 Diego BiurrunClean up XAN DPCM hack and set codec_tag to 0 for XAN...
2006-11-16 Michael Niedermayerfix support for avis with sample_size > packet size
2006-11-12 Aurelien Jacobscosmetic: fix indentation after previous commit
2006-11-12 Aurelien JacobsFix avidec.c compilation when dv demuxer is disabled.
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-07 Panagiotis IssarisAllow to get the the track number in the IPRT (part...
2006-09-07 Panagiotis IssarisBetter tag support:
2006-09-05 Michael Niedermayerignore index parameter to ignore the ODML index in avi
2006-08-31 David ConradFix for AVI files with odd sized 'movi' list
2006-08-25 Michael Niedermayersupport some totally broken ODML variant
2006-08-18 David ConradAVI tag reading and writing patch by David Conrad.
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-02 Måns Rullgårdkill warnings
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-06-14 Michael Niedermayerdont load the index if we cant seek back
2006-04-06 Kostya ShishkovFix demuxing of AVIs with pad streams.
2006-03-02 Michael Niedermayerdwstart support
2006-03-02 Michael Niedermayerfixing demuxing of minorityreport.AVI
2006-03-01 Michael Niedermayerfixing av sync in videotest.avi (index doesnt match...
2006-03-01 Michael Niedermayersupport seeking in RenderAvi.avi (audio stream == singl...
2006-03-01 Michael Niedermayer10l forgot to set packet_size
2006-03-01 Michael Niedermayerfix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
2006-03-01 Michael Niedermayeradd movi_list offset into index
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-03-01 Michael NiedermayerODML index parsing support
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-08-15 Michael Niedermayerparse pict_type for streams in avi
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-03-24 Michael Niedermayersegfault fix
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-03-16 Michael Niedermayerreverse zero packet dissapearence "feature"
2005-03-15 Michael Niedermayercleanup strh parser
2005-03-15 Michael Niedermayernon interleaved avi support
2005-03-13 Michael Niedermayeruse libavformats index system instead of the half dupli...
2005-02-08 Michael Niedermayeraudio duration fix?
2005-02-04 Michael Niedermayeroverflows
2005-01-22 Michael Niedermayersupport discarding of uninterresting packets
2005-01-21 Michael Niedermayer1/0 fix
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-12-19 Michael Niedermayerbroken avi / div by zero fix
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-11-12 Kostya ShishkovWhen playing
2004-10-19 Michael Niedermayerfixing demuxing of vc2_intro.avi
2004-10-13 Roman Shaposhnik * static allocation for audio packets. This will...
2004-10-11 Michael Niedermayer100l (forgoten seeking functions)
2004-09-28 Michael Niedermayerpads stream
2004-09-19 Roman Shaposhnik * fix for a DV regression introduced with the last...
2004-09-16 Mike Melansonadded support for the elusive AVI palette change chunk...
2004-09-15 Michael Niedermayervarious fixes for the main chunk demux loop
2004-08-04 Roman Shaposhnik * simplifying OpenDML AVI handling.
2004-07-14 Michael Niedermayerplay more broken files
2004-05-30 Michael Niedermayer10l
2004-05-30 Michael Niedermayerskip subtitle streams instead of perishing
2004-05-29 Michael Niedermayerexporting keyframe flags, fixes keyframe stuff with...
2004-05-24 Michael Niedermayer100l (avi seeking)
2004-05-24 Michael Niedermayer100l (AVStream.duration)
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-06 Michael Niedermayervbr audio fix
2004-01-10 Michael Niedermayeraudio pts fix
2004-01-10 Michael Niedermayerfixing some seek failure issues
2004-01-04 Michael Niedermayer10l
2004-01-03 Michael Niedermayerforgot ...
2003-11-10 Fabrice Bellardinitial seek support
2003-11-04 Roman Shaposhnik * fixes for broken builds on Solaris, OS2 and all...
2003-11-02 Roberto TogniMake avi and asf demuxer export palette in palctrl
2003-10-31 Roman Shaposhnik * DV demuxer is now capable of decoding auxilary...
2003-09-29 Roman Shaposhnik * DV handling was streamlined for both muxing/demuxi...
2003-09-08 Mike Melansonhacks to support Xan AVI files
2003-08-08 Fabrice Bellardupdate duration and start_time - add av_new_stream...
2003-06-07 Fabrice Bellarduse custom packet allocation only for DV
2003-04-23 Roman ShaposhnikComplete support for OpenDML AVIs and AVIs > 2Gb.
2003-04-19 Michael Niedermayermemleaks
2003-03-28 Roman ShaposhnikAVI type 1 support patch by (Roman Shaposhnick <rvs...
next