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-05-29build: Change structure of the linker version script templatesDiego Biurrun
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-05-27ac3: Check the array bound before dereferencingLuca Barbato
2016-05-27vaapi_h264: Add trivial support for low-power encodingMark Thompson
2016-05-27vaapi_h264: Fix frame_num after non-reference framesMark Thompson
2016-05-27vaapi_encode: Check config attributes before creating configMark Thompson
2016-05-26lavc: handle hw_frames_ctx where necessaryAndrey Turkin
2016-05-25golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun
2016-05-24avcodec: Bump micro version after changing public JPEG 2000 definesDiego Biurrun
2016-05-24jpeg2000: Fix profile define valuesFrancois Cartegnie
2016-05-23lavc: document that avcodec_close() should not be usedAnton Khirnov
2016-05-23lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov
2016-05-23lavc: deprecate avcodec_copy_context()Anton Khirnov
2016-05-23mp3: Make the extrasize explicitLuca Barbato
2016-05-22get_bits: Drop some TRACE-level debug codeDiego Biurrun
2016-05-19nvenc: allow setting the number of slicesAnton Khirnov
2016-05-19nvenc: De-compensate aspect ratio compensation of DVD-like content.Philip Langdale
2016-05-19nvenc: list the major contributors in the copyright headerAnton Khirnov
2016-05-19nvenc: drop the hard dependency on CUDAAnton Khirnov
2016-05-19nvenc: only support HW frames when CUDA is enabledAnton Khirnov
2016-05-19nvenc: write the VUI signal properties for HEVCAnton Khirnov
2016-05-19nvenc: only write the VUI signal type fields if they are setAnton Khirnov
2016-05-19nvenc: Generate bufferingPeriod/pictureTiming SEITimo Rothenpieler
2016-05-19nvenc: Delay frame output to increase encoding speedTimo Rothenpieler
2016-05-19nvenc: add support for lossless encodingAnton Khirnov
2016-05-19nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler
2016-05-19nvenc: fix the rc option definitionsAnton Khirnov
2016-05-19mjpegdec: Properly fail on malloc failureDerek Buitenhuis
2016-05-19lavc: revert the Makefile part of 330177bAnton Khirnov
2016-05-17Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková
2016-05-16mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of...Alexandra Hájková
2016-05-16Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková
2016-05-16lavc: mark the old audio/video encoding API as deprecatedAnton Khirnov
2016-05-16avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov
2016-05-16lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-13Split global .gitignore file into per-directory filesDiego Biurrun
2016-05-11Add some more deprecation guardsDiego Biurrun
2016-05-11Reduce the scope of some variablesDiego Biurrun
2016-05-10pgssub: Fix subpicture colorspace and rangeJan Ekström
2016-05-10simple_idct_template: Fix strict aliasing violationMichael Niedermayer
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2016-05-03h264: Drop broken trace debug outputDiego Biurrun
2016-05-03vaapi: Drop pointless debug outputDiego Biurrun
2016-05-03libopencore-amr: Fix ff_dlog()/av_log() invocationsDiego Biurrun
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-04-30mmaldec: limit internal bufferingwm4