summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libpostproc: Fix off by 1 error in the C dering codeMichael Niedermayer2012-12-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mjpegdec: Support 16bit DQTMichael Niedermayer2012-12-27
| | | | | | Fixes Ticket2072 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* build: fix g723_1 decoder dependencyPaul B Mahol2012-12-27
| | | | | | g723_1 decoder needs celp_math.o because it calls ff_dot_product(). Signed-off-by: Paul B Mahol <onemda@gmail.com>
* gifdec: fix transparent background colorDon Moir2012-12-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* mjpegdec: reset restart_count on progressive scansMichael Niedermayer2012-12-27
| | | | | | Fixes Ticket2068 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/encoders: clarify the direction of the quality setting parameters for ↵Stefano Sabatini2012-12-27
| | | | libtheora
* doc/ffmpeg-formats: extend documentation for the probesize parameterStefano Sabatini2012-12-27
|
* ffmpeg: remove annoying logs and improve reporting in case of unavailable ↵Stefano Sabatini2012-12-27
| | | | bitrate
* MAINTAINERS: add libswresampleMichael Niedermayer2012-12-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* docs: add soxr documentationRob Sykes2012-12-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* soxr_resample: soxr API parameter renameRob Sykes2012-12-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* soxr_resample: Correct email addressRob Sykes2012-12-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/tile: small align cosmetics.Clément Bœsch2012-12-26
|
* lavfi/tile: remove usage of link->{cur,out}_buf.Clément Bœsch2012-12-26
|
* lavfi/scale: remove usage of link->cur_buf.Clément Bœsch2012-12-26
|
* lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch2012-12-26
|
* lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch2012-12-26
|
* lavfi/video: remove unused ff_inplace_start_frame().Clément Bœsch2012-12-26
|
* mjpegdec: handle the occurance of rstn emulationMichael Niedermayer2012-12-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mjpegdec: Handle RSTn in progressive jpegsMichael Niedermayer2012-12-26
| | | | | | | Fixes Ticket2003 Reviewed-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mjpegdec: factor handle_rstn() outMichael Niedermayer2012-12-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* build: mp filter does not depend on postproc anymorePaul B Mahol2012-12-26
| | | | | | This fixes testprogs build target if libpostproc is disabled. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vf_idet: fix type of statsMichael Niedermayer2012-12-26
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/idet: remove unused assert include.Clément Bœsch2012-12-26
|
* lavfi/idet: remove unecessary context assignment.Clément Bœsch2012-12-26
|
* lavfi/idet: support named parameters.Clément Bœsch2012-12-26
| | | | | The parameters are currently not documented in doc/filters.texi, but now they at least appear in the automatic help.
* lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch2012-12-26
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-26
|\ | | | | | | | | | | | | | | | | | | * qatar/master: mpegvideo: initialize videodsp with correct pixel depth Conflicts: libavcodec/mpegvideo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpegvideo: initialize videodsp with correct pixel depthJanne Grunau2012-12-26
| | | | | | | | | | Fixes decoding of 9/10 bit per pixel h264 videos as reported in https://bugzilla.libav.org/show_bug.cgi?id=404 .
* | vc1dsp: fix the warning fix, make it work with --disable-asmMichael Niedermayer2012-12-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/resampler: extend docs for min_comp and min_hard_comp optionsStefano Sabatini2012-12-26
| | | | | | | | Based on the text from the aresample filter docs.
* | lavfi/aresample: fix styleStefano Sabatini2012-12-26
| | | | | | | | Improve overall consistency/improve readability.
* | libswscale/swscale-test: fix some const correctnessMichael Niedermayer2012-12-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vc1dsp: fix pointer type warningsMichael Niedermayer2012-12-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc/utils: fix 'warning: missing braces around initializer'Michael Niedermayer2012-12-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lcldec: fix zlib const pointer warningMichael Niedermayer2012-12-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: fix 2 "discards const qualifier from pointer target type"Michael Niedermayer2012-12-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: dont depend on default return type for get_color_type()Michael Niedermayer2012-12-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264_direct: silence several warning: assignment from incompatible pointer type"Michael Niedermayer2012-12-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rmdec: fix compiler warning for uninitialized variablesJean First2012-12-25
| | | | | | | | | | Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegts: update AVProgram after pmt changeXBMC2012-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mxfdec: Rescale audio stream duration from EditRate to SampleRateTomas Härdin2012-12-25
| | | | | | | | | | | | | | Since 83cab07 audio stream time bases are based on SampleRate, not EditRate. This fixes trac ticket #2029 and a few seeking issues. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: use the new swr -async parameter instead of a set of parameters.Michael Niedermayer2012-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-12-25
|\ \ | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: fix greenish line on the right edge with some xv sizes Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | ffplay: fix greenish line on the right edge with some xv sizesMarton Balint2012-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the XV image linesize was different from the width, SDL would create an overlay wider than the actually requested one. This causes a greenish line on the right, because the rightmost texel is blended with unset data. This patch introduces a function which duplicates the rightmost texel to the unset space, that way the blending will be done with duplicated border texels. Signed-off-by: Marton Balint <cus@passwd.hu>
* | | vf_pp: add postproc to the library dependencys for avfilter when enabled.Hendrik Leppkes2012-12-25
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | srt_probe: make buffer pointer constMichael Niedermayer2012-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dsputil_mmx: fix pointer type for emulated_edge_mc_func()Michael Niedermayer2012-12-25
| | | | | | | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | str_probe: make buffer related pointers constMichael Niedermayer2012-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>