Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-04avcodec: add h264_mvc codec id and profilesHendrik Leppkes
2017-08-04HACK: avcodec: export progressive_sequence informationHendrik Leppkes
2017-08-04matroskadec_haali: send new extradata and stream params on segment changesHendrik Leppkes
2017-08-04HACK: store dvd palette info for user-app useHendrik Leppkes
2017-08-04Add "safe" full parsing mode.Hendrik Leppkes
2017-07-19avcodec: add Dolby E decoderfoo86
2017-06-19avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer
2017-06-15lavc: Add flag to allow profile mismatch with hardware decodingMark Thompson
2017-06-11avcodec: add Gremlin Digital Video decoderPaul B Mahol
2017-06-11avcodec: add Gremlin DPCM decoderPaul B Mahol
2017-05-16lavc: add codec ID and description for SVGRostislav Pehlivanov
2017-05-12avcodec/avcodec: Limit the number of side data elements per packetMichael Niedermayer
2017-05-08Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer
2017-04-23Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer
2017-04-23Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet"James Almer
2017-04-23Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer
2017-04-18avcodec: add Screen Recorder Gold Codec decoderPaul B Mahol
2017-04-18avcodec: add Mandsoft Screen Capture Codec decoderPaul B Mahol
2017-04-06avcodec: fix containts typoJames Almer
2017-04-06lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme
2017-04-05codec: bitpacked: add decoderDamien Riegel
2017-04-04lavc: add AV_ prefix to CODEC_CAP_DELAY in doxyClément Bœsch
2017-04-03Merge commit 'a1d9de304fe63614e3aa8117fef17491fa80093d'Clément Bœsch
2017-04-03codec_desc: mark some lossless audio codecs as intraonly.Ronald S. Bultje
2017-04-01Merge commit 'adb0e941c329a4778ade6dd0a326274472992f54'Clément Bœsch
2017-03-29lavc: deprecate av_get_codec_tag_string()Clément Bœsch
2017-03-27avcodec/avcodec: Correct and make consistent AVERROR() in commentsMichael Niedermayer
2017-03-23Merge commit '14e7e19a90e9b45db7adeb4d40e7f16aa7404f28'Clément Bœsch
2017-03-23Merge commit 'b8d5070db6313f985562865edcfd08a01c2d7503'Clément Bœsch
2017-03-23lavc: Add hwaccel_flags field to AVCodecContextwm4
2017-03-22avcodec/avcodec.h: clarify decoupled decode/encode API docsMarton Balint
2017-03-21pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-03-19Merge commit 'd42809f9835a4e9e5c7c63210abb09ad0ef19cfb'Clément Bœsch
2017-03-18lavc/avcodec: Constify AVBitStreamFilter* in AVBitStreamFilterContext struct.Carl Eugen Hoyos
2017-03-16lavc/avpacket: Make pkt parameter of av_packet_get_side_data() const.Carl Eugen Hoyos
2017-03-12avcodec: add XPM decoder and demuxerParas Chadha
2017-03-09avcodec: clarify some decoding/encoding API detailswm4
2017-03-02avcodec: add ClearVideo decoderKostya Shishkov
2017-03-02avcodec, avutil, avformat: remove AVOption requirement for some fieldswm4
2017-02-23avcodec: add ScreenPressor decoderPaul B Mahol
2017-02-14lavc: Add device context field to AVCodecContextMark Thompson
2017-02-12avcodec: add FM Screen Capture Codec decoderPaul B Mahol
2017-02-11avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol
2017-01-19avcodec/avcodec: fix lil typo in commentAleksandr Slobodeniuk
2017-01-12lavc: add an option for exporting cropping information to the callerAnton Khirnov
2017-01-11avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson
2016-12-23avcodec: add Apple Pixlet decoderPaul B Mahol
2016-12-22avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol
2016-12-19pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov