summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mpeg4videodec: Recalculate timebase in case of guessing time increment bitsMichael Niedermayer2012-10-141-0/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/select/scene: use pointer increments instead of y*linesize.Clément Bœsch2012-10-141-3/+3
|
* lavfi/select/scene: fix potential overread.Clément Bœsch2012-10-141-4/+7
| | | | | Also make sure we use the actual width of the image and not the whole linesize.
* lavfi/select/scene: move out convoluted sad variable init from loop.Clément Bœsch2012-10-141-2/+2
|
* alsdec: fix clipping of weightings for MCC decodingThilo Borgmann2012-10-141-6/+6
| | | | | Fixes CID717905 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mpegvideo: fix motion_val checksMichael Niedermayer2012-10-141-3/+3
| | | | | Fixes CID604124 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mpegvideo: check return value of ff_MPV_common_init()Michael Niedermayer2012-10-141-2/+3
| | | | | Fixes CID703621 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONEMichael Niedermayer2012-10-141-1/+1
| | | | | Fixes CID733775 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* flashsv: check deflateInit() return valueMichael Niedermayer2012-10-131-1/+2
| | | | | Fixes CID703620 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dnxhdenc: assert ff_dnxhd_get_cid_table() return valueMichael Niedermayer2012-10-131-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dnxhddata_ Fix mixup of sizeof() and array elements in ff_dnxhd_find_cid()Michael Niedermayer2012-10-131-1/+1
| | | | | Fixes CID717910 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffv1: make sure gob_count is not 0Michael Niedermayer2012-10-131-1/+1
| | | | | | | Fixes division by 0 Fixes CID733736 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sws-test: raise limigts a bit.Michael Niedermayer2012-10-131-1/+1
| | | | | | these cases arent used but theres no point in failing on them Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* pp: avoid overflow in w*hMichael Niedermayer2012-10-131-1/+1
| | | | | Fixes CID700580 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sws-test: check W/HMichael Niedermayer2012-10-131-1/+2
| | | | | Fixes CID733834 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/codec_desc: add/update properties of some codecsPaul B Mahol2012-10-131-2/+8
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* ffeval: avoid folding EOF onto a valid charMichael Niedermayer2012-10-131-1/+1
| | | | | Fixes CID733704 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* probetest: check command line argumentsMichael Niedermayer2012-10-131-0/+10
| | | | | Fixes CID733835 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* trasher: check seek return value.Michael Niedermayer2012-10-131-1/+4
| | | | | Fixes CID733726 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* xbmdec: s/av_reverse/ff_reversePaul B Mahol2012-10-131-1/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* libavutil: loose idiotic circular dependancies between version and avutil.hMichael Niedermayer2012-10-132-38/+37
| | | | | | This fixes the recently appearing PIX_FMT warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sdp: output speex optional vbr parameterDmitry Samonenko2012-10-131-0/+14
| | | | | | | Optional sdp speex payload parameter is outputed only when data is encoded. It's not printed in case of stream copy. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests: fix checksums for png aspect ratio changeMichael Niedermayer2012-10-132-4/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: return s->get_buffer() error code if it errors outPaul B Mahol2012-10-131-3/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* pngenc: write sample aspect ratioPaul B Mahol2012-10-132-6/+11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* pngdec: read sample aspect ratioPaul B Mahol2012-10-131-0/+12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | * 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>
| * vc1: Use codec ID from AVCodecContext while parsing frame headerMashiat Sarker Shakkhar2012-10-131-1/+1
| | | | | | | | | | | | | | 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>
| * avplay: support mid-stream sample rate changesJustin Ruggles2012-10-131-14/+21
| | | | | | | | Resample to the rate that was configured in SDL.
* | ffplay: use audio parameters from the decoded frame instead of AVCodecContextMichael Niedermayer2012-10-131-16/+16
| | | | | | | | | | Based on commit by Justin Ruggles (the changed code is too different to apply as is) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'Michael Niedermayer2012-10-133-4/+36
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * avplay: use audio parameters from the decoded frame instead of AVCodecContextJustin Ruggles2012-10-131-10/+10
| |
| * dca: allocate a secondary buffer for extra channels when downmixingJustin Ruggles2012-10-131-2/+30
| | | | | | | | | | The output AVFrame buffer only has data for the downmix channels. Fixes a segfault when decoding dca with request_channels == 2.
| * configure: use utilities from /usr/xpg4/bin if it existsMans Rullgard2012-10-121-0/+2
| | | | | | | | | | | | | | | | Solaris defaults to non-standard utilities (grep, sed, ...) with proper ones being in /usr/xpg4/bin. Prefixing PATH with this directory when it exists ensures we get correct variants. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * avstring-test: fix memory leaksMans Rullgard2012-10-121-2/+4
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | smjpegdec: use url_feof()Paul B Mahol2012-10-131-2/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-1319-24/+57
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * rtpdec_xiph: fix function return typeMans Rullgard2012-10-121-1/+1
| | | | | | | | | | | | | | parse_packed_headers() returns either zero or a negative error code so its return type must be signed. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * smjpeg: fix type of 'ret' variable in smjpeg_read_packet()Mans Rullgard2012-10-121-1/+2
| | | | | | | | | | | | | | The 'ret' variable is used for negative error codes so it should be a signed type. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * mpegvideo: remove write-only variableMans Rullgard2012-10-121-2/+2
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Use proper return values in case of missing featuresDiego Biurrun2012-10-1213-21/+21
| |
| * fate: add avstring testDiego Biurrun2012-10-122-0/+31
| |
| * rangecoder-test: Set error message log level to error, instead of debugDiego Biurrun2012-10-121-1/+2
| |
* | Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'Michael Niedermayer2012-10-132-97/+105
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0': rangecoder: K&R formatting cosmetics Conflicts: libavcodec/rangecoder.c libavcodec/rangecoder.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rangecoder: K&R formatting cosmeticsDiego Biurrun2012-10-122-98/+106
| |
* | Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f'Michael Niedermayer2012-10-1315-807/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-1215-810/+10
| | | | | | | | The code fails to compile and is broken beyond repair.
* | Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'Michael Niedermayer2012-10-136-26/+22
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * Remove libmpeg2 #define remnantsDiego Biurrun2012-10-122-0/+5
| |
| * De-doxygenize some top-level filesDiego Biurrun2012-10-125-43/+30
| |
OpenPOWER on IntegriCloud