28602 Commits (0d26264fb4c8fbf3f26692270e77f71633d4b103)

Author SHA1 Message Date
Michael Niedermayer 2201d1a0f8 avcodec/hevc: Fix undefined shifts 11 years ago
Michael Niedermayer 0be95996d0 avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behavior 11 years ago
Michael Niedermayer 341cacb9ac avcodec/x86/hevcdsp_init: fix build failure with --disable-mmx 11 years ago
Michael Niedermayer e54c052bee avcodec/mpeg4videodec: print run/level/index values 11 years ago
Michael Niedermayer 6df33c4926 avcodec: include GET_RL_VLC() in trace output 11 years ago
plepere 63832e01c3 hvcodec/x86/hevcdsp: make macros more modular to support functions that are not sse4 11 years ago
Michael Niedermayer 126927c58e avcodec/exr: mark gama option as experimental / unsupported 11 years ago
Gonzalo Garramuno cd3daad77e avcodec/exr: Add a gamma flag to exr loader to avoid banding 11 years ago
Michael Niedermayer aff352be63 avcodec/mjpegdec: zero gb to silence warning about it being possibly uninitialized 11 years ago
Michael Niedermayer ce4ae18405 avcodec/takdec: Always initialize hsize, silence "may be used uninitialized" warning 11 years ago
Michael Niedermayer 62a9725bc9 avcodec/dcadec: add an assert to silence a uninitialized variable warning 11 years ago
Michael Niedermayer 7e79d72c28 avcodec/dcadec: remove always true if() 11 years ago
Michael Niedermayer 364e8904ce avcodec/cinepakenc: Fix "may be used uninitialized in this function" warnings 11 years ago
Lukasz Marek 9b60d907ae lavc: use av_fifo_freep 11 years ago
Michael Niedermayer 9e58677438 avcodec/huffyuvenc: Make version 3 of ffvhuff non experimental 11 years ago
Michael Niedermayer 54ae58802e avcodec/cinepakenc: drop coded_frame init 11 years ago
Michael Niedermayer a6e9448dc6 avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" warnings 11 years ago
Michael Niedermayer a779602584 avcodec/eamad: silence uninitialized variable warnings 11 years ago
Michael Niedermayer eeb48353ab avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" variables 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer 326463893b avcodec/wavpack: initialize pointers to silence warning about them possibly being uninitialized 11 years ago
Michael Niedermayer 84655bdaed avcodec/hevc: remove unused variable 11 years ago
Michael Niedermayer fc7d0d8201 avcodec/x86/hevcdsp_init: fix SSE4 checks 11 years ago
Michael Niedermayer 7be230b5fa avcodec/x86/Makefile: remove duplicate line 11 years ago
Michael Niedermayer 3b3db02f2e avcodec/x86/hevcdsp_init: fix build on 32bit 11 years ago
plepere 7a2491c436 HEVC : added assembly MC functions 11 years ago
Mickaël Raulet 83976e40e8 hevc: C code update for new motion compensation 11 years ago
Matt Oliver ac9869ffb0 x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external 11 years ago
Michael Niedermayer 7db0f9bef1 avcodec/mpeg4videoenc: fix alternative implementation of mpeg4_encode_dc() 11 years ago
Michael Niedermayer 141a84688f avcodec/mpeg4videodec: fix mcbpc error messages 11 years ago
Michael Niedermayer 2baf1c8c60 avcodec/snowenc: Fix "incompatible pointer type" warning 11 years ago
Michael Niedermayer 89d2fc62db avcodec/svq3: Fix "incompatible pointer type" warnings 11 years ago
Martin Storsjö 3828eb8519 libfdk-aac: Relicense the library wrappers to 2-clause BSD 11 years ago
Jean First 15fa856b82 libfdk-aacenc: Enable 7.1 channel encoding 11 years ago
Michael Niedermayer ebf2c2c3a8 avcodec/lossless_videodsp: fix incompatible pointer type warning 11 years ago
Michael Niedermayer 336901e060 avcodec/h263dec: use AV_EF_IGNORE_ERR 11 years ago
Michael Niedermayer d7ade20adb avcodec: add AV_EF_IGNORE_ERR 11 years ago
Michael Niedermayer 0a5cc20d4a avcodec/jpeglsdec: add cast to silence pointer type warning 11 years ago
Michael Niedermayer a520d8fd35 avcodec/snow_dwt: fix "incompatible pointer type" warnings 11 years ago
Michael Niedermayer 5918c5a4cc avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer type" 11 years ago
Michael Niedermayer bb605ef8ab avcodec/xbmdec: fix pointer type warnings 11 years ago
Michael Niedermayer 56cc178485 avcodec/h263dec: fix "incompatible pointer type" warning 11 years ago
Michael Niedermayer 77df9de78c avcdoec/snowenc: use av_mallocz_array() 11 years ago
Michael Niedermayer cc86158173 avcodec/ffv1dec: use av_malloc_array() 11 years ago
Luca Barbato 925c37874b vp9: Read the frame size as unsigned 11 years ago
Matt Oliver 3c3e02b8d1 x86/cavdsp: prevent named constraints appearing twice. 11 years ago
Michael Niedermayer 7ef01a7878 avcodec/h264: mark recovery_cnt==0 frames as keyframes 11 years ago
Carl Eugen Hoyos a75349d0c8 Fix standalone compilation of dsd planar decoders. 11 years ago
Carl Eugen Hoyos 4116cbeaf5 Fix oga muxer standalone compilation. 11 years ago
Michael Niedermayer 64e448994c avcodec/h263dec: print MB position for each MB when TRACE is enabled 11 years ago