summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-07
* h264: do not call frame_start() for missing framesAnton Khirnov2015-12-07
* aacdec: fix aac_static_table_init() prototypeAnton Khirnov2015-12-07
* avpacket: use ERANGE instead of EOVERFLOWAnton Khirnov2015-12-07
* rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-07
* movenc-test: add a missing va_end callGanesh Ajjanagadde2015-12-07
* mxfenc: always assume long gopAnton Khirnov2015-12-06
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-06
* mpegenc: use the CPB props side dataAnton Khirnov2015-12-06
* movenc: use the CPB props side dataAnton Khirnov2015-12-06
* qsvenc: export CPB props side dataAnton Khirnov2015-12-06
* nvenc: export CPB props side dataAnton Khirnov2015-12-06
* mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-06
* mpegvideo_enc: export CPB props side dataAnton Khirnov2015-12-06
* libx264: export CPB props side dataAnton Khirnov2015-12-06
* libvpxenc: export CPB props side dataAnton Khirnov2015-12-06
* libopenh264enc: export CPB props side dataAnton Khirnov2015-12-06
* lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-06
* avconv: pass the global codec side data to the muxerAnton Khirnov2015-12-06
* 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
* checkasm: add HEVC MC testsAnton 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
* configure: Add -framework CoreVideo when building the avfoundation indevMartin Storsjö2015-12-03
* configure: Replace `pr` since it is not provided by busyboxKylie McClain2015-12-02
* avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato2015-12-02
* build: Move -Wcast-qual to the extra_warningsLuca Barbato2015-12-02
* avi: Validate the stream-id for DV as wellMichael Niedermayer2015-12-02
* avi: Use the correct data typeLuca Barbato2015-12-02
* vsrc_color: Drop unneeded variableVittorio Giovara2015-11-30
* lavf: G.723.1 muxerMohamed Naufal2015-11-30
* 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
* matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-28
* dvenc: Validate the frame size before copying itLuca Barbato2015-11-28
* pgssubdec: fix API compability layerPetri Hintukainen2015-11-26