summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: make avpriv_mpa_decode_header private on next bumpAnton Khirnov2015-12-123-2/+15
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-123-17/+19
* lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov2015-12-121-11/+1
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-1214-90/+216
* lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov2015-12-121-2/+5
* mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov2015-12-121-0/+7
* hevcdsp: use a macro for .rodata sectionDave Yeo2015-12-111-1/+1
* openh264: Directly include the deprecation guards headerLuca Barbato2015-12-081-0/+1
* log: Use a do {} while (0) for tlogLuca Barbato2015-12-081-1/+1
* sgienc: Make sure to initialize skipped header portionsVittorio Giovara2015-12-071-3/+5
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-075-12/+37
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-0710-15/+181
* h264: do not call frame_start() for missing framesAnton Khirnov2015-12-071-18/+32
* aacdec: fix aac_static_table_init() prototypeAnton Khirnov2015-12-071-1/+1
* avpacket: use ERANGE instead of EOVERFLOWAnton Khirnov2015-12-071-1/+1
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-063-85/+172
* qsvenc: export CPB props side dataAnton Khirnov2015-12-061-0/+10
* nvenc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
* mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-063-0/+21
* mpegvideo_enc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
* libx264: export CPB props side dataAnton Khirnov2015-12-061-0/+8
* libvpxenc: export CPB props side dataAnton Khirnov2015-12-061-0/+13
* libopenh264enc: export CPB props side dataAnton Khirnov2015-12-063-0/+40
* lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-062-0/+68
* lavc: add stream-global packet side dataAnton Khirnov2015-12-062-1/+18
* avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-063-11/+45
* h264: derive the delay from the level when it's not presentAnton Khirnov2015-12-062-11/+37
* h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov2015-12-061-3/+1
* h264: eliminate default_ref_listAnton Khirnov2015-12-063-49/+22
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-058-15/+1125
* hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-052-1/+13
* hevcdsp: split the pred functions by widthAnton Khirnov2015-12-054-94/+174
* hevcdsp: split the epel functions by widthAnton Khirnov2015-12-054-39/+89
* hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-054-29/+108
* log: Use a do {} while (0) for dlogLuca Barbato2015-12-051-1/+1
* imgconvert: Re-enable the deprecation warningsLuca Barbato2015-12-051-1/+1
* avpicture: Suppress warning from deprecated codeLuca Barbato2015-12-052-0/+8
* aac: Provide more information on the failure messageLuca Barbato2015-12-051-1/+3
* g723: Add missing headerLuca Barbato2015-12-051-0/+2
* lavc: G.723.1 encoderMohamed Naufal2015-11-308-10/+1314
* g723_1: Move sharable functions to a separate fileVittorio Giovara2015-11-304-373/+443
* g723_1: Rename files to better reflect their purposeVittorio Giovara2015-11-303-5/+5
* g723_1: Handle values at the ends of the table in lsp2lpc()Michael Niedermayer2015-11-302-2/+3
* pgssubdec: fix API compability layerPetri Hintukainen2015-11-261-10/+10
* texturedsp: Explicitly cast RGBA parameters to unsignedVittorio Giovara2015-11-241-1/+4
* texturedspenc: Avoid using separate variablesVittorio Giovara2015-11-241-7/+3
* textureencdsp: cosmetics: Use normal static const for tablesVittorio Giovara2015-11-241-4/+4
* sgi: Correctly propagate meaningful error valuesVittorio Giovara2015-11-242-7/+8
* sgienc: Support encoding high bit depth images with RLEVittorio Giovara2015-11-241-10/+11
* sgienc: Use a local RLE encoding functionVittorio Giovara2015-11-243-17/+54
OpenPOWER on IntegriCloud