63285 Commits (93318983c3e565b3079362ec69cf3362febc5004)
 

Author SHA1 Message Date
Michael Niedermayer c71f8d40be Merge remote-tracking branch 'lukaszmluki/master' 11 years ago
Lukasz Marek 9b60d907ae lavc: use av_fifo_freep 11 years ago
Lukasz Marek ce1eefe691 lavf: use av_fifo_freep 11 years ago
Lukasz Marek a5f2f33a67 ffmpeg: use av_fifo_freep 11 years ago
Lukasz Marek 75a19f5eec lavd/jack_audio: use av_fifo_freep 11 years ago
Lukasz Marek 70b63419ee lavfi: use av_fifo_freep 11 years ago
Lukasz Marek 351f6118c7 lavu/fifo: add av_fifo_freep function 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
Michael Niedermayer efbf107f5b avfilter/aeval: silence "may be used uninitialized" warning 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer 134206ca7a avformat/utils: fix const warnings 11 years ago
Michael Niedermayer 8dd435f0cf cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCL 11 years ago
Michael Niedermayer cd20b93e2f avformat/h263dec/h263_probe: Check TR 11 years ago
Michael Niedermayer 3ad21c50af avformat/h263dec/h263_probe: Check PSC bit 9 and 13 in 11 years ago
Michael Niedermayer 04b15a6055 avformat/h263dec: shift data in state to make more bits available to probe 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
James Almer 4cdea92976 swresample/resample: add missing xmm clobbers 11 years ago
Michael Niedermayer d68ed9f257 Merge commit '7ce3bd9614717e545af8fb8455032c807e389b78' 11 years ago
Uwe L. Korn 7ce3bd9614 rtmpproto: Support alternative slist parameter in rtmp URLs 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
Michael Niedermayer 760a9ef451 Merge remote-tracking branch 'cus/stable' 11 years ago
Matt Oliver ac9869ffb0 x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external 11 years ago
Lukasz Marek 38b722e7d7 gitignore: add tools/uncoded_frame 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 5fc4c00972 avfilter/af_bs2b: Fix incompatible pointer type warnings 11 years ago
Michael Niedermayer 89d2fc62db avcodec/svq3: Fix "incompatible pointer type" warnings 11 years ago
Michael Niedermayer 1394e0a9e0 avformat/segment: Use av_malloc_array() 11 years ago
Marton Balint 6c5375100c mpegts: always reset pes packet state on new packet 11 years ago
Marton Balint a78274329c mpegts: unref buffer in reset_pes_packet_state 11 years ago
Marton Balint d7ca914988 mpegts: factorize pes packet state reset function 11 years ago
Marton Balint e2752de344 mpegts: fix indentation after last commit 11 years ago
Marton Balint 9ba8debce9 mpegts: only emit new packets if data buffer exists 11 years ago
Marton Balint a82e87618f mpegts: remove uneeded buf_size check 11 years ago
Michael Niedermayer 4aa7848eb8 avutil/file_open: Use av_mallocz_array() 11 years ago
Michael Niedermayer e77ffaa0ac tests/tiny_ssim: more correct error message 11 years ago
Michael Niedermayer 2ded57216e avutil/audio_fifo: Use av_mallocz_array() 11 years ago
Michael Niedermayer b395167d56 tools/ismindex: use av_mallocz_array() 11 years ago
Michael Niedermayer a69e16a97e tests/tiny_ssim: check dimensions 11 years ago
Lukasz Marek 78d3453c4a lavu/fifo: add const to arguments 11 years ago