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-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-10-30Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer
2012-10-29nut: support textual dataLuca Barbato
2012-10-20nutdec: fix integer overflowMichael Niedermayer
2012-10-15nutdec: check return value of av_new_packet()Paul B Mahol
2012-10-14Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer
2012-10-14Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer
2012-10-13nut: prioritize native tagsLuca Barbato
2012-10-13nut: support pcm codecs not mapped in aviLuca Barbato
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02nut: add do {} while (0) to GET_VLuca Barbato
2012-10-02nut: store and read the r_frame_rateMichael Niedermayer
2012-09-28nutdec: fix get_vb_trace() / -DTRACE compileMichael Niedermayer
2012-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-27nutdec: Remove unused and broken debug function stubDiego Biurrun
2012-09-26nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun
2012-09-21nutdec: fix mixup of nb_streams and timebase_countMichael Niedermayer
2012-09-21nutdec: fix type of intermediate variable for ts calculation.Michael Niedermayer
2012-08-27Use correct format identifier for uint64_t.Carl Eugen Hoyos
2012-08-27nutdec: Flip the direction for seeking with an index in the failure case.Michael Niedermayer
2012-08-27nutdec: improve information in error messageMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-06-30nutdec: set duration_estimation_methodMichael Niedermayer
2012-06-30nutdec: estimate duration from last syncpointMichael Niedermayer
2012-06-30nutdec: remove assert that is wrong for some new duration code.Michael Niedermayer
2012-06-30nutdec: check that filesize is valid before using it.Michael Niedermayer
2012-05-16Add AVFMT_SEEK_TO_PTS to nut demuxer flagsMichael Bradshaw
2012-04-29nutdec: minor simplification.Reimar Döffinger
2012-04-29nutdec: replace assert with av_assert0.Reimar Döffinger
2012-04-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-19nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard
2012-04-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10Drop some pointless #ifdefs.Diego Biurrun
2012-04-10nutdec: K&R formatting cosmeticsAsen Lekov
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer