]> git.sesse.net Git - ffmpeg/history - libavformat/avidec.c
matroskaenc: use new metadata API
[ffmpeg] / libavformat / avidec.c
2009-02-02 Aurelien Jacobsmodify the way to pass parameters to av_metadata_set()
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-16 Marc MasonMake unsigned int a variable that does not need to...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-12 Måns RullgårdAVI: add bswap.h include needed on big endian
2009-01-04 Aurelien Jacobsrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 Michael NiedermayerGeneric metadata API.
2008-12-16 Michael NiedermayerFix bug where the avi demxuer lost the first frame...
2008-12-14 Michael Niedermayer10l (forgot sample_size)
2008-12-14 Michael NiedermayerFix non interleaved variable fps ODML avis.
2008-10-04 Michael NiedermayerFavor even chunk sizes in ambiguous cases.
2008-10-04 Michael NiedermayerFactorize stream id parsing.
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-07-30 Baptiste Coudurierchange assert test due to the new reducing of time_base...
2008-07-04 Diego Biurrunspelling cosmetics
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-18 Florian EchtlerParse 'dats' as data.
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-28 Michael NiedermayerFixes NULL pointer dereference CID66
2008-05-28 Michael NiedermayerTell the user if a AVI is non interleaved.
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-26 Michael NiedermayerSupport non interleaved avi with phantom streams.
2008-04-13 Michael NiedermayerPrint warning if scale/rate is invalid.
2008-04-13 Michael Niedermayerindent
2008-04-13 Michael NiedermayerRestructure if/else a little.
2008-03-28 Michael Niedermayerindent
2008-03-28 Michael Niedermayer1000l to myself, dereferencing uninitalized pointer.
2008-03-27 Michael NiedermayerSupport wb00+dc00 chunk mix.
2008-03-27 Michael NiedermayerFix aspect ratio.
2008-03-20 Michael NiedermayerOne non functional AVPalette chunk less, one heap overf...
2008-03-03 Michael NiedermayerUse block_align as the avi spec says.
2008-03-03 Michael NiedermayerPrint slightly more useful info.
2008-01-01 Michael NiedermayerExtract aspect ratio from ODML/vprp.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-29 Vladimir VoroshilovAdd support for AMV variants of AVI files.
2007-09-26 Aurelien Jacobsadd support for AVI files with On2 header
2007-09-26 Aurelien Jacobsuse a table to parse AVI file header
2007-08-14 Michael Niedermayerremove broken movi_end skip-hack-check
2007-08-14 Michael Niedermayerdo not misuse movi_end for checking chunk sizes
2007-08-05 Reimar DöffingerHack to support XSUB subtitles in AVI
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"
next