]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/avidec.c
v210 avi fourcc, v210_720p.avi
[frescor/ffmpeg.git] / libavformat / avidec.c
2009-03-19 bcoudurierset avi fsize to INT64_MAX if riff tag end is not set...
2009-02-21 michaelCheck for alloc failures.
2009-02-21 michaelCheck for EOF during index reading.
2009-02-21 michaelHandle chunks with the MSB in size set correctly that...
2009-02-21 michaelFix raw rgb/bgr vertical flip in avi based on info...
2009-02-19 prossAVI demuxer: return AVERROR_EOF upon detection of end...
2009-02-16 mruavidec: fix error introduced in r17382
2009-02-16 benoitAdd a context to av_log() calls and modify a function...
2009-02-02 aurelmodify the way to pass parameters to av_metadata_set()
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-16 benoitMake unsigned int a variable that does not need to...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-12 mruAVI: add bswap.h include needed on big endian
2009-01-04 aurelrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 michaelGeneric metadata API.
2008-12-16 michaelFix bug where the avi demxuer lost the first frame...
2008-12-14 michael10l (forgot sample_size)
2008-12-14 michaelFix non interleaved variable fps ODML avis.
2008-10-04 michaelFavor even chunk sizes in ambiguous cases.
2008-10-04 michaelFactorize stream id parsing.
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-07-30 bcoudurierchange assert test due to the new reducing of time_base...
2008-07-04 diegospelling cosmetics
2008-06-20 bcoudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 bcoudurierfactorize read_header failure freeing code
2008-06-18 benoitParse 'dats' as data.
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-28 michaelFixes NULL pointer dereference CID66
2008-05-28 michaelTell the user if a AVI is non interleaved.
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2008-05-26 michaelSupport non interleaved avi with phantom streams.
2008-04-13 michaelPrint warning if scale/rate is invalid.
2008-04-13 michaelindent
2008-04-13 michaelRestructure if/else a little.
2008-03-28 michaelindent
2008-03-28 michael1000l to myself, dereferencing uninitalized pointer.
2008-03-27 michaelSupport wb00+dc00 chunk mix.
2008-03-27 michaelFix aspect ratio.
2008-03-20 michaelOne non functional AVPalette chunk less, one heap overf...
2008-03-03 michaelfix issue274
2008-03-03 michaelPrint slightly more usefull info.
2008-01-01 michaelExtract aspect ratio from ODML/vprp.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-29 diegoAdd support for AMV variants of AVI files.
2007-09-26 aureladd support for AVI files with On2 header
2007-09-26 aureluse a table to parse AVI file header
2007-08-14 michaelremove broken movi_end skip-hack-check
2007-08-14 michaeldont missuse movi_end for checking chunk sizes
2007-08-05 reimarHack to support XSUB subtitles in AVI
2007-04-15 aureladd an enum for need_parsing
2007-04-13 benoittimestamps generation improvement when parsing avi
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-10 michaelfix demuxing of broken MVI_3011.avi
2007-02-13 michaelsupport yet another broken avi (filedoesitbetter.avi...
2007-02-07 michaelsupporting files with A,V,I,0x19 header
2007-02-05 michaelindent
2007-02-05 michaeldynamic index building so forward and backward seeking...
2007-01-23 michaelremove padding to 16bit code, i dont think this change...
2007-01-16 diegoMake nb_streams unsigned to avoid an ugly cast.
2007-01-15 michaelfixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi
2007-01-11 romansh* Fixing seeking with DV-AVI (by Jeff Downs <heydowns...
2006-11-18 diegoFix misplaced comment.
2006-11-18 diegoClean up XAN DPCM hack and set codec_tag to 0 for XAN...
2006-11-16 michaelfix support for avis with sample_size > packet size
2006-11-12 aurelcosmetic: fix indentation after previous commit
2006-11-12 aurelFix avidec.c compilation when dv demuxer is disabled.
2006-11-09 bcoudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-11-01 diegoreindentation, patch by From: Steve Lhomme, slhomme...
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-07 gpoirierAllow to get the the track number in the IPRT (part...
2006-09-07 gpoirierBetter tag support:
2006-09-05 michaelignore index parameter to ignore the ODML index in avi
2006-08-31 gpoirierFix for AVI files with odd sized 'movi' list
2006-08-25 michaelsupport some totally broken ODML variant
2006-08-18 bananAVI tag reading and writing patch by David Conrad.
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-07-02 mrukill warnings
2006-06-16 mrufree codec extradata in av_close_input_file
2006-06-14 michaeldont load the index if we cant seek back
2006-04-06 kostyaFix demuxing of AVIs with pad streams.
2006-03-02 michaeldwstart support
2006-03-02 michaelfixing demuxing of minorityreport.AVI
2006-03-01 michaelfixing av sync in videotest.avi (index doesnt match...
2006-03-01 michaelsupport seeking in RenderAvi.avi (audio stream == singl...
2006-03-01 michael10l forgot to set packet_size
2006-03-01 michaelfix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
2006-03-01 michaeladd movi_list offset into index
2006-03-01 michaeladd size to AVIndex
2006-03-01 michaelODML index parsing support
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-06 mruKill some compiler warnings. Compiled code verified...
2005-08-15 michaelparse pict_type for streams in avi
next