summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Do not free BITMAPINFOHEADER before we are done using it.Reimar Döffinger2011-09-01
| | | | | | | Fixes trac ticket #396. Completely untested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* MJPEG: emulate EOI also on two consecutive SOI.Reimar Döffinger2011-09-01
| | | | | | Fixes issue #362. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Reset cur_scan at more appropriate places.Reimar Döffinger2011-09-01
| | | | | | | | Reset it when we actually process an EOI, not when we actually decide to ignore it for bug-workarounds, and reset it on SOF to make it more reliable in case of missing EOI. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* ffprobe: directly use va args in print fmt callbacks.Clément Bœsch2011-09-01
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-01
|\ | | | | | | | | | | | | | | | | | | * qatar/master: avconv: fix some bugs introduced in 630902a1e1336e7ee0cf3dcbcb6eb07af8edf660 libmp3lame: fix typo AVOptions: drop av_ prefix from static av_get_number(). libx264: use X264_THREADS_AUTO constant instead of 0. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: fix some bugs introduced in 630902a1e1336e7ee0cf3dcbcb6eb07af8edf660Michael Niedermayer2011-09-01
| | | | | | | | | | | | | | | | | | These caused scrambled error messages to be printed and floating point exceptions. For example when there was no decoder available for a stream. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * libmp3lame: fix typoAnton Khirnov2011-09-01
| | | | | | | | | | | | FF_API_LAME_GLOBAL_OPTIONS => FF_API_LAME_GLOBAL_OPTS Thanks to Clément Bœsch for spotting.
| * AVOptions: drop av_ prefix from static av_get_number().Anton Khirnov2011-09-01
| |
| * libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov2011-09-01
| |
* | resample: fix typo (ouput → output).Clément Bœsch2011-09-01
| |
* | Makefile: remove unused PROGS_G.Clément Bœsch2011-09-01
| |
* | build: introduce --progs-suffix option.Clément Bœsch2011-09-01
| |
* | wav: init st to NULL to avoid a false-positive warning.Clément Bœsch2011-09-01
| | | | | | | | | | | | If st is NULL, it means no 'fmt ' tag is found, but 'data' tag (which needs a previous 'fmt ' tag to be parsed correctly and st initialized) check will make sure st is never dereferenced in that case.
* | cmdutils: fix uninitialized variable (type) warning.Clément Bœsch2011-09-01
| |
* | sws: fix a huge amount of incompatible pointer type arguments warnings.Clément Bœsch2011-09-01
| |
* | ffmpeg: fix two unused variables warnings.Clément Bœsch2011-09-01
| |
* | resample: fix set but unused variable (lfe) warning.Clément Bœsch2011-09-01
| |
* | imgconvert: avoid mixed declarations and code.Clément Bœsch2011-09-01
| |
* | Fix compilation with --disable-avfilter.Carl Eugen Hoyos2011-09-01
| | | | | | | | Fixes ticket #425.
* | jpegdec: set color_rangeGavin Kinsey2011-09-01
| |
* | ffmpeg: Fix typos introduced in:Michael Niedermayer2011-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 630902a1e1336e7ee0cf3dcbcb6eb07af8edf660 Author: Anton Khirnov <anton@khirnov.net> Date: Wed Jul 6 08:49:07 2011 +0200 avconv: factor out initializing input streams. These caused scrambled error messages to be printed and floating point exceptions. For example when there was no decoder available for a stream Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vc1: loose one line difference to qatar.Michael Niedermayer2011-09-01
| | | | | | | | | | | | This should make no functional difference. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpeg4: fix typo in mpeg4_encode_gop_header()Michael Niedermayer2011-09-01
| | | | | | | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | APIchanges: remove "deprecate url_feof"Michael Niedermayer2011-09-01
| | | | | | | | | | | | url_feof() is usefull when a file is appended to Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (31 commits) libx264: set default thread count to 0 (auto) lavc: cosmetics, group deprecated codec flags mpeg12: add 'scan_offset' private option. h263/p encoder: add 'structured_slices' private option. h263/p encoder: add 'obmc' private option. h263p encoder: add 'aiv' private option. h263p encoder: add 'umv' private option. mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. mjpegdec: add 'extern_huff' private option. mpeg4enc: add 'data_partitioning' private option. snow: add 'memc_only' private option. libx264: add 'mbtree' private option. libx264: add 'psy' private option. libmp3lame: add 'reservoir' private option. mpeg2enc: add 'non_linear_quant' private option mpeg12enc: add drop_frame_timecode private option. mpeg12enc: add intra_vlc private option. VC1: Support dynamic dimension changes mjpeg: treat external huffman table setup failure as codec init failure if external huffman table use requested lavc: deprecate CODEC_FLAG2_BRDO ... Conflicts: avconv.c libavcodec/libmp3lame.c libavcodec/libx264.c libavcodec/mjpegdec.c libavcodec/mpeg12enc.c libavcodec/mpegvideo.h libavcodec/vc1.c libavcodec/vc1dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libx264: set default thread count to 0 (auto)Anton Khirnov2011-08-31
| |
| * lavc: cosmetics, group deprecated codec flagsAnton Khirnov2011-08-31
| |
| * mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG_SVCD_SCAN_OFFSET
| * h263/p encoder: add 'structured_slices' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG_H263P_SLICE_STRUCT
| * h263/p encoder: add 'obmc' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG_OBMC
| * h263p encoder: add 'aiv' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG_H263P_AIV
| * h263p encoder: add 'umv' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG_H263P_UMV
| * mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG_ALT_SCAN
| * mjpegdec: add 'extern_huff' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG_EXTERN_HUFF
| * mpeg4enc: add 'data_partitioning' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG_PART
| * snow: add 'memc_only' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_MEMC_ONLY
| * libx264: add 'mbtree' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_MBTREE
| * libx264: add 'psy' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_PSY
| * libmp3lame: add 'reservoir' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_BIT_RESERVOIR
| * mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_NON_LINEAR_QUANT
| * mpeg12enc: add drop_frame_timecode private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_DROP_FRAME_TIMECODE
| * mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_INTRA_VLC.
| * VC1: Support dynamic dimension changesAlberto Delmás2011-08-31
| | | | | | | | | | | | | | | | Fixes SA00072, SA00073, SA10150, SA10151, Issue2076 Improves SA10153 Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * mjpeg: treat external huffman table setup failure as codec init failure if ↵Dustin Brody2011-08-31
| | | | | | | | | | | | external huffman table use requested Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavc: deprecate CODEC_FLAG2_BRDOAnton Khirnov2011-08-31
| | | | | | | | It's been unused for the last 3 years.
| * libx264: add 'aud' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_AUD.
| * libx264: add 'fast-pskip' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_FASTPSKIP.
| * libx264: add '8x8dct' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_8X8DCT.
| * libx264: add 'mixed-refs' private option.Anton Khirnov2011-08-31
| | | | | | | | Deprecate CODEC_FLAG2_MIXED_REFS.