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
2015-12-06mxfenc: always assume long gopAnton Khirnov
2015-12-06lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov
2015-12-06mpegenc: use the CPB props side dataAnton Khirnov
2015-12-06movenc: use the CPB props side dataAnton Khirnov
2015-12-06qsvenc: export CPB props side dataAnton Khirnov
2015-12-06nvenc: export CPB props side dataAnton Khirnov
2015-12-06mpegvideo_enc: export vbv_delay in side dataAnton Khirnov
2015-12-06mpegvideo_enc: export CPB props side dataAnton Khirnov
2015-12-06libx264: export CPB props side dataAnton Khirnov
2015-12-06libvpxenc: export CPB props side dataAnton Khirnov
2015-12-06libopenh264enc: export CPB props side dataAnton Khirnov
2015-12-06lavc: add a packet side data type for VBV-like parametersAnton Khirnov
2015-12-06avconv: pass the global codec side data to the muxerAnton 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-12-06h264: derive the delay from the level when it's not presentAnton Khirnov
2015-12-06h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov
2015-12-06h264: eliminate default_ref_listAnton Khirnov
2015-12-05hevcdsp: add x86 SIMD for MCAnton Khirnov
2015-12-05checkasm: add HEVC MC testsAnton Khirnov
2015-12-05hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov
2015-12-05hevcdsp: split the pred functions by widthAnton Khirnov
2015-12-05hevcdsp: split the epel functions by widthAnton Khirnov
2015-12-05hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov
2015-12-05log: Use a do {} while (0) for dlogLuca Barbato
2015-12-05imgconvert: Re-enable the deprecation warningsLuca Barbato
2015-12-05avpicture: Suppress warning from deprecated codeLuca Barbato
2015-12-05aac: Provide more information on the failure messageLuca Barbato
2015-12-05g723: Add missing headerLuca Barbato
2015-12-03configure: Add -framework CoreVideo when building the avfoundation indevMartin Storsjö
2015-12-03configure: Replace `pr` since it is not provided by busyboxKylie McClain
2015-12-03avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato
2015-12-03build: Move -Wcast-qual to the extra_warningsLuca Barbato
2015-12-03avi: Validate the stream-id for DV as wellMichael Niedermayer
2015-12-03avi: Use the correct data typeLuca Barbato
2015-11-30vsrc_color: Drop unneeded variableVittorio Giovara
2015-11-30lavf: G.723.1 muxerMohamed Naufal
2015-11-30lavc: G.723.1 encoderMohamed Naufal
2015-11-30g723_1: Move sharable functions to a separate fileVittorio Giovara
2015-11-30g723_1: Rename files to better reflect their purposeVittorio Giovara
2015-11-30g723_1: Handle values at the ends of the table in lsp2lpc()Michael Niedermayer
2015-11-28matroska: Warn when metadata references a non-existent elementLuca Barbato
2015-11-28dvenc: Validate the frame size before copying itLuca Barbato
2015-11-26pgssubdec: fix API compability layerPetri Hintukainen
2015-11-26doc: Amend the MSYS2 DocumentationLuca Barbato
2015-11-26avfoundation: Simple captureAlexandre Lision
2015-11-26configure: ObjC supportLuca Barbato
2015-11-25nut: Mark non-fatal errors as warningsLuca Barbato
2015-11-25nut: Provide more information on failureLuca Barbato
2015-11-25rtsp: Log getaddrinfo failuresLuca Barbato