summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: add stream-global packet side dataAnton Khirnov2015-12-06
* avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-06
* h264: derive the delay from the level when it's not presentAnton Khirnov2015-12-06
* h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov2015-12-06
* h264: eliminate default_ref_listAnton Khirnov2015-12-06
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
* hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-05
* hevcdsp: split the pred functions by widthAnton Khirnov2015-12-05
* hevcdsp: split the epel functions by widthAnton Khirnov2015-12-05
* hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-05
* log: Use a do {} while (0) for dlogLuca Barbato2015-12-05
* imgconvert: Re-enable the deprecation warningsLuca Barbato2015-12-05
* avpicture: Suppress warning from deprecated codeLuca Barbato2015-12-05
* aac: Provide more information on the failure messageLuca Barbato2015-12-05
* g723: Add missing headerLuca Barbato2015-12-05
* lavc: G.723.1 encoderMohamed Naufal2015-11-30
* g723_1: Move sharable functions to a separate fileVittorio Giovara2015-11-30
* g723_1: Rename files to better reflect their purposeVittorio Giovara2015-11-30
* g723_1: Handle values at the ends of the table in lsp2lpc()Michael Niedermayer2015-11-30
* pgssubdec: fix API compability layerPetri Hintukainen2015-11-26
* texturedsp: Explicitly cast RGBA parameters to unsignedVittorio Giovara2015-11-24
* texturedspenc: Avoid using separate variablesVittorio Giovara2015-11-24
* textureencdsp: cosmetics: Use normal static const for tablesVittorio Giovara2015-11-24
* sgi: Correctly propagate meaningful error valuesVittorio Giovara2015-11-24
* sgienc: Support encoding high bit depth images with RLEVittorio Giovara2015-11-24
* sgienc: Use a local RLE encoding functionVittorio Giovara2015-11-24
* sgienc: Port to bytestream2Vittorio Giovara2015-11-24
* sgienc: Do not end RLE lines with 0sVittorio Giovara2015-11-24
* libvpxenc: remove some unused ctrl id mappingsJames Zern2015-11-23
* dcadec: Do not check for overreads in auxiliary dataTim Walker2015-11-23
* lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara2015-11-20
* qsvenc: expose additional encoding optionsAnton Khirnov2015-11-20
* qsvenc: support more RC methodsAnton Khirnov2015-11-20
* qsvenc: factor out common optionsAnton Khirnov2015-11-20
* qsvenc: fix setting maxrate for VBRAnton Khirnov2015-11-20
* qsvenc: print the actual video parameters used by MSDKAnton Khirnov2015-11-20
* mpegvideo_enc: enable rtp_mode when multiple slices are usedAnton Khirnov2015-11-20
* mpevideo_enc: disallow multiple slices for h261 and flvAnton Khirnov2015-11-20
* avcodec: Define side data type for fallback trackJohn Stebbins2015-11-18
* dvdsubdec: Validate the RLE offsetsLuca Barbato2015-11-17
* flacenc: Clamp user-supplied min/max prediction ordersVittorio Giovara2015-11-16
* ffv1: Explicitly name the coder typeVittorio Giovara2015-11-16
* hqx: correct type and size check of info_offsetAndreas Cadhalpun2015-11-16
* dds: disable palette flag for compressed imagesAndreas Cadhalpun2015-11-14
* dds: add missing newline to log messagesAndreas Cadhalpun2015-11-12
* dds: validate compressed source buffer sizeAndreas Cadhalpun2015-11-12
* dds: validate source buffer size before copyingAndreas Cadhalpun2015-11-12
* lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara2015-11-12
* avcodec: fix doxy placementAnton Khirnov2015-11-09
* libopenh264enc: Set AVOption data typeMichael Niedermayer2015-11-06