summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavfi: implement ff_query_formats_all().Nicolas George2013-01-26
|
* lavfi: implement ff_all_channel_counts().Nicolas George2013-01-26
|
* lavfi: support unknown channel layouts.Nicolas George2013-01-26
|
* ffmpeg: add -guess_layout_max option.Nicolas George2013-01-26
|
* lavc/gif: remove some obsolete/irrelevant chunksPaul B Mahol2013-01-26
| | | | | | | | Some code was copy pasted from muxer, which still have same comments but unlike encoder they are still relevant to muxer. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf/gifdec: cosmetics: remove extra whitespacePaul B Mahol2013-01-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf/gifdec: fix typoPaul B Mahol2013-01-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* sws: GBRP9, GBRP10 GBRP12 GBRP14 output supportMichael Niedermayer2013-01-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sws: GBRP output supportMichael Niedermayer2013-01-26
| | | | | Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* atrac3: fix buffer size for get_bits.Michael Niedermayer2013-01-26
| | | | | | | Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* indeo4: check for invalid transform_size blk_size combinationsMichael Niedermayer2013-01-26
| | | | | | | | The checks existing previously where not sufficient Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 4xm: remove avcodec_get_frame_defaults() callsMichael Niedermayer2013-01-26
| | | | | | They are not needed anymore Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 4xm: add assert to check that the pointer from read_huffman_tables is within ↵Michael Niedermayer2013-01-26
| | | | | | the array Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 4xm: Check available space in read_huffman_tables()Michael Niedermayer2013-01-26
| | | | | | | Fixes integer overflow and out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix atrac3 decoder broken in e55d53905f34f8e8747f6d321e9a695dc02ebb2fMichael Karcher2013-01-26
| | | | | Signed-off-by: Michael Karcher <ffmpeg@mkarcher.dialup.fu-berlin.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffv1enc: fix gbrp>8bitMichael Niedermayer2013-01-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/showwaves: fail in case of push_frame() errorStefano Sabatini2013-01-25
|
* doc/filters: apply minor fixesStefano Sabatini2013-01-25
|
* lavfi/showwaves: add display mode option and mode=lineStefano Sabatini2013-01-25
|
* gifdec: resync supportMichael Niedermayer2013-01-25
| | | | | | | This allows decoding gifs that have junk at the begin and also allows byte wise seeking Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/dnxhddata: fix bitrates for cid 1251 and 1252 in cid tableMatthieu Bouron2013-01-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* setpts: deprecate RTCTIME, we have time(0) which is more genericMichael Niedermayer2013-01-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-25
|\ | | | | | | | | | | | | | | | | | | * qatar/master: avfilter: allow setpts filter to use wallclock time for calculations Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-25
| | | | | | | | | | Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer2013-01-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b85a5e87af4254b80913fe33591d96361f30832b': lavu: Add av_strnstr() h264: Allow discarding the cropping information from SPS Conflicts: Changelog doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
| | | | | | | | | | | | | | This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * h264: Allow discarding the cropping information from SPSVittorio Giovara2013-01-25
| | | | | | | | | | | | Some 3D systems overload the meaning of the field for other purposes. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e'Michael Niedermayer2013-01-25
|\| | | | | | | | | | | | | | | | | | | | | * commit '33552a5f7b6ec7057516f487b1a902331f8c353e': arm: Add mathops.h to ARCH_HEADERS list avstring: K&R formatting cosmetics Conflicts: libavutil/avstring.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * arm: Add mathops.h to ARCH_HEADERS listDiego Biurrun2013-01-24
| | | | | | | | It is an arch-specific header not suitable for standalone compilation.
| * avstring: K&R formatting cosmeticsLuca Barbato2013-01-24
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge commit '2c10e2a2f62477efaef5b641974594f7df4ca339'Michael Niedermayer2013-01-25
|\| | | | | | | | | | | | | | | | | | | | | * commit '2c10e2a2f62477efaef5b641974594f7df4ca339': build: Make the H.264 parser select h264qpel x86: h264qpel: add cpu flag checks for init function Conflicts: libavcodec/x86/h264_qpel.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Make the H.264 parser select h264qpelDiego Biurrun2013-01-24
| | | | | | | | It is required for building the shared H.264 code.
| * x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-24
| | | | | | | | | | The code was copied from per cpu extension init function so the checks for supported extensions was overlooked.
* | swscale: check flags instead of nb_components to find if pixel format have alphaPaul B Mahol2013-01-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc/gifdec: remove obsolete checkPaul B Mahol2013-01-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc/gifdec: move idx_line allocation out of gif_read_header1()Paul B Mahol2013-01-25
| | | | | | | | | | | | Now allocation is done only if av_image_check_size() passes. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc/gifdec: do not return nonzero *got_frame if frame is not passedPaul B Mahol2013-01-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc/gifdec: simplify "!= 0" checksPaul B Mahol2013-01-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc/gifdec: use memcpy()Paul B Mahol2013-01-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '6bdb841b46d170d58488deaed720729b79223b1d'Michael Niedermayer2013-01-25
|\| | | | | | | | | | | | | | | | | | | * commit '6bdb841b46d170d58488deaed720729b79223b1d': arm: h264qpel: use neon h264 qpel functions only if supported * bug was fixed previously (in merge of buggy code): h264: copy h264qpel dsp context to slice thread copies Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264: copy h264qpel dsp context to slice thread copiesJanne Grunau2013-01-24
| |
| * arm: h264qpel: use neon h264 qpel functions only if supportedJanne Grunau2013-01-24
| |
* | vqavideo: check chunk sizes before reading chunksMichael Niedermayer2013-01-25
| | | | | | | | | | | | | | Fixes out of array writes Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | eacmv: Free frames on resolution changesMichael Niedermayer2013-01-25
| | | | | | | | | | | | | | Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | gifdec: check that w,h is not zeroMichael Niedermayer2013-01-25
| | | | | | | | | | | | | | Fixes out of array access Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix compilation with --disable-everything on x86_32.Carl Eugen Hoyos2013-01-25
| | | | | | | | Fixes ticket #2183.
* | ffmpeg: fix typo in open_files() messageStefano Sabatini2013-01-25
| | | | | | | | Found-By: Justin Ruggles
* | lavf/img2enc: extend current options documentationStefano Sabatini2013-01-25
| |
* | lavf/img2dec: fix option help fieldsStefano Sabatini2013-01-25
| |
* | doc/faq: fill missing word in the concat protocol entryStefano Sabatini2013-01-25
| |