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 (Collapse)Author
2017-08-11libavutil/hwcontext_d3d11va: consistently use DXGI 1.1HEADmpc-hc-1.7.13-1masterHendrik Leppkes
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-04Add config.out to gitignoreHendrik Leppkes
2017-08-04avcodec/extract_extradata_bsf: support extracting extradata from h264 mvcHendrik Leppkes
2017-08-04flvdev: assume sizes to be broken if metadata header parsing failedHendrik Leppkes
2017-08-04matroskadec_haali: export container level content light level dataHendrik 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
Modifying chan_config results in LATM decoding re-initializating every frame.
2017-08-04Revert "lavf/mpeg: Identify sub-stream ID 0xa1 as mlp."Hendrik Leppkes
This reverts commit fb9036b3142e06631a70810c3d779f8e2d9f180c. Files which use this sub-stream ID for PCM content have been spotted. Proper detection should be implemented instead.
2017-08-04MatroskaParser: reformat seeking function a bit for better readabilityHendrik Leppkes
2017-08-04matroskadec_haali: Export colorspace info in the mastering data structHendrik Leppkes
2017-08-04matroskadec_haali: don't create stereo3d side data for 2d tracksHendrik Leppkes
2017-08-04matroskadec_haali: parse color and mastering infoHendrik Leppkes
2017-08-04matroskadec_haali: fix a few variable name collisionsHendrik Leppkes
2017-08-04matroskadec_haali: fix crash with tags on disabled streamsHendrik Leppkes
2017-08-04matroskadec_haali: migrate to codecparHendrik Leppkes
2017-08-04s302m: passthrough non-pcm by default and export non-pcm mode as codec tagHendrik Leppkes
2017-08-04matroskadec_haali: basic tag parsing support (global and track)Hendrik Leppkes
2017-08-04matroskadec_haali: update QuickTime codec handlingHendrik Leppkes
2017-08-04h264_parser: fix parsing of mvc slices in some corner casesHendrik Leppkes
2017-08-04matroska: change values of the stereo mode tags to be more consistentHendrik Leppkes
2017-08-04hevc: disable intrapred intrinsics on msvcHendrik Leppkes
Those two don't like each other very much.
2017-08-04matroskadec_haali: export stereo_mode metadataHendrik 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-04avformat/httpauth: change order of qop parametersHendrik Leppkes
This fixes a bug when interacting with some (broken) HTTP servers which expect the last entry to be a quoted string. Also remove the quoting of the qop parameter in the process, it violates the specification.
2017-08-04Add compat header for DXVA2 VP8/9Hendrik Leppkes
2017-08-04matroskadec_haali: enable full parsing for MP3Hendrik Leppkes
This fixes decoding of split mp3 frames in mkv, and matches the behavior of the ffmpeg matroska demuxer.
2017-08-04asfdec: don't subtract the pre-roll from index entriesHendrik Leppkes
Empiric analysis of a variety of samples has concluded that the index entries are written without the preroll.
2017-08-04rtpdec_asf: support the asf_o demuxerHendrik Leppkes
2017-08-04mpeg12dec: don't assert on unknown chroma formatHendrik Leppkes
The chroma format can be still unset in postinit when a badly cut stream starts with a slice instead of a sequence header. This is a common occurance when feeding avcodec from a Live TV stream.
2017-08-04matroskadec_haali: use 64-bit duration field instead of convergence durationHendrik Leppkes
2017-08-04matroskadec_haali: fix compile warningsHendrik Leppkes
2017-08-04mpegts: do not use teletext streams as wrap referenceHendrik Leppkes
teletext streams are often badly interleaved and/or have broken timestamps, using them as wrap reference can result in seeking breaking and wrap detection causing rather wrong timestamps.
2017-08-04matroskadec_haali: support multiple CueTrackPositions in one CuePointHendrik Leppkes
2017-08-04matroskadec_haali: search more aggressively for a duration of incomplete filesHendrik Leppkes
2017-08-04matroskadec_haali: skip subtitle cues when seeking a video streamHendrik Leppkes
The subtitle Cues are useless when seeking a video stream, so simply ignore them.
2017-08-04MatroskaParser: show pre-existing subtitles when seekingonomatopellan
Based on a patch by John Peebles <johnpeeb@gmail.com> Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
2017-08-04HACK flic: Support seeking to pts = 0 for looped playbackHendrik Leppkes
2017-08-04dxva2_hevc: add compat header for mingwHendrik Leppkes
2017-08-04x86/hevc: correctly mark intrapred functions as SSE4James Almer
No SSE4.2 intrinsics are being used
2017-08-04hevc: don't use deprecated YUVJ pixel formatsHendrik Leppkes
2017-08-04mov: fix isom.h compat with c++Hendrik 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
This reverts commit 77f1199e8fd9a289ad64eb2bb5bd4deeda8bccb8. This change had no positive effect on LAV, and only caused troubles with DXVA2 decoding.
2017-08-04matroskadec_haali: fix timeline with negative timestamps at the beginning of ↵Hendrik Leppkes
a segment This can happen if a segment starts with a recovery point but not an IDR.
2017-08-04matroskadec_haali: fix ass style on segmented mkvsHendrik Leppkes