Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-15j2kdec: remove unneeded operationMichael Niedermayer
Fixes CID717554 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-15j2kdec: make curtilenum integer.Michael Niedermayer
This fixes a potential crash. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-15tag_tree_decode: check node being non nullMichael Niedermayer
Fixes CID717843 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-15compute_lpc_coefs: assert that normalize and fail have a supported combinationMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14noise_bsf: fix division by 0Michael Niedermayer
Fixes CID733737 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14flac_parser.c: fix issue with looping output for small files.Michael Chinen
see trac 1345 https://ffmpeg.org/trac/ffmpeg/ticket/1345 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14bgmc: fix sizeof arguments (should fix CIDs: 700724 and 608084)Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14h264: fix parsing of old lossless profile (profile_idc == 144)Hendrik Leppkes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14eatgq: raise error on unsupported macroblock modePeter Ross
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14ansi: by design nb_args may exceed the size of the args array, so guard ↵Peter Ross
accordingly Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: avutil: Do not make ff_ symbols globally visible. avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() build: tms470: work around glibc math.h problems configure: improve tms470 compiler usage with glibc Conflicts: libavcodec/bmpenc.c libavcodec/rawdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14eatgq: fix small overreadPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-14svq1dec: use log level that have more common sensePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-14svq1dec: use more common way to check if result is not zeroPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-14svq1dec: check return value of get_bits1() in more common wayPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-14svq1dec: return more meaningful error codesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-14dpxenc: fix signed c99 overflowsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14g723_1: fix overflow in square_root()Michael Niedermayer
the intermediate does not fit in a signed 32bit int Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
missed these in my previous search and replace Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14mpeg4videodec: Recalculate timebase in case of guessing time increment bitsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14alsdec: fix clipping of weightings for MCC decodingThilo Borgmann
Fixes CID717905 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14mpegvideo: fix motion_val checksMichael Niedermayer
Fixes CID604124 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14mpegvideo: check return value of ff_MPV_common_init()Michael Niedermayer
Fixes CID703621 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONEMichael Niedermayer
Fixes CID733775 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14flashsv: check deflateInit() return valueMichael Niedermayer
Fixes CID703620 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14dnxhdenc: assert ff_dnxhd_get_cid_table() return valueMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14dnxhddata_ Fix mixup of sizeof() and array elements in ff_dnxhd_find_cid()Michael Niedermayer
Fixes CID717910 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-14ffv1: make sure gob_count is not 0Michael Niedermayer
Fixes division by 0 Fixes CID733736 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13lavc/codec_desc: add/update properties of some codecsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13xbmdec: s/av_reverse/ff_reversePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun
Functions used across libraries should have avpriv_ and not ff_ prefixes.
2012-10-13lavc: return s->get_buffer() error code if it errors outPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13pngenc: write sample aspect ratioPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13pngdec: read sample aspect ratioPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: vc1: Use codec ID from AVCodecContext while parsing frame header avplay: support mid-stream sample rate changes Conflicts: ffplay.c libavcodec/vc1.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'Michael Niedermayer
* commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609': avplay: use audio parameters from the decoded frame instead of AVCodecContext dca: allocate a secondary buffer for extra channels when downmixing configure: use utilities from /usr/xpg4/bin if it exists avstring-test: fix memory leaks Conflicts: ffplay.c libavcodec/dcadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
* commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723': rtpdec_xiph: fix function return type smjpeg: fix type of 'ret' variable in smjpeg_read_packet() mpegvideo: remove write-only variable Use proper return values in case of missing features fate: add avstring test rangecoder-test: Set error message log level to error, instead of debug Conflicts: libavcodec/aacdec.c libavcodec/amrnbdec.c libavcodec/mpegvideo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'Michael Niedermayer
* commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0': rangecoder: K&R formatting cosmetics Conflicts: libavcodec/rangecoder.c libavcodec/rangecoder.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f'Michael Niedermayer
* commit 'ca411fc1d34329cd17b28627f697e391ae52073f': avcodec: Remove broken MMI optimizations Conflicts: arch.mak configure libavcodec/avcodec.h libavcodec/mips/Makefile libavcodec/mips/dsputil_mmi.c libavcodec/mips/idct_mmi.c libavcodec/mips/mmi.h libavcodec/mips/mpegvideo_mmi.c libavcodec/options_table.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'Michael Niedermayer
* commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be': Remove libmpeg2 #define remnants De-doxygenize some top-level files Conflicts: ffmpeg.c ffmpeg.h ffmpeg_filter.c ffplay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer
* commit 'd5c62122a7b26704bf867a1262df358623bf5edf': Move av_reverse table to libavcodec Conflicts: libavcodec/asvenc.c libavcodec/vble.c libavutil/common.h libavutil/mathematics.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer
* commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066': avutil: Duplicate ff_log2_tab instead of sharing it across libs Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13vp8dec: reset loopfilter delta values at keyframesSami Pietilä
while testing a VP8 encoder I found a mismatch between FFMPEG and libvpx VP8 decoders. The reason for this mismatch is that FFMPEG doesn't reset loopfilter delta values at keyframes. Patch that fixes the issue is below. I've verified that the output of ffmpeg after this patch matches libvpx. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-13pcxenc: store sample aspect ratioPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13pcx: read sample aspect ratioPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13bethsoftvideo: return meaningfull error codesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13truemotion2: use more meaningful return codesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-13vc1: Use codec ID from AVCodecContext while parsing frame headerMashiat Sarker Shakkhar
This fixes a segfault with samples that I have (both of them MPEG-TS). Looks like avctx->codec is not being set during parsing. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-10-13dca: allocate a secondary buffer for extra channels when downmixingJustin Ruggles
The output AVFrame buffer only has data for the downmix channels. Fixes a segfault when decoding dca with request_channels == 2.