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
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
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-07-31change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier
2008-07-04spelling cosmeticsDiego Biurrun
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-20factorize read_header failure freeing codeBaptiste Coudurier
2008-06-18Parse 'dats' as data.Florian Echtler
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28Fixes NULL pointer dereference CID66Michael Niedermayer
2008-05-28Tell the user if a AVI is non interleaved.Michael Niedermayer
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-27Support non interleaved avi with phantom streams.Michael Niedermayer
2008-04-13Print warning if scale/rate is invalid.Michael Niedermayer