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-02-14doc/ffmpeg: document trailing "?" in map optionLou Logan
2017-02-14lavc: Add device context field to AVCodecContextMark Thompson
2017-02-14avfilter/vf_lut: make it possible to clip pixel values that are out of valid ...Paul B Mahol
2017-02-14avfilter/vf_lut: do not always explicitly clip pixelsPaul B Mahol
2017-02-14doc/protocols: add option usage descriptionLou Logan
2017-02-13aac_latm: Align inband PCE to the start of the payloadAlex Converse
2017-02-13aacsbr: Associate SBR data with AAC elements on initAlex Converse
2017-02-13aac_latm: Copy whole AudioSpecificConfig when it is sized.Alex Converse
2017-02-13aac_latm: Allow unaligned AudioSpecificConfigAlex Converse
2017-02-13avcodec/nvenc: set frame buffer format for mapped framesTimo Rothenpieler
2017-02-13hwcontext_dxva2: support D3D9Exwm4
2017-02-13AVFrame: add an opaque_ref fieldwm4
2017-02-13avformat/hlsenc: fix stream level metadata handlingBela Bodecs
2017-02-13lavc/libzvbi: remove deprecated API usageJosh de Kock
2017-02-12doc/muxers: Fix typo, causing warnings during buildMichael Niedermayer
2017-02-12movenc: add support for track names in ISML manifestsJan Ekström
2017-02-12lavf/mpegts: Make a pointer cast explicit.Carl Eugen Hoyos
2017-02-12avcodec/iff: support for byterun1 ACBM compressionPaul B Mahol
2017-02-12doc/general: mention Newtek SpeedHQ decoderPaul B Mahol
2017-02-12avcodec: add FM Screen Capture Codec decoderPaul B Mahol
2017-02-11avformat/flic: fix handling of EOF casePaul B Mahol
2017-02-11avcodec/flicvideo: add support for 24bit flic filesPaul B Mahol
2017-02-11avcodec/flicvideo: fix some indentation issuesPaul B Mahol
2017-02-11lavf/omadec: Fix packet duration for Atrac 3 lossless.Carl Eugen Hoyos
2017-02-11lavfi/minterpolate: Remove an unused variable.Carl Eugen Hoyos
2017-02-11lavc/atrac3: Constify a pointer declaration.Carl Eugen Hoyos
2017-02-11lavf/rtpdec_mpeg4: Constify a function parameter.Carl Eugen Hoyos
2017-02-11lavf/omadec: Remove an unsed variable.Carl Eugen Hoyos
2017-02-11avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol
2017-02-11avformat/hlsenc: deprecate hls_wrap optionSteven Liu
2017-02-11fate: add WavPack muxer testJames Almer
2017-02-11doc: Add muxers/demuxers list optionMulvya
2017-02-11avformat/apetag: bump micro versionJames Almer
2017-02-11avformat/apetag: reorder some code to improve readabilityJames Almer
2017-02-11avformat/apetag: account for header size if present when returning the start ...James Almer
2017-02-11avformat/apetag: fix flag value to signal footer presenceJames Almer
2017-02-10avcodec/qdmc: silence gcc 6.2.0 warningPaul B Mahol
2017-02-10lavf/movenc: Remove two unused variables.Carl Eugen Hoyos
2017-02-10lavc/mjpegenc_common: Remove an unused variable.Carl Eugen Hoyos
2017-02-10lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()Matt Wolenetz
2017-02-10lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz
2017-02-10avcodec/mjpegenc: Simplify by moving assert into ff_mjpeg_encode_huffman_close()Michael Niedermayer
2017-02-10avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ...Michael Niedermayer
2017-02-10avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to...Michael Niedermayer
2017-02-10avcodec/mjpegenc_huffman: remove unneeded header includeMichael Niedermayer
2017-02-10avcodec/tests/mjpegenc_huffman: Remove static in main() tableMichael Niedermayer
2017-02-10avcodec/mjpegenc: Drop i_tex misuse, set itex/header bits correctly, fix 2pas...Michael Niedermayer
2017-02-10avcodec/mjpegenc: Remove non functional huffman reallocation and error handlingMichael Niedermayer
2017-02-09tests/mjpegenc_huffman: align static tablesRostislav Pehlivanov
2017-02-09mjpegenc: use s->avctx as a context for av_log rather than NULLRostislav Pehlivanov