63079 Commits (e2c7816ab0d1998bb07f9138d30fbb41406fca90)
 

Author SHA1 Message Date
Michael Niedermayer e2c7816ab0 avcodec/cinepakenc: use av_malloc_array() 11 years ago
Matt Oliver efcea0b911 configure: Fix floating point conformance ith icl. 11 years ago
Lukasz Marek ab57cbb7b1 lavc/on2avc: silent warnings about const params 11 years ago
Aman Gupta 72fed6d122 avformat/mpegtsenc: fix minor typo in omit_video_pes_length description 11 years ago
michael 04e140daa2 libmpcodecs/vf_uspp: check avcodec_open() return code 11 years ago
Reynaldo H. Verdejo Pinochet e0877aa544 ffserver: don't leak poll_table if poll fails 11 years ago
Reimar Döffinger 97bcb05889 Add missing "const" to pointer arrays. 11 years ago
Michael Niedermayer 6b9e0bf42f avfilter/vf_removelogo: fix memleak on failure 11 years ago
James Almer 8e07800001 hevcdsp: include stddef.h for ptrdiff_t definition 11 years ago
Matt Oliver c6bf660bef opencl: Make init_mtx static with volatile lock 11 years ago
James Almer fa23190a7a hevcdsp: add missing header include 11 years ago
Michael Niedermayer 2e55f3e907 avfilter/vf_lut3d: check size in parse_dat() 11 years ago
Michael Niedermayer dc6b99d6b2 avformat/movenc: Check ff_put_wav_header() return code 11 years ago
Andrey Utkin 8cc6e91f69 Document smoothstreaming muxer 11 years ago
Matthew Lindner b372f67342 avcodec: better level/index printing 11 years ago
Michael Niedermayer 398e3a591f avcodec: replace uses of deprecated avcodec_set_dimensions() 11 years ago
Matt Oliver 3554c2fafc libmpcodecs: Fix compilation due to missing static in suncc. 11 years ago
Michael Niedermayer 8a21613821 Merge commit '9880a0d4b131ef36694d62f78060350a81f08b80' 11 years ago
nu774 9880a0d4b1 pcm-dvd: Fix 20bit decoding 11 years ago
Diego Elio 'Flameeyes' Pettenò a7b554f863 rtpdec: make the NTP time values unsigned. 11 years ago
Hendrik Leppkes bc47801968 configure: check for recent dxva2api headers with fixed COBJMACROS defines 11 years ago
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
Clément Bœsch 5623a10526 avfilter/phase: make the main loop readable. 11 years ago
Clément Bœsch 5df10150d4 avfilter/phase: add some constness for RO data pointers. 11 years ago
Clément Bœsch 69d72140ac avfilter/phase: add timeline support. 11 years ago
Clément Bœsch 8de600de55 avfilter/phase: avoid a memcpy per frame. 11 years ago
Clément Bœsch 687119aa9d avfilter/phase: do not pass the whole context to analyze_plane(). 11 years ago
Clément Bœsch 362ab940fc avfilter/phase: add comment on the context cached frame. 11 years ago
Michael Niedermayer 996fffbbb3 Merge commit '0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e' 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 0c2a6dabce avformat/rtmpproto: add FFMIN() to av_strlcpy() 11 years ago
Martin Storsjö 0bacfa8d37 rtmpproto: Check the buffer sizes when copying app/playpath strings 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
Michael Niedermayer 6c23a85000 avfilter/af_compand: Silence "may be used uninitialized" warning 11 years ago
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