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
2016-11-12nut: Use correct function pointer casts instead of void*Diego Biurrun
2016-10-27nut: Drop pointless TRACE level debug codeDiego Biurrun
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-13nutdec: only copy the header if it existsAndreas Cadhalpun
2015-11-25nut: Mark non-fatal errors as warningsLuca Barbato
2015-11-25nut: Provide more information on failureLuca Barbato
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-05-09nut: Make sure to clean up on read_header failureLuca Barbato
2015-05-08nut: Check chapter creation in decode_info_headerAndreas Cadhalpun
2015-03-12nutdec: Prevent leaks on memory errorVittorio Giovara
2015-02-17nutdec: Check memory allocationsHugo Beauzée-Luyssen
2015-02-10lavf: move internal fields from public to internal contextwm4
2014-11-06nutdec: do not set has_b_framesAnton Khirnov
2014-10-21nutdec: check av_new_packet return valueVittorio Giovara
2014-10-20nutdec: Prevent a memory corruptionLuca Barbato
2014-08-13nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when...Andrew Stone
2014-07-08nut: Use nut->version in the version range checkLuca Barbato
2014-05-29nut: Support experimental NUT 4 featuresLuca Barbato
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis
2013-05-07nut: use meaningful error valuesLuca Barbato
2013-05-06nut: use a define for the nut versionLuca Barbato
2013-01-15nutdec: Always return a value from nut_read_timestamp()Diego Biurrun
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-10-29nut: support textual dataLuca Barbato
2012-10-13nut: support pcm codecs not mapped in aviLuca Barbato
2012-10-13nut: prioritize native tagsLuca Barbato
2012-10-02nut: add do {} while (0) to GET_VLuca Barbato
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-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-04-19nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard
2012-04-10Drop some pointless #ifdefs.Diego Biurrun
2012-04-10nutdec: K&R formatting cosmeticsAsen Lekov
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-02nutdec: remove unused variableMans Rullgard
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-30avio: make get_checksum() internal.Anton Khirnov
2011-03-30avio: make init_checksum() internal.Anton Khirnov