summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libx265: Support tiny video sizesVittorio Giovara2018-04-091-0/+11
* lavc/qsvdec: set complete_frame flags for progressive pictureZhong Li2018-04-081-1/+3
* qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-0810-10/+72
* lavf/qsvvpp: bypass vpp if not needed.Zhong Li2018-04-081-3/+25
* lavc/qsvdec: expose frame pic_type and key_frameZhong Li2018-04-083-0/+36
* libaom: remove references to RGB pixfmtsJames Almer2018-04-041-44/+0
* libaom: remove references to yuv440p pixfmtJames Almer2018-04-011-4/+0
* arm: Produce .const_data instead of .section .rodata for Mach-OMartin Storsjö2018-03-301-1/+7
* arm: vc1dsp: Add commas between macro argumentsMartin Storsjö2018-03-301-47/+47
* configure: Revert some incorrect uses of check_cc()Diego Biurrun2018-03-301-5/+11
* libaomenc: fix profile settingJames Almer2018-03-291-6/+6
* avcodec: rename the AV1 profilesJames Almer2018-03-292-6/+6
* Add Haivision SRT protocolSven Dueking2018-03-286-0/+696
* configure: Drop unused helper function test_cflags_cpp()Diego Biurrun2018-03-271-13/+0
* configure: Simplify vararg checkDiego Biurrun2018-03-261-3/+2
* configure: Add check_x86asm() helper function to simplify some expressionsDiego Biurrun2018-03-261-16/+24
* configure: Use indirection for the -o assembler flag also for x86asmDiego Biurrun2018-03-261-1/+5
* configure: Use a more sensible suffix for x86 assembly tempfilesDiego Biurrun2018-03-261-3/+3
* configure: Document available options for the --toolchain parameterDiego Biurrun2018-03-261-0/+4
* qsv: align surface width/height to 16.Ruiling Song2018-03-211-4/+4
* configure: Don't assume a 16 byte aligned stack on BSDs on i386Martin Storsjö2018-03-171-2/+20
* qsvenc: add the Access Unit Delimiter NAL Unit supportZhong Li2018-03-163-0/+5
* qsvenc: Fix a typo of FrameRateExtD/FrameRateExtNZhong Li2018-03-161-1/+1
* configure: Don't assume an aligned stack on clang on windowsMartin Storsjö2018-03-131-1/+10
* Support AV1 encoding using libaomLuca Barbato2018-03-125-1/+590
* Add AV1 video decoding support through libaomLuca Barbato2018-03-128-0/+342
* ivf: Support VP9 and AV1 as wellLuca Barbato2018-03-121-3/+7
* configure: Restore original endianness testDiego Biurrun2018-03-081-1/+4
* amf: Replace writer_id option with LIBAV_AMF_WRITER_ID constantAlexander Kravchenko2018-03-072-6/+6
* configure: Add check_as() helper function to simplify some expressionsDiego Biurrun2018-03-071-19/+18
* configure: Add check_ld() helper function to simplify some expressionsDiego Biurrun2018-03-071-3/+11
* configure: Add check_cc/require_cc helper functions to simplify some expressionsDiego Biurrun2018-03-071-37/+34
* configure: Add check_cpp_condition() helper function to simplify some express...Diego Biurrun2018-03-071-12/+26
* configure: Add check_cmd() helper function to simplify some expressionsDiego Biurrun2018-03-071-3/+11
* configure: Use test_ prefix for helper functions that do not set variablesDiego Biurrun2018-03-071-131/+132
* configure: Drop unnecessary variables, shifts, and quotes in helper functionsDiego Biurrun2018-03-071-14/+7
* configure: Fix logic of AMF external library checkDiego Biurrun2018-03-071-5/+1
* examples: Use new API for transcoding exampleAndreas Unterweger2018-03-071-32/+69
* hls: Add a discontinuity marker on recoverLuca Barbato2018-03-061-5/+20
* qsvenc: Provide a detailed error message if the parameters are invalidZhong Li2018-03-051-6/+25
* fate: Error out more gracefully on configure failureDiego Biurrun2018-02-261-26/+34
* hvcc: zero initialize the nal buffers past the last written byteJames Almer2018-02-231-0/+2
* qsv: Default PicStruct to progressiveRuiling Song2018-02-221-0/+1
* h264_metadata: Add option to delete filler dataMark Thompson2018-02-201-0/+43
* cbs_h264: Add support for filler NAL unitsMark Thompson2018-02-203-0/+56
* cbs_h264: Move slice_group_id array out of PPS structureMark Thompson2018-02-203-2/+15
* h264_metadata: Always add the SEI user data to the first access unitMark Thompson2018-02-201-2/+6
* h264_metadata: Use common SEI addition functionMark Thompson2018-02-201-53/+19
* cbs_h264: Add utility functions to insert/delete SEI messagesMark Thompson2018-02-202-0/+114
* cbs: Refcount all the things!Mark Thompson2018-02-2015-279/+404
OpenPOWER on IntegriCloud