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-09Force correct extradata for AVID AVCI50 in mov.Carl Eugen Hoyos
2013-07-08avformat/mov: read stream bitrates from isml manifestAlexandre Sicard
2013-07-07avformat/mov: Fix duration of fragmented movMichael Niedermayer
2013-06-30Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos
2013-06-28Set block_align when reading QDM2 in mov.Carl Eugen Hoyos
2013-06-12avformat/mov: ignore samples overflowing next_root_atomAlexandre Sicard
2013-06-07avformat/mov: compute dts_shift with trun ctsAlexandre Sicard
2013-05-30avformat/mov: Try to detect and support files with invalid sample sizesMichael Niedermayer
2013-05-25avformat/mov: Rename alt_sample_size so its name matches what it isMichael Niedermayer
2013-05-18mov: set block_align for MACE 3:1 and MACE 6:1Piotr Bandurski
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-03-23libspeex: support ZygoAudio (quality 10 mode)Piotr Bandurski
2013-03-14Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
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