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-17avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bugMichael Niedermayer
2016-10-26avcodec: remove missing incompatible_libav_abi referencesJames Almer
2016-10-21lavc: add SCTE-35 CUI codec IDCarlos Fernandez
2016-09-28Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa'James Almer
2016-09-23avcodec: add new AVOID_PROBING capabilityTimo Rothenpieler
2016-09-19lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames...Sasi Inguva
2016-09-07lavc/avcodec: Improve av_parser_parse() documentation, mention padding.Carl Eugen Hoyos
2016-09-07avcodec: Fix successfull typoMichael Niedermayer
2016-08-22avcodec/me_cmp: add median SAD compare functionStanislav Dolganov
2016-08-18avcodec: add 64-bit signed pcm codecPaul B Mahol
2016-08-16lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.Jon Toohill
2016-08-15avcodec/bsf: Add list BSF APIJan Sebechlebsky
2016-08-13avcodec/bsf: Forbid packet without payload in av_bsf_send_packetJan Sebechlebsky
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-07-20libavcodec/dnxhd: add dnxhr profilesMark Reid
2016-07-09Merge commit '75872d77d215d64b8d9430df23c6c74ff921227b'Clément Bœsch
2016-07-09Merge commit '90f469aa2b98a868cdbe35170c24272de10e1341'Clément Bœsch
2016-06-26Merge commit 'ad61da054bd8c74a5d5b38d80846228fc6147108'Hendrik Leppkes
2016-06-26Merge commit '2ef6dab0a79a9852a92ed80b07f9e32a37530d9e'Hendrik Leppkes
2016-06-26Merge commit '04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f'Hendrik Leppkes
2016-06-26Merge commit '5f30ac27795f9f98043e8582ccaad8813104adc4'Hendrik Leppkes
2016-06-26avcodec: add YUY2 Lossless Codec decoderPaul B Mahol
2016-06-22Merge commit '31f6a4b4b83aca1d73f3cfc99ce2b39331970bf3'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov
2016-06-20Add TrueMotion 2.0 Real Time decoderPaul B Mahol
2016-06-20Add MagicYUV decoderPaul B Mahol
2016-06-17lavc: Document AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara
2016-06-12lavc: add H.264 MVC profilesAnton Khirnov
2016-06-07avcodec: add BitJazz SheerVideo decoderPaul B Mahol
2016-06-01avcodec: Document where the AVOption names can be found for the fields of AVC...Michael Niedermayer
2016-05-31avocdec: add MagicYUV decoderPaul B Mahol
2016-05-24jpeg2000: Fix profile define valuesFrancois Cartegnie
2016-05-23lavc: document that avcodec_close() should not be usedAnton Khirnov
2016-05-23lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov
2016-05-23lavc: deprecate avcodec_copy_context()Anton Khirnov
2016-05-21avcodec: add adpcm MTAF decoderPaul B Mahol
2016-05-16lavc: mark the old audio/video encoding API as deprecatedAnton Khirnov
2016-05-15avcodec: add Direct Stream Transfer (DST) decoderPeter Ross
2016-05-11Merge commit '9d4d9be538faa537440fff37d3b7ecf322911a55'Derek Buitenhuis
2016-05-06avcodec/avcodec: Move AV_CODEC_ID_M101 to the 2nd group of video codecsMichael Niedermayer
2016-05-06avcodec: add M101 decoderMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-21avcodec: add TrueMotion 2.0 Real Time decoderPaul B Mahol
2016-04-21lavc: introduce a new decoding/encoding API with decoupled input/outputwm4
2016-04-17Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis
2016-04-15avcodec/avcodec: Document signed/unsignedness of sample formats in relation t...Michael Niedermayer
2016-04-15avcodec: Add bits_per_raw_sample to AVCodecParametersMichael Niedermayer
2016-04-12libavcodec: Document that encoders may use the framerate field in AVCodecContextMartin Storsjö
2016-04-05avcodec: add adpcm dat4 decoderPaul B Mahol