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
2018-02-06lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock
2018-02-06lavc: add new API for iterating codecs and codec parsersJosh de Kock
2018-01-12avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64James Almer
2017-12-27lavc: remove uneffective attribute_deprecated on enumwm4
2017-12-26lavc: replace and deprecate the lock managerwm4
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-02lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins
2017-11-27lavc: Mark all AVHWAccel structures as constMark Thompson
2017-11-27lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson
2017-11-27lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-11-27lavc: Add codec metadata to indicate hardware supportMark Thompson
2017-11-20avcodec: remove unnecessary AVPacketSideDataType enum offsetJames Almer
2017-11-15avcodec: deprecate getters and setters for AVCodecContext and AVCodec fieldsJames Almer
2017-11-14avcodec: fix whitespace on AVPanScan struct definitionAman Gupta
2017-11-14avcodec: add decode_params callback to AVHWAccel structAman Gupta
2017-11-12Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer
2017-11-11avcodec: allow multiple hwaccels for the same codec/pixfmtwm4
2017-11-11aptx: implement the aptX bluetooth codecAurelien Jacobs
2017-10-30avcodec/avcodec.h: remove doxy from the old bsf API functionsJames Almer
2017-10-26lavc/avcodec: Constify the return value of av_bitstream_filter_next().Carl Eugen Hoyos
2017-10-23Merge commit '0648dec19db83bc8c87814d195e32cbad5698a40'James Almer
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-10-23Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer
2017-10-23Merge commit '4476027d93680cd88d2f75ef1cef5b0c276a8704'James Almer
2017-10-23Merge commit 'bb45d11282d93af0e8d4c8fd6bc6405f7439a940'James Almer
2017-10-23Merge commit '302554835e39b79b977ed60c9afe81b44590dfef'James Almer
2017-10-23Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer
2017-10-23Merge commit 'da5ba26b9e25f408e8d2f9428c9eca699f11a7db'James Almer
2017-10-23Merge commit 'cbebc3251bc2544b469e0dcb176bc04779d8866c'James Almer
2017-10-23Merge commit '72dc7ddd18fe54ee68aec71590c3202ad009a8fc'James Almer
2017-10-23Merge commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198'James Almer
2017-10-23Merge commit '0871e2337777d9161e7f3554bcad19dabc9e15e1'James Almer
2017-10-23Merge commit 'c06e73929199c4bdbb32ffb3d81c27ea57dd1458'James Almer
2017-10-23Merge commit '0c7986df444273b0e53d3992ba9cc1108bd6a386'James Almer
2017-10-22Merge commit '6dca24cd1d570b806b5a3fdaef9d3c8608942a81'James Almer
2017-10-22Merge commit '1146bb3babca3973e88005d267cd06210d6ac075'James Almer
2017-10-22avcodec: Drop deprecated VIMA codecidJames Almer
2017-10-22Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer
2017-10-22avcodec: Drop deprecated audio resample APIJames Almer
2017-10-22Merge commit '0337adfab5d14a17bf4d5060aa0425e4049a9862'James Almer
2017-10-19lavc: external hardware frame pool initializationwm4
2017-10-12Fix visual glitch with XvMC, caused by wrong idct permutation.Ivan Kalvachev
2017-10-02avcodec/avpacket: deprecate av_copy_packet_side_data()James Almer
2017-09-28avdevice/decklink_dec: Added Closed caption decode from VANCKarthick J
2017-09-26Merge commit '577326d430593a25456393a75212b95d1cd94131'James Almer
2017-09-26avcodec/avpacket: deprecate av_copy_packet()James Almer
2017-09-14avcodec.h: fix doxygen commentJames Almer
2017-09-14lavc: Add flag to mark packets containing trusted inputMark Thompson
2017-09-04avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flagJames Almer
2017-08-30Add FITS DecoderParas Chadha