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-06lavc: export Dirac parsing API used by the ogg demuxer as publicAnton 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-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-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-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-26pgssubdec: fix API compability layerPetri Hintukainen
2015-11-24texturedsp: Explicitly cast RGBA parameters to unsignedVittorio Giovara
2015-11-24texturedspenc: Avoid using separate variablesVittorio Giovara
2015-11-24textureencdsp: cosmetics: Use normal static const for tablesVittorio Giovara
2015-11-24sgi: Correctly propagate meaningful error valuesVittorio Giovara
2015-11-24sgienc: Support encoding high bit depth images with RLEVittorio Giovara
2015-11-24sgienc: Use a local RLE encoding functionVittorio Giovara
2015-11-24sgienc: Port to bytestream2Vittorio Giovara
2015-11-24sgienc: Do not end RLE lines with 0sVittorio Giovara
2015-11-23libvpxenc: remove some unused ctrl id mappingsJames Zern
2015-11-23dcadec: Do not check for overreads in auxiliary dataTim Walker
2015-11-20lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara
2015-11-20qsvenc: expose additional encoding optionsAnton Khirnov
2015-11-20qsvenc: support more RC methodsAnton Khirnov
2015-11-20qsvenc: factor out common optionsAnton Khirnov
2015-11-20qsvenc: fix setting maxrate for VBRAnton Khirnov
2015-11-20qsvenc: print the actual video parameters used by MSDKAnton Khirnov
2015-11-20mpegvideo_enc: enable rtp_mode when multiple slices are usedAnton Khirnov
2015-11-20mpevideo_enc: disallow multiple slices for h261 and flvAnton Khirnov
2015-11-18avcodec: Define side data type for fallback trackJohn Stebbins
2015-11-17dvdsubdec: Validate the RLE offsetsLuca Barbato
2015-11-16flacenc: Clamp user-supplied min/max prediction ordersVittorio Giovara