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
2017-07-26rmdec: add missing brackets to compound statementSean McGovern
2017-07-17rmdec: don't ignore the return value of av_get_packet()Sean McGovern
2016-12-23Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-08-17rm: Drop broken disabled cruftDiego Biurrun
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-08rmdec: Improve message for demux errorCarl Eugen Hoyos
2015-02-17rmdec: Check memory allocations from ff_rm_alloc_rmstream()Hugo Beauzée-Luyssen
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-12-04rm: Use the correct codec_data_size signednessLuca Barbato
2014-10-21rmdec: stricter error check to avoid theoretical unitialized useVittorio Giovara
2014-10-21rmdec: check av_new_packet return valueVittorio Giovara
2014-06-22Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun
2014-05-01rmdec: do not export anything to AVCodecContext.codec_nameAnton Khirnov
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2013-09-18rmdec: Validate the fps valueMartin Storsjö
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-07rmdec: Use the AVIOContext given as parameter in rm_read_metadata()Michael Niedermayer
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-11-12rmdec: set channel layout for RA version 3Justin Ruggles
2012-10-15rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego 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-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-04-20avcodec: add a cook parser to get subpacket durationJustin Ruggles
2012-03-19RealAudio Lossless decoderKostya Shishkov
2012-03-02rmdec: Honor .RMF tag size rather than assuming 18.Alex Converse
2012-03-02rmdec: adjust printf format string specifier to fix warningDiego Biurrun
2012-02-23rm: prevent infinite loops for index parsing.Ronald S. Bultje
2012-02-22rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.Ronald S. Bultje
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-30rmdec: don't set codec timebase.Anton Khirnov
2011-11-07rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-09-19rmdec: Reject invalid deinterleaving parametersLaurent Aimar
2011-09-19rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar
2011-08-27Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov
2011-08-17rmdec: parse FPS in RealMedia properlyKostya Shishkov
2011-08-17Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov
2011-08-17rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov