summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-07-262-0/+70
* decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-07-261-0/+3
* h264dec: Fix mix of lossless and lossy MBs decodingAnton Mitrofanov2017-07-262-16/+16
* h264_cabac: Fix CABAC+8x8dct in 4:4:4Anton Mitrofanov2017-07-261-14/+33
* h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2017-07-264-1/+84
* h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-264-3/+9
* imgutils: add function to clear an image to blackwm42017-07-264-1/+198
* lavc, lavu: move frame cropping to a convenience functionwm42017-07-265-88/+140
* rmdec: add missing brackets to compound statementSean McGovern2017-07-251-1/+2
* lavf/vf_deinterlace_qsv: Enable the qsv deinterlace vppHuang, Zhengxu2017-07-251-5/+19
* libavcodec/mjpeg_qsv: Add QSV MJPEG encoderHuang, Zhengxu2017-07-257-2/+192
* lavf: allow avformat_close_input() with NULLwm42017-07-221-1/+6
* dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Mainwm42017-07-221-2/+1
* caf: add an Opus tagAnton Khirnov2017-07-222-0/+9
* hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-211-1/+1
* rmdec: don't ignore the return value of av_get_packet()Sean McGovern2017-07-171-5/+14
* build: Add feature test macros for glibc 2.19+Diego Biurrun2017-07-103-0/+3
* flac: Use a local cache for decode_residual()Luca Barbato2017-07-091-6/+9
* flac: Postpone unlikely condition checksLuca Barbato2017-07-091-8/+9
* flac: Convert to the new bitstream readerAlexandra Hájková2017-07-095-70/+70
* bitstream: Avoid undefined behavior in bitstream_skip()Luca Barbato2017-07-091-2/+4
* bink: Split read_dct_coeffs()Diego Biurrun2017-07-051-14/+28
* fate: Add cinepak encoder vsynth testsDiego Biurrun2017-07-053-0/+12
* cinepakenc: misc small changesDiego Biurrun2017-07-051-11/+9
* cinepakenc: K&R formatting cosmeticsDiego Biurrun2017-07-051-427/+444
* cinepakenc: Stop using AVPictureTimothy Gu2017-07-051-106/+162
* cinepakenc: Drop broken debug codeDiego Biurrun2017-07-051-175/+10
* cinepakenc: add option handling for flexibilityaddr-see-the-website@aetey.se2017-07-051-30/+62
* cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se2017-07-051-194/+640
* Add Cinepak encoderTomas Härdin2017-07-055-2/+826
* os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILYMartin Storsjö2017-07-051-13/+1
* d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARYMartin Storsjö2017-07-052-4/+16
* lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-022-2/+0
* hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-283-0/+22
* dvbsubdec: Free subrect memory on allocation errorVittorio Giovara2017-06-281-0/+8
* dvbsubdec: Fixed segfault when decoding subtitlesLorenz Brun2017-06-281-6/+11
* hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-271-2/+6
* dxva: verbose-log decoder GUID listwm42017-06-271-0/+47
* hwcontext_d3d11va: add option to enable debug modewm42017-06-273-0/+38
* dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-273-4/+25
* hwcontext_d3d11va: allocate staging texture lazilywm42017-06-271-12/+34
* hwcontext_d3d11va: fix crash on frames_init failurewm42017-06-271-0/+2
* dxva: fix some warningswm42017-06-271-9/+7
* dxva: add declarative profile checkswm42017-06-271-20/+44
* configure: Reset X86ASM_DEP(FLAGS) when probing for the assembler programDiego Biurrun2017-06-241-0/+2
* nvenc: Minimize the surface allocationBen Chang2017-06-243-9/+44
* nvenc: Use a fifo to manage the free surface poolBen Chang2017-06-242-11/+15
* nvenc: Add an explicit auto aliasBen Chang2017-06-242-0/+2
* build: Add an option for passing linker flags to the shared library buildJanne Grunau2017-06-222-2/+11
* configure: Automatically add -isysroot for darwin if --sysroot is specifiedMartin Storsjö2017-06-211-0/+4
OpenPOWER on IntegriCloud