30161 Commits (9a534eda4608b76fa0c958e876025b2c639aeb63)

Author SHA1 Message Date
Michael Niedermayer ea77d3b889 avcodec/atrac3: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer 3537ddb76f avcodec/cavs: use av_freep(), do not leave stale pointers in memory 10 years ago
Rong Yan 0d71bd5a94 libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() for POWER LE 10 years ago
Rong Yan c1fa5d1bd4 libavcodec/ppc/me_cmp.c : fix sad16_altivec() sse16_altivec() sad16_xy2_altivec() sad16_x2_altivec() sad16_y2_altivec() sad8_altivec() for POWER LE 10 years ago
Di Wu 162b521108 vp9: enable multi-thread decoding when refreshctx is equal to 0 10 years ago
Rong Yan c5ca76ad3b libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altivec() for POWER LE 10 years ago
Rong Yan 31dea05170 libavcodec/ppc/pixblockdsp.c : fix get_pixels_altivec() and diff_pixels_altivec() for POWER LE 10 years ago
Michael Niedermayer 8cfb9ccfef avcodec/utils: Fix "warning: pointer type mismatch in conditional expression" 10 years ago
Michael Niedermayer f9a1317479 avcodec/utils: Add missing AV_PIX_FMT_YUVJ411P to color_range override code. 10 years ago
Michael Niedermayer cf7b90dea2 fix seperator typo 10 years ago
Michael Niedermayer e051d09c58 avcodec: Allow choosing the dump format field separator. 10 years ago
Vittorio Giovara 1a02e78653 vc1: initialize color properties 10 years ago
Vittorio Giovara eddf95283f vp9: initialize color space and range properties 10 years ago
Vittorio Giovara 65875a8b3b vp8: initialize color space and range properties 10 years ago
Vittorio Giovara 586ea0379c avcodec: fix colorspace option description 10 years ago
Marc-Antoine Arnaud 91eef40203 avcodec: add enum values on chroma sample location 10 years ago
Marc-Antoine Arnaud 9d5fed6dc4 avcodec: fix descriptions on color transfer options 10 years ago
Vittorio Giovara 9f3a70c442 dump: print the original coded dimensions when available 10 years ago
Vittorio Giovara 41e86146e7 dump: print detailed color space information 10 years ago
Vittorio Giovara 20a5956b8d dump: split audio and video probing on multiple lines 10 years ago
Vittorio Giovara 147f2e91ee avcodec: make sure color_range is properly initialized 10 years ago
Luca Barbato 04d14c9b68 vc1: Split the decoder in components 10 years ago
Michael Niedermayer f703c8cc09 avcodec/avpicture: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer fa8c6c1350 avcodec/atrac3plusdec: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer f66fed6c42 avcodec/bfi: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer b530e2e351 avcodec/vorbisdec: use av_freep(), do not leave stale pointers in memory 10 years ago
Henrik Gramner 2d91abade2 x86: h264_intrapred: Don't treat 32-bit integers as 64-bit 10 years ago
James Almer 82f8eb5f77 jpeg2000: split off inverse MCT as Jpeg2000DSP 10 years ago
Michael Niedermayer f3296b9454 avcodec/h264: Undefined behavior (left shift of 12852653 by 8 places cannot be represented in type 'int') 10 years ago
Michael Niedermayer 9db9b209e3 avcodec/mmvideo: Fix undefined behavior (left shift of negative value) 10 years ago
Josh Allmann 9a03c23235 h263dec: Force padding bug workaround for H.263. 10 years ago
Anton Khirnov d208d1eba3 hevc_mvs: make sure to always initialize the temporal MV fully 10 years ago
Anton Khirnov 79a60c8e77 hevc_mvs: initialize the temporal MV in case of missing ref 10 years ago
Michael Niedermayer f0d1b3acdf avcodec/escape124: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer 1c5647f419 avcodec/proresenc_kostya: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer c9eac8062e avcodec/avpacket: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer b60938e4fd avcodec/avpacket: simplify freeing pkt->data 10 years ago
Rémi Denis-Courmont 153fadc390 ff_get_format: fix infinite loop 10 years ago
Manfred Georg 577899a645 lavc: specify the behavior of av_lockmgr_register on failure. 10 years ago
Michael Niedermayer 67ddf21611 avcodec/vdpau: do not dereference hwctx before checking it for NULL 10 years ago
Michael Niedermayer 0e57c05118 avcodec/vdpau: fix render2() check 10 years ago
Michael Niedermayer ec6a855b3a avcodec/vdpau: warn if the user application has not setup avctx->hwaccel_context instead of potentially crashing 10 years ago
Michael Niedermayer 8df41976b7 avcodec/vdpau_internal: add comment to #endif 10 years ago
Rémi Denis-Courmont bef067f88c vdpau: check video surface and decoder capabilities 10 years ago
Rémi Denis-Courmont e3e158e81f vdpau: add av_vdpau_bind_context() 10 years ago
Rémi Denis-Courmont 502cde409c vdpau: force reinitialization when output resolution changes 10 years ago
James Almer 42111bb960 avcodec: remove obsolete FF_API_FAST_MALLOC cruft 10 years ago
Benoit Fouet 904cfd257d avcodec/h264_mp4toannexb_bsf: reset the new IDR flag when SPS/PPS is seen. 10 years ago
Michael Niedermayer 436206c175 avcodec/webp: add assert to ensure palette is not larger than 256 10 years ago
Pascal Massimino 19fb476841 avcodec/webp: add optimization: use local palette with extra padding 10 years ago