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
2016-09-29doc/codecs.texi: fix and expand color related optionsJames Almer
2016-09-29movenc: use similar logic to DASH when writing bit rate to ISMLJan Ekström
2016-09-28avfilter/vf_colorspace: fix range for output colorspace optionJames Almer
2016-09-28avformat/concatdec: don't call open_file when seek position within a fileraymondzheng1412@gmail.com
2016-09-28avutil/hwcontext: use CONFIG_QSV instead of CONFIG_LIBMFX for qsvJames Almer
2016-09-28ffmpeg_cuvid: Don't unnecessarily include nvcuvid.hPhilip Langdale
2016-09-28Merge commit '59e7361cc791e5103be1712dc59a2055f118d0da'James Almer
2016-09-28Merge commit '6f19bbcf8532d018d8d6d82e000738d0ac2385c9'James Almer
2016-09-28Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa'James Almer
2016-09-28Merge commit '40dd5166d2ba4f9035b93748840e408cd8be40e5'James Almer
2016-09-28Merge commit 'a8164323374e86ce5f93759230868c98356833a2'James Almer
2016-09-28Merge commit '5d560d38deca1e4705e6d3784d737363b9c830fe'James Almer
2016-09-28Merge commit '6ed0f70f97c882813199b3bafd724ceeb43659de'James Almer
2016-09-28Merge commit '5fa255b65c7887cc913f097aed1b581fbf1a8745'James Almer
2016-09-28lavc/8bps: Fix 32bit output of 24bit video.Carl Eugen Hoyos
2016-09-28lavf/mpegtsenc: Set min PID for data pkt to 0x0010.Sylvain Laurent
2016-09-28avcodec/nvenc: nicely align AVOptionsTimo Rothenpieler
2016-09-28avcodec/nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta
2016-09-28avcodec/nvenc: add HEVC REXT profileTimo Rothenpieler
2016-09-28avcodec/nvenc: Make sure that enum and array index matchTimo Rothenpieler
2016-09-28avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer
2016-09-28avformat/avidec: Remove ancient assertMichael Niedermayer
2016-09-28lavc/qdm2: increase code clarityAdriano Pallavicino
2016-09-28lavc/movtextdec.c: Avoid infinite loop on invalid data.Sasi Inguva
2016-09-28ffprobe: don't use AVStream.codec to set decoder framerateJames Almer
2016-09-28avformat/matroskadec: set AVCodecParameters.field_order on progressive videoJames Almer
2016-09-28avformat/matroskadec: retain error codes in matroska_resync() and matroska_re...Sophia Wang
2016-09-27doc/filters: blend terminates on longest inputMulvya
2016-09-27ffmpeg: stop using AVStream.codec on stream copyJames Almer
2016-09-27avformat: add av_stream_get_codec_timebase()James Almer
2016-09-27swr: Update version & APIChanges for swr_build_matrix()Michael Niedermayer
2016-09-27swresample: Add swr_build_matrix()Michael Niedermayer
2016-09-27swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer
2016-09-27doc: Mention -dn in the "Stream selection" paragraph.Carl Eugen Hoyos
2016-09-27ffprobe: don't access AVCodecContext.pkt_timebase directlyJames Almer
2016-09-26avcodec/ansi: Check dimensionsMichael Niedermayer
2016-09-26avcodec/mpegvideo_enc: fix memory leakTimo Rothenpieler
2016-09-26lavf/movenc: Allow to disable writing the timecode track.Carl Eugen Hoyos
2016-09-26avcodec/hevc: Add YUV420P10 to vaapi hardware decode - permits hardware decod...Jean-Yves Simon
2016-09-25ffmpeg: fix memleak of bitstream filter context on failureJames Almer
2016-09-25ffmpeg: fix memleak of encoder options AVDictionary on failureJames Almer
2016-09-25avcodec/Makefile: Fix mlpenc dependenciesJames Almer
2016-09-25avformat/avidec: remove warning about deprecated declarationsJames Almer
2016-09-25doc/libav-merge: change gmane link to a ffmpeg.org oneClément Bœsch
2016-09-25doc: move out merge script to toolsClément Bœsch
2016-09-25doc: remove codecpar mention in libav-merge.txtClément Bœsch
2016-09-25Merge commit '1e93c1e30ff0e8bf6094a426ca60f005e9cdaed3'Clément Bœsch
2016-09-25lavd/sdl2: add sdl aliasJosh de Kock
2016-09-25lavd/sdl2: remove unused codeJosh de Kock
2016-09-25avformat/avidec: Fix memleak with dv in aviMichael Niedermayer