summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* vaapi_h265: cu_qp_delta should not be used in constant-QP modeMark Thompson2016-06-091-1/+4
* vaapi_h264: Add source version identifier as unregistered SEIMark Thompson2016-06-091-0/+29
* vaapi_h264: Add support for SEI messagesMark Thompson2016-06-091-1/+206
* vaapi_encode: Add support for writing arbitrary additional packed headersMark Thompson2016-06-092-0/+25
* vaapi_h264: Add support for VUI parametersMark Thompson2016-06-091-2/+124
* h264: drop unused H264Context.gbAnton Khirnov2016-06-091-2/+1
* Drop unnecessary golomb.h #includesDiego Biurrun2016-06-085-5/+0
* Drop unnecessary unary.h #includesDiego Biurrun2016-06-083-3/+0
* dvbsub_parser: Add missing mem.h #includeDiego Biurrun2016-06-081-0/+1
* gsm: Move requant_tab table to the gsm tables fileDiego Biurrun2016-06-073-8/+9
* mpc: Drop unused GetBitContext context memberDiego Biurrun2016-06-071-2/+1
* svq1enc: Drop unused GetBitContext context memberDiego Biurrun2016-06-071-2/+1
* vorbis: Kill some pointless debug codeDiego Biurrun2016-06-071-24/+2
* mss2: Drop a silly assertDiego Biurrun2016-06-071-3/+0
* get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-0732-69/+85
* indeo2: Drop disabled big-endian ir2_codes tableDiego Biurrun2016-06-071-39/+0
* Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-0717-20/+25
* sgirledec: simplify, no need to use reget bufferPaul B Mahol2016-06-061-25/+7
* aic: add frame threading supportPaul B Mahol2016-06-061-2/+5
* vp9: Return the correct size when decoding a superframeDenis Charmet2016-06-051-1/+1
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+5
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-2810-195/+195
* Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-289-9/+0
* ac3: Check the array bound before dereferencingLuca Barbato2016-05-271-1/+1
* vaapi_h264: Add trivial support for low-power encodingMark Thompson2016-05-271-2/+16
* vaapi_h264: Fix frame_num after non-reference framesMark Thompson2016-05-271-7/+11
* vaapi_encode: Check config attributes before creating configMark Thompson2016-05-271-2/+130
* lavc: handle hw_frames_ctx where necessaryAndrey Turkin2016-05-261-0/+9
* golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun2016-05-256-49/+49
* avcodec: Bump micro version after changing public JPEG 2000 definesDiego Biurrun2016-05-241-1/+1
* jpeg2000: Fix profile define valuesFrancois Cartegnie2016-05-241-3/+3
* lavc: document that avcodec_close() should not be usedAnton Khirnov2016-05-231-0/+5
* lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov2016-05-233-16/+21
* lavc: deprecate avcodec_copy_context()Anton Khirnov2016-05-233-0/+14
* mp3: Make the extrasize explicitLuca Barbato2016-05-221-14/+15
* get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-223-74/+0
* nvenc: allow setting the number of slicesAnton Khirnov2016-05-191-0/+6
* nvenc: De-compensate aspect ratio compensation of DVD-like content.Philip Langdale2016-05-191-0/+9
* nvenc: list the major contributors in the copyright headerAnton Khirnov2016-05-191-0/+2
* nvenc: drop the hard dependency on CUDAAnton Khirnov2016-05-192-2/+18
* nvenc: only support HW frames when CUDA is enabledAnton Khirnov2016-05-191-1/+10
* nvenc: write the VUI signal properties for HEVCAnton Khirnov2016-05-191-0/+14
* nvenc: only write the VUI signal type fields if they are setAnton Khirnov2016-05-191-2/+6
* nvenc: Generate bufferingPeriod/pictureTiming SEITimo Rothenpieler2016-05-191-0/+13
* nvenc: Delay frame output to increase encoding speedTimo Rothenpieler2016-05-194-1/+14
* nvenc: add support for lossless encodingAnton Khirnov2016-05-192-0/+15
* nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler2016-05-191-0/+2
* nvenc: fix the rc option definitionsAnton Khirnov2016-05-192-2/+2
* mjpegdec: Properly fail on malloc failureDerek Buitenhuis2016-05-191-24/+28
* lavc: revert the Makefile part of 330177bAnton Khirnov2016-05-191-20/+17
OpenPOWER on IntegriCloud