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-11-27lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson
2017-11-27lavc: Add codec metadata to indicate hardware supportMark Thompson
2017-11-26libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov
2017-11-26lavc/utils.c: use C11 atomics for entangled thread handlingRostislav Pehlivanov
2017-11-15avcodec: deprecate getters and setters for AVCodecContext and AVCodec fieldsJames Almer
2017-11-11avcodec: fix wrong duration of packets (dvd, bluray)Aleksandr Slobodeniuk
2017-10-23avcodec: drop deprecated vismv optionJames Almer
2017-10-23Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3'James Almer
2017-10-23Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer
2017-10-22Merge commit '6dca24cd1d570b806b5a3fdaef9d3c8608942a81'James Almer
2017-10-22Merge commit '0337adfab5d14a17bf4d5060aa0425e4049a9862'James Almer
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-08-26lavc/utils: Calculate frame duration for little-endian G.726.Carl Eugen Hoyos
2017-08-23avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy ini...Vitaly Buka
2017-04-23Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer
2017-04-23Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer
2017-04-23Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer
2017-04-17Merge commit '0309ddcfb25fd44883bfcdb07509eb4907576b97'Clément Bœsch
2017-04-07Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'James Almer
2017-04-07Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e'James Almer
2017-04-06lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme
2017-04-06pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-23lavc: Drop deprecated way of setting audio delay on encodeVittorio Giovara
2017-03-23lavc: Drop deprecated emu edge functionalityVittorio Giovara
2017-03-23lavc: Drop deprecated way of setting codec dimensionsVittorio Giovara
2017-03-23lavc: Drop deprecated missing sample log functionVittorio Giovara
2017-03-21avcodec: remove warning against using frame threading with hwaccelswm4
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-03-18Merge commit 'e9bfff1cc66c85b91b262c41e8aa5e8685606225'Clément Bœsch
2017-03-17avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp
2017-03-17avcodec: fix uninitialized variable readwm4
2017-03-16lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos
2017-03-12Merge commit 'f65285aba0df7d46298abe0c945dfee05cbc6028'Clément Bœsch
2017-03-09aacdec: do not mutate input packet metadatawm4
2017-03-06avcodec: consider an error during decoder draining as EOFwm4
2017-02-24lavc/utils: Make second parameter to apply_param_change() const.Carl Eugen Hoyos
2017-02-14lavc: Add device context field to AVCodecContextMark Thompson
2017-02-13lavc: Add device context field to AVCodecContextMark Thompson
2017-02-11lavc: use av_cpu_max_align() instead of hardcoding alignment requirementsAnton Khirnov
2017-02-03avcodec/utils: Fix memleak with subtitles and sidedataMichael Niedermayer
2017-01-25avcodec/utils: correct align value for interplayMichael Niedermayer
2016-12-22avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol
2016-12-17lavc: Fix ticket 6024, truncated mode decodingPavel Koshevoy
2016-12-14lavc: add support for filtering packets before decodingAnton Khirnov
2016-12-14decode: restructure the core decoding codeAnton Khirnov
2016-12-14decode: be more explicit about storing the last packet propertiesAnton Khirnov
2016-12-14lavc: handle MP3 in get_audio_frame_duration()Anton Khirnov
2016-12-11avcodec: Add max_pixels optionsMichael Niedermayer
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara