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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-09-16mov: detect EOF in mov_read_dref()Michael Niedermayer
2012-09-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-07mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset
2012-09-01lavf: add missing new line to some error messages 2Piotr Bandurski
2012-08-30mov: fix av_log int typeMichael Niedermayer
2012-08-22mov: Change default aac priming fallback from 2112 to 1024Justin Greer
2012-08-22mov: parse custom "----" MetadataJustin Greer
2012-08-15movdec: Try to recover from overreading atomsMichael Niedermayer
2012-08-12mov: remux AALP tagPiotr Bandurski
2012-08-12mov: add av_dlog() to CTTS reading code like is already done in STTS.Michael Niedermayer
2012-08-08rename missed CodecID to AVCodecIDMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06mov: dont clip timestamps at 0Michael Niedermayer
2012-08-06movenc: fix remuxing of svq3Piotr Bandurski
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer