summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41'James Almer2017-10-313-9/+8
|\
| * hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-203-9/+8
| * extract_extradata_bsf: make sure all needed parameter set NALUs were foundJames Almer2017-05-201-3/+12
* | avcodec/hevc_sei: reorder some parameters in static functionsJames Almer2017-10-311-10/+9
* | avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEIJames Almer2017-10-317-21/+20
* | Merge commit '3fb6b98b5e247434456916c35ba7e08efa03e85d'James Almer2017-10-311-31/+21
|\ \ | |/
| * vp9_superframe_bsf: cache input packets directlyAnton Khirnov2017-05-201-30/+19
| * vp9_superframe_bsf: convert to the new bitstream readerAnton Khirnov2017-05-201-10/+12
| * hevc: Add names for reserved NAL unit typesMark Thompson2017-05-161-0/+16
| * h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-165-55/+56
* | Merge commit 'd7320ca3ed10f0d35b3740fa03341161e74275ea'James Almer2017-10-302-20/+5
|\ \ | |/
| * arm: Avoid using .dn register aliasesMartin Storsjö2017-05-152-20/+5
* | Merge commit 'cb167f2947f1a2c446bd8db196d0e64ef4a6d06b'James Almer2017-10-301-0/+7
|\ \ | |/
| * h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()Sean McGovern2017-05-091-0/+7
| * hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-093-61/+95
| * hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-093-79/+86
* | Merge commit 'ce080f47b8b55ab3d41eb00487b138d9906d114d'James Almer2017-10-302-21/+294
|\ \ | |/
| * hevc: Add NEON 32x32 IDCTAlexandra Hájková2017-05-042-21/+294
* | Merge commit '118dd4a321a2d67f67c21b076abd0b4d939ab642'James Almer2017-10-301-8/+8
|\ \ | |/
| * hevc: 16x16 NEON idct: Use the right element size for loads/storesAlexandra Hájková2017-05-041-8/+8
| * aacsbr: Turnoff in the event of over read.Alex Converse2017-05-031-0/+1
* | Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer2017-10-3010-30/+112
|\ \ | |/
| * aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-028-28/+110
| * bitstream: Move VLC reading functions into the vlc.h headerLuca Barbato2017-05-022-73/+74
| * vlc: Add header #include when the types are usedLuca Barbato2017-05-0229-0/+29
* | Merge commit 'edbf0fffb15dde7a1de70b05855529d5fc769f14'James Almer2017-10-302-0/+102
|\ \ | |/
| * hevc: Add NEON add_residual for bitdepth 10Alexandra Hájková2017-05-012-0/+102
| * vp9_raw_reorder_bsf: Remove a redundant allocationMark Thompson2017-04-301-4/+0
* | Merge commit '831018b0bbe26a603802a9022472f714a59293be'James Almer2017-10-303-42/+43
|\ \ | |/
| * mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-283-42/+43
* | Merge commit 'e1c2453a4fac1f7116244d0d05310935c20887e6'James Almer2017-10-301-16/+35
|\ \ | |/
| * arm: hevc_idct: Tune the add_res_8x8 and add_res_32x32 functionsMartin Storsjö2017-04-281-16/+35
* | Merge commit '0d4d43513786f1df4d561e1fac924fb0722c6700'James Almer2017-10-302-75/+92
|\ \ | |/
| * hevc: Add NEON add_residual for bitdepth 8Seppo Tomperi2017-04-272-0/+103
* | avcodec/mips: Improve avc chroma avg hv mc msa functionsKaustubh Raste2017-10-301-200/+238
* | avcodec/mips: Improve avc avg mc 22, 11, 31, 13 and 33 msa functionsKaustubh Raste2017-10-301-268/+513
* | avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()Michael Niedermayer2017-10-301-1/+1
* | avcodec/aacdec_fixed: Fix integer overflow in predict()Michael Niedermayer2017-10-301-2/+2
* | Merge commit '970c76f32283bddf3a5afd24fe52db7a96186244'James Almer2017-10-303-23/+9
|\ \ | |/
| * mlp_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-273-23/+9
* | Merge commit 'dd3aa85b68c017c419acb0c39ff6aa890ce89e87'James Almer2017-10-301-14/+2
|\ \ | |/
| * aac_ac3_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-271-14/+2
| * vaapi: Add external control of allow-profile-mismatchMark Thompson2017-04-261-9/+2
| * lavc: Add flag to allow profile mismatch with hardware decodingMark Thompson2017-04-262-1/+15
| * vaapi_encode: Use gop_size consistently in RC parametersMark Thompson2017-04-263-6/+5
* | Merge commit '94c54d97e7f4fe90570c323803f2bdf6246c1010'James Almer2017-10-303-13/+15
|\ \ | |/
| * mlp: Factor out channel layout subset checksVittorio Giovara2017-04-263-13/+15
* | Merge commit 'cea7fd9afb8488a6c48f7d7ee38602e1fd3dd425'James Almer2017-10-301-2/+2
|\ \ | |/
| * mlp: Drop ff_ prefix from a static functionVittorio Giovara2017-04-261-2/+2
* | Merge commit '1f6e5dd4d4dd9c02371ad211049d27edb6d95286'James Almer2017-10-301-13/+13
|\ \ | |/
OpenPOWER on IntegriCloud