summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc/encoders: clarify the direction of the quality setting parameters for ↵Stefano Sabatini2012-12-271-1/+2
| | | | libtheora
* doc/ffmpeg-formats: extend documentation for the probesize parameterStefano Sabatini2012-12-271-1/+4
|
* ffmpeg: remove annoying logs and improve reporting in case of unavailable ↵Stefano Sabatini2012-12-271-13/+11
| | | | bitrate
* MAINTAINERS: add libswresampleMichael Niedermayer2012-12-271-0/+14
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* docs: add soxr documentationRob Sykes2012-12-273-32/+59
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* soxr_resample: soxr API parameter renameRob Sykes2012-12-271-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* soxr_resample: Correct email addressRob Sykes2012-12-271-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* lavfi/tile: small align cosmetics.Clément Bœsch2012-12-261-5/+5
|
* lavfi/tile: remove usage of link->{cur,out}_buf.Clément Bœsch2012-12-261-13/+13
|
* lavfi/scale: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+1
|
* lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+0
|
* lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+0
|
* lavfi/video: remove unused ff_inplace_start_frame().Clément Bœsch2012-12-262-38/+0
|
* mjpegdec: handle the occurance of rstn emulationMichael Niedermayer2012-12-261-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* mjpegdec: Handle RSTn in progressive jpegsMichael Niedermayer2012-12-261-0/+4
| | | | | | | Fixes Ticket2003 Reviewed-by: Alexander Strasser <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* mjpegdec: factor handle_rstn() outMichael Niedermayer2012-12-261-22/+28
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* build: mp filter does not depend on postproc anymorePaul B Mahol2012-12-261-1/+1
| | | | | | This fixes testprogs build target if libpostproc is disabled. Signed-off-by: Paul B Mahol <[email protected]>
* vf_idet: fix type of statsMichael Niedermayer2012-12-261-2/+2
| | | | | Reviewed-by: Stefano Sabatini <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* lavfi/idet: remove unused assert include.Clément Bœsch2012-12-261-3/+0
|
* lavfi/idet: remove unecessary context assignment.Clément Bœsch2012-12-261-1/+0
|
* lavfi/idet: support named parameters.Clément Bœsch2012-12-261-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œsch2012-12-261-18/+0
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-261-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 depthJanne Grunau2012-12-261-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-asmMichael Niedermayer2012-12-261-5/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/resampler: extend docs for min_comp and min_hard_comp optionsStefano Sabatini2012-12-261-6/+11
| | | | | | | | Based on the text from the aresample filter docs.
* | lavfi/aresample: fix styleStefano Sabatini2012-12-261-5/+5
| | | | | | | | Improve overall consistency/improve readability.
* | libswscale/swscale-test: fix some const correctnessMichael Niedermayer2012-12-261-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | vc1dsp: fix pointer type warningsMichael Niedermayer2012-12-261-2/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | lavc/utils: fix 'warning: missing braces around initializer'Michael Niedermayer2012-12-261-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | lcldec: fix zlib const pointer warningMichael Niedermayer2012-12-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | imgconvert: fix 2 "discards const qualifier from pointer target type"Michael Niedermayer2012-12-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | imgconvert: dont depend on default return type for get_color_type()Michael Niedermayer2012-12-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | h264_direct: silence several warning: assignment from incompatible pointer type"Michael Niedermayer2012-12-261-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | rmdec: fix compiler warning for uninitialized variablesJean First2012-12-251-2/+3
| | | | | | | | | | Signed-off-by: Jean First <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | mpegts: update AVProgram after pmt changeXBMC2012-12-251-0/+18
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | mxfdec: Rescale audio stream duration from EditRate to SampleRateTomas Härdin2012-12-253-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 Niedermayer2012-12-251-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-252-0/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-12-251-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 sizesMarton Balint2012-12-251-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 Leppkes2012-12-251-0/+1
|/ / | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | srt_probe: make buffer pointer constMichael Niedermayer2012-12-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | dsputil_mmx: fix pointer type for emulated_edge_mc_func()Michael Niedermayer2012-12-251-1/+1
| | | | | | | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <[email protected]>
* | str_probe: make buffer related pointers constMichael Niedermayer2012-12-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | pva_probe: make buffer related pointers and function arguments constMichael Niedermayer2012-12-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | mxf_probe: make buffer related pointers constMichael Niedermayer2012-12-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | mpc8_probe: make buffer related pointers and function arguments constMichael Niedermayer2012-12-251-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | mp3_read_probe: make buffer related pointers constMichael Niedermayer2012-12-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | microdvd_probe: make buffer pointers constMichael Niedermayer2012-12-251-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>