Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-20Disable non interleaved avi code when there is no index available.Michael Niedermayer
2010-05-04Do not use pkt->size when it is potentially uninitialized.Thierry Foucu
2010-04-20Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-14Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger
2010-02-06Add AVI metadata conversion table.Anton Khirnov
2010-02-05Support strn tag in avidec.Michael Niedermayer
2010-02-05Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer
2010-02-03Only set duration for streams where it is likely correct.Michael Niedermayer
2010-02-03Set nb_frames.Michael Niedermayer
2010-01-12Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-10-22Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer
2009-10-22Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer
2009-10-01Fix playback of strange AVI files with stray LIST.Aurelien Jacobs
2009-09-09Fix a bug with reading non-interleaved AVI if one the streams isMaksym Veremeyenko
2009-09-09Factorise st->nb_index_entries check.Maksym Veremeyenko
2009-08-26Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger
2009-08-25Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko
2009-08-11avidec: simplify, using av_rescale_q() instead of av_rescale()Aurelien Jacobs
2009-07-29Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-03Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger
2009-07-03Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-05-25Workaround broken AVI files from DC-XZ6.Michael Niedermayer
2009-05-25move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier
2009-03-20set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier
2009-02-21Check for alloc failures.Michael Niedermayer
2009-02-21Check for EOF during index reading.Michael Niedermayer
2009-02-21Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer
2009-02-21Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer
2009-02-19AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross
2009-02-16avidec: fix error introduced in r17382Måns Rullgård
2009-02-16Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet
2009-02-03modify the way to pass parameters to av_metadata_set()Aurelien Jacobs
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-16Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-12AVI: add bswap.h include needed on big endianMåns Rullgård
2009-01-05rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs
2009-01-04Generic metadata API.Michael Niedermayer
2008-12-16Fix bug where the avi demxuer lost the first frame of malformedMichael Niedermayer
2008-12-1410l (forgot sample_size)Michael Niedermayer
2008-12-14Fix non interleaved variable fps ODML avis.Michael Niedermayer
2008-10-05Favor even chunk sizes in ambiguous cases.Michael Niedermayer
2008-10-05Factorize stream id parsing.Michael Niedermayer
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni