summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* movenc-test: add a missing va_end callGanesh Ajjanagadde2015-12-071-0/+1
* mxfenc: always assume long gopAnton Khirnov2015-12-061-1/+1
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-066-96/+200
* mpegenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+10
* movenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+8
* 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-063-0/+69
* avconv: pass the global codec side data to the muxerAnton Khirnov2015-12-061-0/+22
* lavc: add stream-global packet side dataAnton Khirnov2015-12-063-2/+20
* avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-064-11/+48
* 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
* checkasm: add HEVC MC testsAnton Khirnov2015-12-054-0/+325
* 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
* configure: Add -framework CoreVideo when building the avfoundation indevMartin Storsjö2015-12-031-1/+1
* configure: Replace `pr` since it is not provided by busyboxKylie McClain2015-12-021-2/+6
* avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato2015-12-021-62/+72
* build: Move -Wcast-qual to the extra_warningsLuca Barbato2015-12-021-1/+1
* avi: Validate the stream-id for DV as wellMichael Niedermayer2015-12-021-1/+4
* avi: Use the correct data typeLuca Barbato2015-12-021-2/+3
* vsrc_color: Drop unneeded variableVittorio Giovara2015-11-301-3/+1
* lavf: G.723.1 muxerMohamed Naufal2015-11-305-3/+17
* lavc: G.723.1 encoderMohamed Naufal2015-11-3010-11/+1316
* 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
* matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-281-6/+37
* dvenc: Validate the frame size before copying itLuca Barbato2015-11-281-0/+5
* pgssubdec: fix API compability layerPetri Hintukainen2015-11-261-10/+10
* doc: Amend the MSYS2 DocumentationLuca Barbato2015-11-261-5/+6
* avfoundation: Simple captureAlexandre Lision2015-11-266-1/+697
* configure: ObjC supportLuca Barbato2015-11-262-1/+53
* nut: Mark non-fatal errors as warningsLuca Barbato2015-11-251-2/+4
* nut: Provide more information on failureLuca Barbato2015-11-251-5/+10
OpenPOWER on IntegriCloud