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
2013-07-07avformat/mov: Fix duration of fragmented movMichael Niedermayer
2013-02-24Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10'Michael Niedermayer
2013-02-23mov: use the format context for logging.Anton Khirnov
2013-02-20mov: fix self referencing timecode tracksMichael Niedermayer
2013-02-07mov: remove unused functionMichael Niedermayer
2013-02-07lavf/mov: skip version and flags attributes in mov_read_chan functionMatthieu Bouron
2013-01-22mov: prevent double free if the caller replaces the io context.Michael Niedermayer
2013-01-04Support more AVC-Intra filesReimar Döffinger
2013-01-01lavf/mov: fix timecode track reference usage.Clément Bœsch
2013-01-01lavf/mov: simplify timecode track ref.Clément Bœsch
2013-01-01mov: fix parsing of the chap atom.Hendrik Leppkes
2013-01-01mov: fix handling of odd sized yv12Carl Eugen Hoyos
2012-12-20Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011'Michael Niedermayer
2012-12-19mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau
2012-12-10mov: parse @PRM and @PRQ metadata tagsPeter Ross
2012-12-07Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer
2012-12-07mov: validate number of DataReferenceBox entries against box sizeJanne Grunau
2012-12-07mov: compute avg_frame_rate only if duration is knownJanne Grunau
2012-12-02Support Sorenson Spark in f4v files streamed by Flash Media Server.Carl Eugen Hoyos
2012-11-29Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-25mov: set flags to indicate that byte wise seeking is not supported.Michael Niedermayer
2012-11-18Fix possible NULL-pointer dereference when decoding mov files.Carl Eugen Hoyos
2012-11-16mov: add more udta meta data recognitionXidorn Quan
2012-11-15Read QuickTime version 1 audio fields in broken mov files.Carl Eugen Hoyos
2012-11-14mov: Dont try to calculate with unknown durations, fix division by 0Michael Niedermayer
2012-11-14mov: check stps correctly, avoid overreading 1 element.Michael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-10mov: Make sure no streams after the header lack a timescale.Michael Niedermayer
2012-10-25mov_probe: use correct variableMichael Niedermayer
2012-10-24Do not detect mov with maximum score if the atom size is too small.Carl Eugen Hoyos
2012-10-21Improve MPEG-PS-in-MOV detection.Carl Eugen Hoyos
2012-10-21bavformat/mov: add {} to complex ifsMichael Niedermayer
2012-10-19mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and force con...Petter Ericson
2012-10-17mov_probe: fix integer overflowsMichael Niedermayer
2012-10-17mov: fix time types related to mov_metadata_creation_timeMichael Niedermayer
2012-10-16mov: print warning if ff_get_wav_header() failsMichael Niedermayer
2012-10-07mov: fix integer avoption typesMichael Niedermayer
2012-10-02mov: add option to ignore edit lists.Michael Niedermayer
2012-09-29mov: add av_dlog() to dump edit lists.Michael Niedermayer
2012-09-29mov: only print multiple edit lists warning for actually unsupported casesMichael Niedermayer
2012-09-28mov: remove default of 1024 sample skip for aac.Michael Niedermayer
2012-09-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-20mov: fix 32/64 format typeMichael Niedermayer
2012-09-19mov: support random access point groupingYusuke Nakamura
2012-09-19Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer
2012-09-18mov: check for EOF in long lasting loopsLuca Barbato
2012-09-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-16mov: stsd entries must be at least 16 byteMichael Niedermayer