summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mjpegdec: handle the occurance of rstn emulationMichael Niedermayer2012-12-261-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mjpegdec: Handle RSTn in progressive jpegsMichael Niedermayer2012-12-261-0/+4
| | | | | | | Fixes Ticket2003 Reviewed-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mjpegdec: factor handle_rstn() outMichael Niedermayer2012-12-261-22/+28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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 <onemda@gmail.com>
* vf_idet: fix type of statsMichael Niedermayer2012-12-261-2/+2
| | | | | 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-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 <michaelni@gmx.at>
| * 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 <michaelni@gmx.at>
* | 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 <michaelni@gmx.at>
* | vc1dsp: fix pointer type warningsMichael Niedermayer2012-12-261-2/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc/utils: fix 'warning: missing braces around initializer'Michael Niedermayer2012-12-261-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lcldec: fix zlib const pointer warningMichael Niedermayer2012-12-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: fix 2 "discards const qualifier from pointer target type"Michael Niedermayer2012-12-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: dont depend on default return type for get_color_type()Michael Niedermayer2012-12-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264_direct: silence several warning: assignment from incompatible pointer type"Michael Niedermayer2012-12-261-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rmdec: fix compiler warning for uninitialized variablesJean First2012-12-251-2/+3
| | | | | | | | | | Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegts: update AVProgram after pmt changeXBMC2012-12-251-0/+18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 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 <michaelni@gmx.at>
* | ffmpeg: use the new swr -async parameter instead of a set of parameters.Michael Niedermayer2012-12-251-3/+3
| | | | | | | | 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-252-0/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 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 <michaelni@gmx.at>
| * | 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 <cus@passwd.hu>
* | | vf_pp: add postproc to the library dependencys for avfilter when enabled.Hendrik Leppkes2012-12-251-0/+1
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | srt_probe: make buffer pointer constMichael Niedermayer2012-12-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dsputil_mmx: fix pointer type for emulated_edge_mc_func()Michael Niedermayer2012-12-251-1/+1
| | | | | | | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | str_probe: make buffer related pointers constMichael Niedermayer2012-12-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pva_probe: make buffer related pointers and function arguments constMichael Niedermayer2012-12-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mxf_probe: make buffer related pointers constMichael Niedermayer2012-12-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpc8_probe: make buffer related pointers and function arguments constMichael Niedermayer2012-12-251-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mp3_read_probe: make buffer related pointers constMichael Niedermayer2012-12-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | microdvd_probe: make buffer pointers constMichael Niedermayer2012-12-251-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegps_probe: make buffer related pointers constMichael Niedermayer2012-12-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | loas_probe: make buffer pointers constMichael Niedermayer2012-12-251-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lmlm4_probe: make buffer pointers constMichael Niedermayer2012-12-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ipmovie_probe: make buffer pointers constMichael Niedermayer2012-12-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | flac_probe: make buffer pointers constMichael Niedermayer2012-12-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ac3_eac3_probe: mark buffer pointers constMichael Niedermayer2012-12-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | adts_aac_probe: mark buffer pointers as constMichael Niedermayer2012-12-251-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | oggdec: fix warning: assignment discards qualifiers from pointer target typeMichael Niedermayer2012-12-241-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfiltergraph: put variables used in #if 0 code themselfs under #if 0Michael Niedermayer2012-12-241-0/+2
| | | | | | | | | | | | Fixes unused variable warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mcdec: suppress "warning: a/vst may be used uninitialized in this function"Michael Niedermayer2012-12-241-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/mpeg: suppress warning: lpcm_header_len may be used uninitialized in ↵Michael Niedermayer2012-12-241-1/+1
| | | | | | | | | | | | this function Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-245-91/+80
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: wnv1: cosmetics, reformat xan: remove a trivially true if(). ansi: do not depend on get_buffer() initializing the frame. zerocodec: remove an unused variable. zmbv: remove some pointless comments and empty lines Conflicts: libavcodec/xan.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * wnv1: cosmetics, reformatAnton Khirnov2012-12-241-20/+22
| |
OpenPOWER on IntegriCloud