Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/encoders: clarify the direction of the quality setting parameters for ↵ | Stefano Sabatini | 2012-12-27 | 1 | -1/+2 |
| | | | | libtheora | ||||
* | doc/ffmpeg-formats: extend documentation for the probesize parameter | Stefano Sabatini | 2012-12-27 | 1 | -1/+4 |
| | |||||
* | ffmpeg: remove annoying logs and improve reporting in case of unavailable ↵ | Stefano Sabatini | 2012-12-27 | 1 | -13/+11 |
| | | | | bitrate | ||||
* | MAINTAINERS: add libswresample | Michael Niedermayer | 2012-12-27 | 1 | -0/+14 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | docs: add soxr documentation | Rob Sykes | 2012-12-27 | 3 | -32/+59 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | soxr_resample: soxr API parameter rename | Rob Sykes | 2012-12-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | soxr_resample: Correct email address | Rob Sykes | 2012-12-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | lavfi/tile: small align cosmetics. | Clément Bœsch | 2012-12-26 | 1 | -5/+5 |
| | |||||
* | lavfi/tile: remove usage of link->{cur,out}_buf. | Clément Bœsch | 2012-12-26 | 1 | -13/+13 |
| | |||||
* | lavfi/scale: remove usage of link->cur_buf. | Clément Bœsch | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | lavfi/deshake: remove usage of link->cur_buf. | Clément Bœsch | 2012-12-26 | 1 | -1/+0 |
| | |||||
* | lavfi/decimate: remove usage of link->cur_buf. | Clément Bœsch | 2012-12-26 | 1 | -1/+0 |
| | |||||
* | lavfi/video: remove unused ff_inplace_start_frame(). | Clément Bœsch | 2012-12-26 | 2 | -38/+0 |
| | |||||
* | mjpegdec: handle the occurance of rstn emulation | Michael Niedermayer | 2012-12-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | mjpegdec: Handle RSTn in progressive jpegs | Michael Niedermayer | 2012-12-26 | 1 | -0/+4 |
| | | | | | | | Fixes Ticket2003 Reviewed-by: Alexander Strasser <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | mjpegdec: factor handle_rstn() out | Michael Niedermayer | 2012-12-26 | 1 | -22/+28 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | build: mp filter does not depend on postproc anymore | Paul B Mahol | 2012-12-26 | 1 | -1/+1 |
| | | | | | | This fixes testprogs build target if libpostproc is disabled. Signed-off-by: Paul B Mahol <[email protected]> | ||||
* | vf_idet: fix type of stats | Michael Niedermayer | 2012-12-26 | 1 | -2/+2 |
| | | | | | Reviewed-by: Stefano Sabatini <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | lavfi/idet: remove unused assert include. | Clément Bœsch | 2012-12-26 | 1 | -3/+0 |
| | |||||
* | lavfi/idet: remove unecessary context assignment. | Clément Bœsch | 2012-12-26 | 1 | -1/+0 |
| | |||||
* | lavfi/idet: support named parameters. | Clément Bœsch | 2012-12-26 | 1 | -4/+22 |
| | | | | | 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œsch | 2012-12-26 | 1 | -18/+0 |
| | |||||
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | * qatar/master: mpegvideo: initialize videodsp with correct pixel depth Conflicts: libavcodec/mpegvideo.c Merged-by: Michael Niedermayer <[email protected]> | ||||
| * | mpegvideo: initialize videodsp with correct pixel depth | Janne Grunau | 2012-12-26 | 1 | -1/+1 |
| | | | | | | | | | | 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-asm | Michael Niedermayer | 2012-12-26 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | doc/resampler: extend docs for min_comp and min_hard_comp options | Stefano Sabatini | 2012-12-26 | 1 | -6/+11 |
| | | | | | | | | Based on the text from the aresample filter docs. | ||||
* | | lavfi/aresample: fix style | Stefano Sabatini | 2012-12-26 | 1 | -5/+5 |
| | | | | | | | | Improve overall consistency/improve readability. | ||||
* | | libswscale/swscale-test: fix some const correctness | Michael Niedermayer | 2012-12-26 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | vc1dsp: fix pointer type warnings | Michael Niedermayer | 2012-12-26 | 1 | -2/+11 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | lavc/utils: fix 'warning: missing braces around initializer' | Michael Niedermayer | 2012-12-26 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | lcldec: fix zlib const pointer warning | Michael Niedermayer | 2012-12-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | imgconvert: fix 2 "discards const qualifier from pointer target type" | Michael Niedermayer | 2012-12-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | imgconvert: dont depend on default return type for get_color_type() | Michael Niedermayer | 2012-12-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | h264_direct: silence several warning: assignment from incompatible pointer type" | Michael Niedermayer | 2012-12-26 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | rmdec: fix compiler warning for uninitialized variables | Jean First | 2012-12-25 | 1 | -2/+3 |
| | | | | | | | | | | Signed-off-by: Jean First <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | mpegts: update AVProgram after pmt change | XBMC | 2012-12-25 | 1 | -0/+18 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | mxfdec: Rescale audio stream duration from EditRate to SampleRate | Tomas Härdin | 2012-12-25 | 3 | -4/+17 |
| | | | | | | | | | | | | | | 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 <[email protected]> | ||||
* | | ffmpeg: use the new swr -async parameter instead of a set of parameters. | Michael Niedermayer | 2012-12-25 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | swr: support -async X as a simple way to do what ffmpeg -async X did | Michael Niedermayer | 2012-12-25 | 2 | -0/+11 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | Merge remote-tracking branch 'cus/stable' | Michael Niedermayer | 2012-12-25 | 1 | -0/+20 |
|\ \ | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: fix greenish line on the right edge with some xv sizes Merged-by: Michael Niedermayer <[email protected]> | ||||
| * | | ffplay: fix greenish line on the right edge with some xv sizes | Marton Balint | 2012-12-25 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <[email protected]> | ||||
* | | | vf_pp: add postproc to the library dependencys for avfilter when enabled. | Hendrik Leppkes | 2012-12-25 | 1 | -0/+1 |
|/ / | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | srt_probe: make buffer pointer const | Michael Niedermayer | 2012-12-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | dsputil_mmx: fix pointer type for emulated_edge_mc_func() | Michael Niedermayer | 2012-12-25 | 1 | -1/+1 |
| | | | | | | | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | str_probe: make buffer related pointers const | Michael Niedermayer | 2012-12-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | pva_probe: make buffer related pointers and function arguments const | Michael Niedermayer | 2012-12-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | mxf_probe: make buffer related pointers const | Michael Niedermayer | 2012-12-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | mpc8_probe: make buffer related pointers and function arguments const | Michael Niedermayer | 2012-12-25 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | mp3_read_probe: make buffer related pointers const | Michael Niedermayer | 2012-12-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | | microdvd_probe: make buffer pointers const | Michael Niedermayer | 2012-12-25 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> |