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
path: root/doc
AgeCommit message (Expand)Author
2016-03-24opt: Add av_opt_copy()Michael Niedermayer
2016-03-24file: Add an option for following a file that is being writtenMartin Storsjö
2016-03-24avio: Add an option 'rw_timeout'Andrey Utkin
2016-03-23lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov
2016-03-23lavc: introduce a new decoding/encoding API with decoupled input/outputwm4
2016-03-23doc: Update paths to match new examples locationDiego Biurrun
2016-03-20lavc: add a new bitstream filtering APIAnton Khirnov
2016-03-19lavfi: generic hardware surface upload and download filtersMark Thompson
2016-03-19lavu: VAAPI hwcontext implementationMark Thompson
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-03-19lavu: add a way to query hwcontext frame constraintsMark Thompson
2016-02-26APIchanges: add missing hashes and datesAnton Khirnov
2016-02-26lavf: add a missing bump and APIchanges for the codecpar switchAnton Khirnov
2016-02-24examples/transcode_aac: convert to codecparAnton Khirnov
2016-02-24examples/qsvdec: convert to codecparAnton Khirnov
2016-02-24examples/output: convert to codecparAnton Khirnov
2016-02-23lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov
2016-02-23lavc: add codec parameters APIAnton Khirnov
2016-02-22lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov
2016-02-15lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov
2016-02-15lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov
2016-02-15lavfi: pass the hw frames context through the filter chainAnton Khirnov
2016-02-15hwcontext: add a CUDA implementationAnton Khirnov
2016-02-15pixfmt: add a CUDA hwaccelled formatAnton Khirnov
2016-02-15hwcontext: add a VDPAU implementationAnton Khirnov
2016-02-14lavu: add a framework for handling hwaccel framesAnton Khirnov
2016-02-14buffer: add support for pools using caller data in allocationAnton Khirnov
2016-02-06doc: Improve the channelsplit exampleVicente Jimenez Aguilar
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2016-01-11APIchanges: Add missing av_pix_fmt_get_chroma_sub_sample entryLuca Barbato
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-06lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov
2015-12-06lavc: add a packet side data type for VBV-like parametersAnton Khirnov
2015-12-06lavc: add stream-global packet side dataAnton Khirnov
2015-12-06avpacket: add a function for wrapping existing data as side dataAnton Khirnov
2015-11-30lavc: G.723.1 encoderMohamed Naufal
2015-11-26doc: Amend the MSYS2 DocumentationLuca Barbato
2015-11-23doc: Document better how to use MSYS2Luca Barbato
2015-11-20lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara
2015-11-20doc/encoders: document the QSV option mappingsAnton Khirnov
2015-11-18avcodec: Define side data type for fallback trackJohn Stebbins
2015-11-18avformat: expose av_stream_new_side_data helperJohn Stebbins
2015-11-13xtea: Add functions for little endian modeMartin Storsjö
2015-11-09setpts: add FRAME_RATE constantStefano Sabatini
2015-11-09lavfi: add a frame_rate field to AVFilterLink.Nicolas George
2015-10-26avconv: support infinite loop for the loop optionAlexandra Hájková
2015-10-26avpacket: Provide an alloc and a free function for the structLuca Barbato
2015-10-26avpacket: Deprecate av_dup_packetLuca Barbato
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-23kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen