summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-177-44/+74
* mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of...Alexandra Hájková2016-05-161-10/+10
* Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková2016-05-162-9/+9
* lavc: mark the old audio/video encoding API as deprecatedAnton Khirnov2016-05-161-0/+6
* avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov2016-05-161-1/+4
* lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov2016-05-161-0/+7
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-1311-26/+33
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-131-0/+4
* Add some more deprecation guardsDiego Biurrun2016-05-112-0/+8
* Reduce the scope of some variablesDiego Biurrun2016-05-115-9/+17
* pgssub: Fix subpicture colorspace and rangeJan Ekström2016-05-101-2/+8
* simple_idct_template: Fix strict aliasing violationMichael Niedermayer2016-05-101-8/+10
* Mark read-only tables as staticDiego Biurrun2016-05-056-13/+13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04230-593/+591
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-046-7/+7
* h264: Drop broken trace debug outputDiego Biurrun2016-05-032-2/+0
* vaapi: Drop pointless debug outputDiego Biurrun2016-05-035-20/+0
* libopencore-amr: Fix ff_dlog()/av_log() invocationsDiego Biurrun2016-05-031-6/+8
* Drop pointless assert.h #includesDiego Biurrun2016-05-0312-30/+3
* mmaldec: limit internal bufferingwm42016-04-301-0/+9
* mmaldec: print the MMAL format FourCC automaticallywm42016-04-301-3/+4
* mmaldec: send only a single EOS packet on flushingwm42016-04-301-0/+2
* mmaldec: correct package buffering accountingwm42016-04-301-0/+3
OpenPOWER on IntegriCloud