28622 Commits (d9c4f61dab2a1994ae3220080583baab37cf2372)

Author SHA1 Message Date
Christophe Gisquet f1793fe9cd x86: hevc_mc: specify coefficients registers 11 years ago
Michael Niedermayer 6e8fe44815 avcodec/wmv2enc: allocate padding for extradata and check malloc failure 11 years ago
Michael Niedermayer 5441eb460c avcodec/movtextenc: allocate padding for extradata 11 years ago
Michael Niedermayer 947ed8f292 avcodec/ffv1enc: allocate padding for extradata 11 years ago
Michael Niedermayer bf718bdf12 avcodec/crystalhd: allocate padding for extradata 11 years ago
Anton Khirnov fd056029f4 lavc: add avcodec_free_context(). 11 years ago
Anton Khirnov e1b66778b6 lavc: remove the locking code in avcodec_close() 11 years ago
Olivier Langlois b052bccbe4 lavc: Use av_gettime_relative() 11 years ago
Carl Eugen Hoyos ef2713747f Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm. 11 years ago
James Almer be1fbc02b8 x86/hevc_deblock: use movhps instead of shuffling values 11 years ago
James Almer 8aac77fede x86/hevc_deblock: fix label names 11 years ago
James Almer 521eaea63a x86/hevc_deblock: fix usage of ABS1 11 years ago
James Almer 45110d2290 x86/hevc_deblock: merge movs with other instructions 11 years ago
Mickaël Raulet e2760de605 hevc: fix key_frame as an IRAP 11 years ago
plepere ef7c4cd001 avcodec/x86/hevc: updated to use x86util macros 11 years ago
plepere de7b89fd43 avcodec/x86/hevc: added DBF assembly functions 11 years ago
Michael Niedermayer 7ebf90ff47 avcodec/mpeg12enc: avoid floats in the aspect ratio info setup code 11 years ago
Frederic Turmel b217e1b057 avcodec/mpeg12enc: Favor storing DAR instead of SAR 11 years ago
Michael Niedermayer 7970959a94 avcodec/opusdec: fix some const correctness 11 years ago
Michael Niedermayer 1fb46858c2 avcodec/cavs: prevent out of array read 11 years ago
Michael Niedermayer a071c0b515 avcodec/utils: Fix undefined behavior in avpriv_toupper4 11 years ago
Carl Eugen Hoyos 30aeab29e4 Use av_restrict instead of restrict in libavcodec/opus_celt.c. 11 years ago
Michael Niedermayer bebce653e5 avcodec/x86/dsputil_mmx: Fix build with clang-usan 11 years ago
Christophe Gisquet d1310c591e x86: sbrdsp: implement SSE qmf_deint_neg 11 years ago
Michael Niedermayer 7a4424e5ed avcodec/opus: fix doxygen comments to be associated with the correct fields 11 years ago
Michael Niedermayer f8de1caa6e Revert "avcodec/hevc: fix outputted AVFrame.key_frame" 11 years ago
Michael Niedermayer 97f856a4c2 avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of setting it 11 years ago
Carl Eugen Hoyos beeb7551d6 Fix make checkheaders if VDA is not available. 11 years ago
Michael Niedermayer ffa05e0802 avcodec/opusdec: switch to swresample 11 years ago
Janne Grunau d3f5b94762 aarch64: opus NEON iMDCT and FFT 11 years ago
Anton Khirnov 3b2fbe67bd lavc: properly handle subtitle_header in avcodec_copy_context() 11 years ago
Anton Khirnov efc7df6c1f lavc: preserve the original private data in avcodec_copy_context() 11 years ago
Anton Khirnov b70d7a4ac7 lavc: add a native Opus decoder. 11 years ago
Peter Kovář 973de9ebf8 avcodec/hevc: fix outputted AVFrame.key_frame 11 years ago
Michael Niedermayer 0aac9b76bc avcodec/libx264: Implement reference frame count limiting based on level 11 years ago
Reimar Döffinger d90ba411ab dpx: use intfloat.h instead of deprecated intfloat_readwrite.h. 11 years ago
Janne Grunau 449511740f build: handle library dependencies in configure 11 years ago
Janne Grunau 9aa4592076 aarch64: assembler in clang-3.4 ignores the division by two 11 years ago
Matt Oliver cef99e12bc Use rac_get_prob branchy version when used within a conditional branch. 11 years ago
Mickaël Raulet bb9e5116fe hevc: fixing code indenting in hevcpred(cherry picked from commit 28a5916845928de2951013b5398465573b181925) 11 years ago
Mickaël Raulet 38df49a068 hevc/intrapred: fix indent(cherry picked from commit ab167f3158cf37bd679bda28566170e2c3691686) 11 years ago
Mickaël Raulet 053fdacde7 hevc: a much faster implementation of intra prediction (up to 1s on 11 years ago
Michael Niedermayer 81d1fcf37d avcodec: add option to make is_intra_more_likely() from error concealment return "no" 11 years ago
Hendrik Leppkes 87f2d8079a hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs 11 years ago
Michael Niedermayer 96abdf2ffd avcodec/vda_h264: fix bistream typo 11 years ago
Michael Niedermayer 2856332719 avcodec/vda_h264: fix null pointer dereference 11 years ago
Michael Niedermayer 5e95551199 avcodec/dct: use av_malloc_array() 11 years ago
Michael Niedermayer e2c7816ab0 avcodec/cinepakenc: use av_malloc_array() 11 years ago
Anton Khirnov 67afcefb35 lavc: Add new VDA hwaccel 11 years ago
Anton Khirnov 31a46750c7 vda: use hwaccel private data for internal bitstream buffer 11 years ago