summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | msmpeg4enc: fix possible use of uninitialized warningMichael Niedermayer2012-12-29
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | hpel_motion_search: move code used for asserts under correct #ifMichael Niedermayer2012-12-29
| | | | | | | | | | | | | | | | | | This avoids compiler warnings about set but not used variables Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ivi_common: Fix use of uninitialized warningsMichael Niedermayer2012-12-29
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avs: silence "may be used uninitialized" warningsMichael Niedermayer2012-12-29
| | | | | | | | | | | | | | | | | | | | | We initialize the struct to 0 to also ensure any actual use of the pointers in it will not lead to security issues. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mmfenc: use ff_raw_write_packet()Paul B Mahol2012-12-28
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | aiffenc: use ff_raw_write_packet()Paul B Mahol2012-12-28
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | soxenc: use ff_raw_write_packet()Paul B Mahol2012-12-28
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | soxdec: use meaningful error codesPaul B Mahol2012-12-28
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | soxenc: use ffio_fillPaul B Mahol2012-12-28
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | soxenc: use FFALIGNPaul B Mahol2012-12-28
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | h264: avoid a grayscale related if() in hl_decode_mb()Michael Niedermayer2012-12-28
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | auenc: do not write invalid file sizePaul B Mahol2012-12-28
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | vf_divtc: dont mix av_strdup and freeMichael Niedermayer2012-12-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_detc: dont mix av_strdup & freeMichael Niedermayer2012-12-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_mp: fix 'discards const qualifier from pointer target type'Michael Niedermayer2012-12-28
| | | | | | | | | | | | | | args are not supposed to be changed by filters even if the argument is not marked as const. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavutil/samplefmt: Fix project nameMichael Niedermayer2012-12-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | MAINTAINERS: s/mjpeg.c/mjpeg*.c/Michael Niedermayer2012-12-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/segment: add segment_frames optionStefano Sabatini2012-12-28
| | | | | | | | This is meant to address trac ticket #1483.
* | lavf/segment: add reference_stream optionStefano Sabatini2012-12-28
| |
* | libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer2012-12-28
| | | | | | | | | | | | | | | | | | This avoids dering reading 4 bytes prior the buffer (1 byte can be used) Fixes Ticket2057 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 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>