summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | avcodec/dcadec: remove always true if()Michael Niedermayer2014-05-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/cinepakenc: Fix "may be used uninitialized in this function" warningsMichael Niedermayer2014-05-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/af_compand: Silence "may be used uninitialized" warningMichael Niedermayer2014-05-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2014-05-08
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lukaszmluki/master: lavc: use av_fifo_freep lavf: use av_fifo_freep ffmpeg: use av_fifo_freep lavd/jack_audio: use av_fifo_freep lavfi: use av_fifo_freep lavu/fifo: add av_fifo_freep function Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavc: use av_fifo_freepLukasz Marek2014-05-07
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
| * | lavf: use av_fifo_freepLukasz Marek2014-05-07
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
| * | ffmpeg: use av_fifo_freepLukasz Marek2014-05-07
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
| * | lavd/jack_audio: use av_fifo_freepLukasz Marek2014-05-07
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
| * | lavfi: use av_fifo_freepLukasz Marek2014-05-07
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
| * | lavu/fifo: add av_fifo_freep functionLukasz Marek2014-05-07
| | | | | | | | | | | | | | | | | | Function allows to free fifo and reset freed pointer. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | | avcodec/huffyuvenc: Make version 3 of ffvhuff non experimentalMichael Niedermayer2014-05-07
|/ / | | | | | | | | Tested-by: Tim Nicholson <nichot20@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/cinepakenc: drop coded_frame initMichael Niedermayer2014-05-07
| | | | | | | | | | | | Fixes const being lost warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" ↵Michael Niedermayer2014-05-07
| | | | | | | | | | | | warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/eamad: silence uninitialized variable warningsMichael Niedermayer2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" variablesMichael Niedermayer2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/aeval: silence "may be used uninitialized" warningMichael Niedermayer2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | inline asm: fix arrays as named constraints.Matt Oliver2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/utils: fix const warningsMichael Niedermayer2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCLMichael Niedermayer2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/h263dec/h263_probe: Check TRMichael Niedermayer2014-05-07
| | | | | | | | | | | | Fixes missdetection of Misdetection_345.mp3 Fixes missdetection of Misdetection_421.mp3 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/h263dec/h263_probe: Check PSC bit 9 and 13 inMichael Niedermayer2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/h263dec: shift data in state to make more bits available to probeMichael Niedermayer2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/wavpack: initialize pointers to silence warning about them possibly ↵Michael Niedermayer2014-05-07
| | | | | | | | | | | | being uninitialized Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/hevc: remove unused variableMichael Niedermayer2014-05-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swresample/resample: add missing xmm clobbersJames Almer2014-05-07
| | | | | | | | | | | | | | Might fix fate-swr on ICL Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7ce3bd9614717e545af8fb8455032c807e389b78'Michael Niedermayer2014-05-07
|\| | | | | | | | | | | | | * commit '7ce3bd9614717e545af8fb8455032c807e389b78': rtmpproto: Support alternative slist parameter in rtmp URLs Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn2014-05-06
| | | | | | | | | | | | | | | | | | | | | | | | Support the URL scheme where the playpath is in an RTMP URL is passed as the slist argument and the app is given infront of the query part of the URL: rtmp://host[:port]/[app]?slist=[playpath] (other arguments in the query part are stripped as they are not used) Signed-off-by: Martin Storsjö <martin@martin.st>
* | avcodec/x86/hevcdsp_init: fix SSE4 checksMichael Niedermayer2014-05-06
| | | | | | | | | | Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/x86/Makefile: remove duplicate lineMichael Niedermayer2014-05-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/x86/hevcdsp_init: fix build on 32bitMichael Niedermayer2014-05-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | HEVC : added assembly MC functionsplepere2014-05-06
| | | | | | | | | | | | | | pretty print x86 Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hevc: C code update for new motion compensationMickaël Raulet2014-05-06
| | | | | | | | | | | | | | pretty print C Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2014-05-06
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus/stable: mpegts: always reset pes packet state on new packet mpegts: unref buffer in reset_pes_packet_state mpegts: factorize pes packet state reset function mpegts: fix indentation after last commit mpegts: only emit new packets if data buffer exists mpegts: remove uneeded buf_size check Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | mpegts: always reset pes packet state on new packetMarton Balint2014-05-05
| | | | | | | | | | | | | | | | | | Fixes ticket #3584. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | mpegts: unref buffer in reset_pes_packet_stateMarton Balint2014-05-05
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * | mpegts: factorize pes packet state reset functionMarton Balint2014-05-05
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * | mpegts: fix indentation after last commitMarton Balint2014-05-05
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * | mpegts: only emit new packets if data buffer existsMarton Balint2014-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | I don't think this can acutally happen in the current code, but better safe than sorry. Fixes Coverity CID 732217. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | mpegts: remove uneeded buf_size checkMarton Balint2014-05-05
| | | | | | | | | | | | | | | | | | It is already ensured by the loop condition Signed-off-by: Marton Balint <cus@passwd.hu>
* | | x86/mpegaudiodsp.c: msvc compilation error without sse/avx_externalMatt Oliver2014-05-06
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | gitignore: add tools/uncoded_frameLukasz Marek2014-05-06
| | | | | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec/mpeg4videoenc: fix alternative implementation of mpeg4_encode_dc()Michael Niedermayer2014-05-06
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec/mpeg4videodec: fix mcbpc error messagesMichael Niedermayer2014-05-06
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec/snowenc: Fix "incompatible pointer type" warningMichael Niedermayer2014-05-06
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avfilter/af_bs2b: Fix incompatible pointer type warningsMichael Niedermayer2014-05-06
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec/svq3: Fix "incompatible pointer type" warningsMichael Niedermayer2014-05-05
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avformat/segment: Use av_malloc_array()Michael Niedermayer2014-05-05
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/file_open: Use av_mallocz_array()Michael Niedermayer2014-05-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/tiny_ssim: more correct error messageMichael Niedermayer2014-05-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/audio_fifo: Use av_mallocz_array()Michael Niedermayer2014-05-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>