summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec: add eac3_core bitstream filterPaul B Mahol2018-03-295-0/+93
* | avcodec/eac3: add support for dependent streamPaul B Mahol2018-03-298-53/+167
* | libavcodec/libaomenc: add support for transfer characteristics and color prim...James Almer2018-03-291-0/+6
* | libavcodec/libaomdec: add support for transfer characteristics and color prim...James Almer2018-03-291-0/+2
* | libavcodec/libaomenc: fix size specifier in an av_log callJames Almer2018-03-291-1/+1
* | libavcodec/libaomdec: use the matrix coefficients value from aom_imageJames Almer2018-03-291-6/+1
* | avcode/profiles: add AV1 profilesJames Almer2018-03-295-0/+25
* | Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda'James Almer2018-03-295-0/+749
|\ \ | |/
| * Support AV1 encoding using libaomLuca Barbato2018-03-125-1/+590
* | avcodec/libaomdec: remove references to yuv440p pixfmtJames Almer2018-03-281-16/+0
* | avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tablesMichael Niedermayer2018-03-291-0/+1
* | avfilter/af_pan: reject expressions referencing the same channel multiple timesMarton Balint2018-03-291-0/+16
* | ffmpeg: do not finish output streams manually on eof even if no input is prov...Marton Balint2018-03-291-11/+1
* | ffmpeg: fallback to codecpar parameters on input filter eofMarton Balint2018-03-291-12/+21
* | Merge commit 'c438899a706422b8362a13714580e988be4d638b'James Almer2018-03-286-0/+266
|\ \ | |/
| * Add AV1 video decoding support through libaomLuca Barbato2018-03-128-0/+342
* | Merge commit '44a1731011e87fbf4180d026aefb8bfe85d8c7dc'James Almer2018-03-281-2/+3
|\ \ | |/
| * ivf: Support VP9 and AV1 as wellLuca Barbato2018-03-121-3/+7
* | Merge commit 'dd7e63af93b2430b5d42b87a966160c66736342c'James Almer2018-03-281-0/+1
|\ \ | |/
| * configure: Restore original endianness testDiego Biurrun2018-03-081-1/+4
* | Merge commit '80a4e6a46f21256e9bf508ead686563616945ad5'James Almer2018-03-280-0/+0
|\ \ | |/
| * amf: Replace writer_id option with LIBAV_AMF_WRITER_ID constantAlexander Kravchenko2018-03-072-6/+6
* | Merge commit '31a53ab34e22fe1eec902f79ec1f19ab828a7a0c'James Almer2018-03-281-19/+18
|\ \ | |/
| * configure: Add check_as() helper function to simplify some expressionsDiego Biurrun2018-03-071-19/+18
* | Merge commit '18dc1ff0fb4572b1d50a44905aa1e76bc3bbb0ad'James Almer2018-03-281-3/+12
|\ \ | |/
| * configure: Add check_ld() helper function to simplify some expressionsDiego Biurrun2018-03-071-3/+11
* | Merge commit '9c37d765ef28b027414f86b0088b0c282a3c46d8'James Almer2018-03-281-34/+38
|\ \ | |/
| * configure: Add check_cc/require_cc helper functions to simplify some expressionsDiego Biurrun2018-03-071-37/+34
* | avformat/dashdec: Support signaling of last segment numbersanilraut2018-03-281-3/+23
* | hwcontext_d3d11: Fix crash with valid adapter but no deviceMark Thompson2018-03-281-3/+5
* | doc/examples/hw_decode: Remove logically dead code in decode_write()Michael Niedermayer2018-03-271-3/+1
* | doc/examples/hw_decode: Remove useless NULL checkMichael Niedermayer2018-03-271-2/+1
* | doc/APIchanges: fix lavu version for the AVEncryptionInfo additionJames Almer2018-03-271-1/+1
* | avcodec/avpacket: remove unnecessary check in av_packet_make_writable()James Almer2018-03-271-3/+0
* | avformat/hlsenc: initialize saveptrsTimo Rothenpieler2018-03-271-1/+2
* | kmsgrab: add category for kmsgrabJun Zhao2018-03-261-0/+1
* | avfilter/vf_avgblur_opencl: fix error when clSetKernelArg failsdrfer32018-03-261-0/+6
* | vf_avgblur_opencl: Don't run kernel on pixels outside the imageMark Thompson2018-03-261-4/+8
* | libavfilter: Add OpenCL convolution filterDanil Iashchenko2018-03-266-0/+418
* | avformat/segafilm - fix keyframe detection and set packet flagsGyan Doshi2018-03-261-1/+2
* | avcodec/avdct: use the proper function to free AVCodecContextJames Almer2018-03-261-2/+1
* | avformat/rtpenc_chain: use the proper function to free AVFormatContextJames Almer2018-03-261-1/+1
* | avcodec/mpeg4videodec: Use more specific error codesMichael Niedermayer2018-03-262-51/+53
* | avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...Michael Niedermayer2018-03-261-1/+1
* | avcodec/get_bits: Make sure the input bitstream with padding can be addressedMichael Niedermayer2018-03-261-1/+2
* | avfilter/af_mcompand: make error message more helpfulPaul B Mahol2018-03-251-1/+1
* | doc/filter.texi: fix some spotted typosPaul B Mahol2018-03-251-3/+3
* | movtextdec: fix handling of UTF-8 subtitleswm42018-03-251-13/+37
* | avcodec: add a subcharenc mode that disables UTF-8 checkwm42018-03-255-2/+8
* | avformat/hlsenc: use stream's maximum bit rate as fall-back advertised rateJan Ekström2018-03-251-2/+17