26788 Commits (247a8fa70f9d7f1cf47ff28c10b4569ff9c4c6a9)

Author SHA1 Message Date
Michael Niedermayer 5c74fa6ce0 avcodec/alsdec: skip cases where the master channel equals the current channel 11 years ago
Michael Niedermayer fead24141a avcodec/vda_h264_dec: avoid declaring int in for arguments 11 years ago
Maxim Poliakovski 2e1fb96af3 ATRAC+ decoder 11 years ago
Michael Niedermayer 55fa898969 avcodec/jpeg2000dec: zero Jpeg2000QuantStyle structure before use in get_qcd() 11 years ago
Michael Niedermayer 6ea05ef278 avcodec/h264: remove unused variable 11 years ago
Luca Barbato 4d2bb28931 h264: namespace the decode function 11 years ago
Ronald S. Bultje 18175baa54 vp9/x86: 16px MC functions (64bit only). 11 years ago
Michael Niedermayer f55bc96a54 avcodec/pcm-dvd: reset last header on errors 11 years ago
Michael Niedermayer 42b6805cc1 avcodec/huffyuvdec: clear remainder of the array on end of input in decode_422_bitstream() 11 years ago
Diego Biurrun b83d1ee3b4 avutil: Move library version related macros to version.h 11 years ago
Michael Niedermayer d164ad3298 avcodec/ivi_common: use av_mallocz() to allocate mbs array 11 years ago
Xidorn Quan 344d6db978 avcodec/vda_h264_dec: add format check 11 years ago
Michael Niedermayer 14bec7dcf8 avcodec/wnv1: clear padding area of rbuf 11 years ago
Ronald S. Bultje 0d9375fc90 vp9/x86: 16x16 sub-IDCT for top-left 8x8 subblock (eob <= 38). 11 years ago
Stefano Sabatini 334e2e2363 lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample format max value 11 years ago
Michael Niedermayer 1486ed0815 avcodec/shorten: clear bitstream buffer 11 years ago
Michael Niedermayer f07ca542e3 avcodec/vmdav: return the amount of data that has been unpacked from lz_unpack() (as well as errors) 11 years ago
Michael Niedermayer bb9f55163f avcodec/eatgv: use av_mallocz() for frame_buffer 11 years ago
Carl Eugen Hoyos 691dec6201 Allow stream-copying grayscale mov files. 11 years ago
Ronald S. Bultje acafbb4dd2 vp9: fix crash if segmentation=1, keyframe/intraonly=1 and updatemap=0. 11 years ago
Ronald S. Bultje 4a55bffad3 vp9: fix bug in updating of coef probabilities with parallelmode=1. 11 years ago
Jan Gerber b2597042e5 avcodec/libopusdec: Set codec->delay to pre_skip not fixed value 11 years ago
Michael Niedermayer 95953c1cfd avcodec/wavpack fix *void pointer arithmetic 11 years ago
Michael Niedermayer 99978320c0 avcodec/apedec: use av_fast_padded_malloc() 11 years ago
Michael Niedermayer d5128fce38 avcodec/apedec: more checks for k 11 years ago
Michael Niedermayer d94633409b avcodec/libopencore-amr: remove av_free coded_frame. 11 years ago
Michael Niedermayer 8b285f03f7 avcodec/utils: fix memleak on avcodec_open2() failure 11 years ago
Michael Niedermayer 866c44d4b0 avcodec/wavpack: clear remainder of data in case of error in wv_unpack_mono/stereo() 11 years ago
Ivan Kalvachev 1c63aed232 Convert XvMC to hwaccel v3 11 years ago
Michael Niedermayer 102b794e09 configure: support raising major version in soname 11 years ago
Mason Carter 61ae993957 vc1: Fix intensity compensation performance regression 11 years ago
Michael Niedermayer 64b98df389 vc1: simplify *_use_ic initialization 11 years ago
Mason Carter ed5bed4152 VC1: Fix intensity compensation performance regression 11 years ago
Guillaume Martres 7398e0516f hevc: move DSP declarations from hevc.h into hevcdsp.h 11 years ago
Justin Ruggles be7c323176 Add a libwebp encoder 11 years ago
Michael Niedermayer ea1e630c47 vcodec/rv34: use av_mallocz() to allocate tables 11 years ago
Michael Niedermayer 03acb035d1 avcodec/vqavideo: clear uninitialized parts of the decode buffer 11 years ago
Michael Niedermayer 263105deeb avcodec/vqavideo: check destination size on all exit pathes 11 years ago
Martin Storsjö d307e408d4 arm: Don't clobber callee saved registers in scalarproduct 11 years ago
Mickaël Raulet 5c3fa74b94 hevc: support luma bit depth != chroma bit depth for PCM coding units 11 years ago
Guillaume Martres 78d0b7f36e hevc: warn when an unknown profile is used 11 years ago
Gildas Cocherel 259cddb137 hevc_ps: fix indentation 11 years ago
Gildas Cocherel 2d18aaa14b hevc: refactor Profile Tier Level 11 years ago
Guillaume Martres 67bbaed5c4 hevc: don't check for errors in PTL code 11 years ago
Gildas Cocherel 321cb8b048 hevc: store profile and level in AVCodecContext 11 years ago
Gildas Cocherel 2a41826bea lavc: add HEVC profiles names 11 years ago
Michael Niedermayer b07a5e9b6b avformat/smacker: check for format mismatch more completely 11 years ago
Anton Khirnov dfc50ac85e x86: mpegvideo: move denoise_dct asm to mpegvideoenc 11 years ago
Michael Niedermayer 34fe125f4b avcodec/mpegvideo_enc: fix frame skipping with intra only codecs 11 years ago
Michael Niedermayer 241eccd628 avcodec/mpegvideo_enc: fix integer overflow with -skip_exp >= 2 11 years ago