summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavc/on2avc: silent warnings about const paramsLukasz Marek2014-05-111-2/+2
* avformat/mpegtsenc: fix minor typo in omit_video_pes_length descriptionAman Gupta2014-05-111-1/+1
* libmpcodecs/vf_uspp: check avcodec_open() return codemichael2014-05-111-1/+2
* ffserver: don't leak poll_table if poll failsReynaldo H. Verdejo Pinochet2014-05-101-1/+3
* Add missing "const" to pointer arrays.Reimar Döffinger2014-05-102-20/+20
* avfilter/vf_removelogo: fix memleak on failureMichael Niedermayer2014-05-101-2/+6
* hevcdsp: include stddef.h for ptrdiff_t definitionJames Almer2014-05-101-0/+1
* opencl: Make init_mtx static with volatile lockMatt Oliver2014-05-101-2/+2
* hevcdsp: add missing header includeJames Almer2014-05-101-0/+2
* avfilter/vf_lut3d: check size in parse_dat()Michael Niedermayer2014-05-101-1/+6
* avformat/movenc: Check ff_put_wav_header() return codeMichael Niedermayer2014-05-101-2/+6
* Document smoothstreaming muxerAndrey Utkin2014-05-101-0/+22
* avcodec: better level/index printingMatthew Lindner2014-05-092-4/+4
* avcodec: replace uses of deprecated avcodec_set_dimensions()Michael Niedermayer2014-05-092-4/+16
* libmpcodecs: Fix compilation due to missing static in suncc.Matt Oliver2014-05-093-3/+3
* Merge commit '9880a0d4b131ef36694d62f78060350a81f08b80'Michael Niedermayer2014-05-090-0/+0
|\
| * pcm-dvd: Fix 20bit decodingnu7742014-05-091-4/+4
* | rtpdec: make the NTP time values unsigned.Diego Elio 'Flameeyes' Pettenò2014-05-091-2/+2
* | configure: check for recent dxva2api headers with fixed COBJMACROS definesHendrik Leppkes2014-05-091-1/+12
* | avcodec/hevc: Fix undefined shiftsMichael Niedermayer2014-05-091-4/+4
* | avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behaviorMichael Niedermayer2014-05-091-1/+1
* | avcodec/x86/hevcdsp_init: fix build failure with --disable-mmxMichael Niedermayer2014-05-091-2/+3
* | avcodec/mpeg4videodec: print run/level/index valuesMichael Niedermayer2014-05-091-0/+1
* | avcodec: include GET_RL_VLC() in trace outputMichael Niedermayer2014-05-091-1/+21
* | hvcodec/x86/hevcdsp: make macros more modular to support functions that are n...plepere2014-05-092-302/+302
* | avfilter/phase: make the main loop readable.Clément Bœsch2014-05-081-4/+9
* | avfilter/phase: add some constness for RO data pointers.Clément Bœsch2014-05-081-5/+5
* | avfilter/phase: add timeline support.Clément Bœsch2014-05-081-0/+10
* | avfilter/phase: avoid a memcpy per frame.Clément Bœsch2014-05-081-8/+4
* | avfilter/phase: do not pass the whole context to analyze_plane().Clément Bœsch2014-05-081-4/+2
* | avfilter/phase: add comment on the context cached frame.Clément Bœsch2014-05-081-1/+1
* | Merge commit '0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e'Michael Niedermayer2014-05-081-1/+2
|\ \ | |/
| * rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-081-4/+5
* | avcodec/exr: mark gama option as experimental / unsupportedMichael Niedermayer2014-05-081-1/+1
* | avcodec/exr: Add a gamma flag to exr loader to avoid bandingGonzalo Garramuno2014-05-081-7/+113
* | avformat/rtmpproto: add FFMIN() to av_strlcpy()Michael Niedermayer2014-05-081-2/+2
* | avcodec/mjpegdec: zero gb to silence warning about it being possibly uninitia...Michael Niedermayer2014-05-081-1/+1
* | avcodec/takdec: Always initialize hsize, silence "may be used uninitialized" ...Michael Niedermayer2014-05-081-1/+1
* | avcodec/dcadec: add an assert to silence a uninitialized variable warningMichael Niedermayer2014-05-081-0/+2
* | avcodec/dcadec: remove always true if()Michael Niedermayer2014-05-081-2/+0
* | avcodec/cinepakenc: Fix "may be used uninitialized in this function" warningsMichael Niedermayer2014-05-081-2/+4
* | avfilter/af_compand: Silence "may be used uninitialized" warningMichael Niedermayer2014-05-081-0/+1
* | Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2014-05-0817-24/+38
|\ \
| * | lavc: use av_fifo_freepLukasz Marek2014-05-073-3/+3
| * | lavf: use av_fifo_freepLukasz Marek2014-05-075-8/+7
| * | ffmpeg: use av_fifo_freepLukasz Marek2014-05-071-1/+1
| * | lavd/jack_audio: use av_fifo_freepLukasz Marek2014-05-071-6/+6
| * | lavfi: use av_fifo_freepLukasz Marek2014-05-073-5/+3
| * | lavu/fifo: add av_fifo_freep functionLukasz Marek2014-05-074-1/+18
* | | avcodec/huffyuvenc: Make version 3 of ffvhuff non experimentalMichael Niedermayer2014-05-072-7/+7
|/ /
OpenPOWER on IntegriCloud