]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/avidec.c
Remove offset_t typedef and use int64_t directly instead.
[frescor/ffmpeg.git] / libavformat / avidec.c
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
2005-08-14 mrukill a bunch of compiler warnings
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2005-05-19 aureldrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 michaelswitch to native time bases
2005-03-24 michaelsegfault fix
2005-03-17 michaelmore fine grained discarding of packets
2005-03-16 michaelreverse zero packet dissapearence "feature"
2005-03-15 michaelcleanup strh parser
2005-03-15 michaelnon interleaved avi support
2005-03-13 michaeluse libavformats index system instead of the half dupli...
2005-02-08 michaelaudio duration fix?
2005-02-04 michaeloverflows
2005-01-22 michaelsupport discarding of uninterresting packets
2005-01-21 michael1/0 fix
2005-01-08 michaelinteger overflows, heap corruption
2004-12-19 michaelbroken avi / div by zero fix
2004-11-13 michaelallocate a few bytes more for extradata so the bitstrea...
2004-11-12 michaelWhen playing
2004-10-19 michaelfixing demuxing of vc2_intro.avi
next