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-11dxva2: support using D3D11 hwaccel with the old APIHendrik Leppkes
2017-08-11avcodec/h264: add an option to read/write the x264 buildHendrik Leppkes
2017-08-11vp9: add profile 2 10-bit DXVA2/D3D11 decoding supportHendrik Leppkes
2017-08-04avcodec/extract_extradata_bsf: support extracting extradata from h264 mvcHendrik Leppkes
2017-08-04avcodec/extract_extradata_bsf: keep SEI messages in extradataHendrik Leppkes
2017-08-04aacdec: track pce directly instead of overriding chan_configHendrik Leppkes
2017-08-04s302m: passthrough non-pcm by default and export non-pcm mode as codec tagHendrik Leppkes
2017-08-04h264_parser: fix parsing of mvc slices in some corner casesHendrik Leppkes
2017-08-04hevc: disable intrapred intrinsics on msvcHendrik Leppkes
2017-08-04h264_parser: add support for parsing h264 mvc NALUsHendrik Leppkes
2017-08-04avcodec: add h264_mvc codec id and profilesHendrik Leppkes
2017-08-04Add compat header for DXVA2 VP8/9Hendrik Leppkes
2017-08-04mpeg12dec: don't assert on unknown chroma formatHendrik Leppkes
2017-08-04dxva2_hevc: add compat header for mingwHendrik Leppkes
2017-08-04x86/hevc: correctly mark intrapred functions as SSE4James Almer
2017-08-04hevc: don't use deprecated YUVJ pixel formatsHendrik Leppkes
2017-08-04opusdec: support avresampleHendrik Leppkes
2017-08-04mpeg12dec: properly handle a codec_id changeHendrik Leppkes
2017-08-04Revert "avcodec/mpeg12dec: do not trust AVCodecContext input dimensions"Hendrik Leppkes
2017-08-04x86/hevc: use DECLARE_ALIGNED for on-stack tmp arrays to avoid crashesHendrik Leppkes
2017-08-04h264_parser: force grabing a new timestamp until a frame start was foundHendrik Leppkes
2017-08-04hevc: port intra pred SIMD from OpenHEVCHendrik Leppkes
2017-08-04hevc: port intrinsic SSE2 IDCT from OpenHEVCHendrik Leppkes
2017-08-04pthread_lockmgr: use a recursive pthreads mutexHendrik Leppkes
2017-08-04HACK Revert "h264: free the tables and uninitialize the context on flush"Hendrik Leppkes
2017-08-04h264: don't use deprecated YUVJ pixel formatsHendrik Leppkes
2017-08-04vc1: wait for bitstream recovery before starting decodingHendrik Leppkes
2017-08-04h264: increase MAX_SLICES to 256Hendrik Leppkes
2017-08-04HACK: hevc: ignore invalid extradataHendrik Leppkes
2017-08-04HACK: avcodec: export progressive_sequence informationHendrik Leppkes
2017-08-04Fraps: output repeat frames instead of discarding themJavier Cabezas
2017-08-04h264: set h->sps if none is set yetHendrik 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-04aac: 7.1 should have side channels, and not 2 pairs of front channels.Hendrik Leppkes
2017-08-04HACK: preserve mpeg2 END_OF_SEQ code to the start of the next frame to cause ...Hendrik Leppkes
2017-08-04HACK: dvdsubdec: try to improve default dvd subtitle color guessingHendrik Leppkes
2017-08-04h264: flag interlaced-coded frames as such when sei_pic_struct indicates othe...Hendrik Leppkes
2017-08-04mpegvideo: null out current_picture_ptr when allocation failedHendrik Leppkes
2017-08-04Export avcodec functions used in LAVHendrik Leppkes
2017-08-04dxva2_mpeg2: prevent calling end_frame without start_frameHendrik Leppkes
2017-08-04prores: set avtx->pix_fmt based on the fourcc code during initHendrik Leppkes
2017-08-04HACK: Disable automatic multi-threading.Hendrik Leppkes
2017-08-04aacdec: construct extradata if it wasn't present before.Hendrik Leppkes
2017-08-04Add "safe" full parsing mode.Hendrik Leppkes
2017-08-04h264: populate AVCodecContext with SPS values during codec initHendrik Leppkes
2017-08-03avcodec/htmlsubtitles: fix format specifier in av_bprintf callsJames Almer
2017-08-03speedhq: fix behavior of single-field decodingSteinar H. Gunderson
2017-08-03avcodec/hevc_cabac: Check for ff_init_cabac_decoder() failure in cabac_reinit()Michael Niedermayer
2017-08-03avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()Michael Niedermayer