]> git.sesse.net Git - ffmpeg/history - libavformat/avidec.c
print at debug level the score at which codec probing succedeed
[ffmpeg] / libavformat / avidec.c
2009-09-09 Maksym VeremeyenkoFix a bug with reading non-interleaved AVI if one the...
2009-09-09 Maksym VeremeyenkoFactorise st->nb_index_entries check.
2009-08-26 Reimar DöffingerCheck for seek failures in avi_load_index, otherwise...
2009-08-25 Maksym VeremeyenkoDo not read index chunks as audio/video data; closes...
2009-08-10 Aurelien Jacobsavidec: simplify, using av_rescale_q() instead of av_re...
2009-07-29 Diego BiurrunRemove pointless '#ifdef DEBUG' around dprintf macro.
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-03 Reimar DöffingerCheck for failed extradata malloc, fixes a crash in...
2009-07-03 Reimar DöffingerCheck size of "strf" header against size of enclosing...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-05-25 Michael NiedermayerWorkaround broken AVI files from DC-XZ6.
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
2009-03-19 Baptiste Coudurierset avi fsize to INT64_MAX if riff tag end is not set...
2009-02-21 Michael NiedermayerCheck for alloc failures.
2009-02-21 Michael NiedermayerCheck for EOF during index reading.
2009-02-21 Michael NiedermayerHandle chunks with the MSB in size set correctly that...
2009-02-21 Michael NiedermayerFix raw rgb/bgr vertical flip in avi based on info...
2009-02-19 Peter RossAVI demuxer: return AVERROR_EOF upon detection of end...
2009-02-16 Måns Rullgårdavidec: fix error introduced in r17382
2009-02-16 Benoit FouetAdd a context to av_log() calls and modify a function...
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
next