]> git.sesse.net Git - ffmpeg/log
ffmpeg
12 years agoaasc: support "Autodesk 24 bit RLE compressor" (FourCC: aas4)
Piotr Bandurski [Wed, 16 May 2012 09:51:26 +0000 (11:51 +0200)]
aasc: support "Autodesk 24 bit RLE compressor" (FourCC: aas4)

fixes ticket #1310

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agolavfi/aevalsrc: correct the supported sample format
Stefano Sabatini [Wed, 16 May 2012 14:17:41 +0000 (16:17 +0200)]
lavfi/aevalsrc: correct the supported sample format

The source supports *planar* double, fix regression introduced by me in
4d4098da.

12 years agolavfi/aevalsrc: fix sample rate negotiation, after the last merge
Stefano Sabatini [Wed, 16 May 2012 13:28:43 +0000 (15:28 +0200)]
lavfi/aevalsrc: fix sample rate negotiation, after the last merge

Fix crash.

12 years agoffprobe: remove unused variable i in probe_file()
Stefano Sabatini [Wed, 16 May 2012 11:20:21 +0000 (13:20 +0200)]
ffprobe: remove unused variable i in probe_file()

Fix warning:
ffprobe.c: In function ‘probe_file’:
ffprobe.c:1576:14: warning: unused variable ‘i’ [-Wunused-variable]

12 years agolavfi: drop planar/packed negotiation support
Stefano Sabatini [Sat, 12 May 2012 15:38:47 +0000 (17:38 +0200)]
lavfi: drop planar/packed negotiation support

The planar/packed switch and the packing_formats list is no longer
required, since the planar/packed information is now stored in the sample
format enum.

This is technically a major API break, possibly it should be not too
painful as we marked the audio filtering API as unstable.

12 years agoSupport more Avid Meridien / AVUI samples.
Carl Eugen Hoyos [Wed, 16 May 2012 06:29:56 +0000 (08:29 +0200)]
Support more Avid Meridien / AVUI samples.

Fixes ticket #1288.

12 years agoavfiltergraph: switch to swresample by default
Michael Niedermayer [Wed, 16 May 2012 01:54:37 +0000 (03:54 +0200)]
avfiltergraph: switch to swresample by default

all known bugs in the interface code have been fixed

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agolavfi: fix pts rescaling in the resampler
Michael Niedermayer [Wed, 16 May 2012 01:54:04 +0000 (03:54 +0200)]
lavfi: fix pts rescaling in the resampler

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agolavfi: fix resample with differing formats
Michael Niedermayer [Wed, 16 May 2012 01:53:29 +0000 (03:53 +0200)]
lavfi: fix resample with differing formats

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoAdd AVFMT_SEEK_TO_PTS to nut demuxer flags
Michael Bradshaw [Tue, 15 May 2012 23:32:33 +0000 (17:32 -0600)]
Add AVFMT_SEEK_TO_PTS to nut demuxer flags

Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoMention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs
Michael Bradshaw [Tue, 15 May 2012 23:26:36 +0000 (17:26 -0600)]
Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs

Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agodv_profile: fix decoding of SoftLabDVCPRO codec (PAL mode)
Piotr Bandurski [Tue, 15 May 2012 18:39:08 +0000 (20:39 +0200)]
dv_profile: fix decoding of SoftLabDVCPRO codec (PAL mode)

fixes ticket #1307

Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Wed, 16 May 2012 00:27:31 +0000 (02:27 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master: (26 commits)
  fate: use diff -b in oneline comparison
  Add missing version bumps and APIchanges/Changelog entries.
  lavfi: move buffer management function to a separate file.
  lavfi: move formats-related functions from default.c to formats.c
  lavfi: move video-related functions to a separate file.
  fate: make smjpeg a demux test
  fate: separate sierra-vmd audio and video tests
  fate: separate smacker audio and video tests
  libmp3lame: set supported channel layouts.
  avconv: automatically insert asyncts when -async is used.
  avconv: add support for audio filters.
  lavfi: add asyncts filter.
  lavfi: add aformat filter
  lavfi: add an audio buffer sink.
  lavfi: add an audio buffer source.
  buffersrc: add av_buffersrc_write_frame().
  buffersrc: fix invalid read in uninit if the fifo hasn't been allocated
  lavfi: rename vsrc_buffer.c to buffersrc.c
  avfiltergraph: reindent
  lavfi: add channel layout/sample rate negotiation.
  ...

Conflicts:
Changelog
doc/APIchanges
doc/filters.texi
ffmpeg.c
ffprobe.c
libavcodec/libmp3lame.c
libavfilter/Makefile
libavfilter/af_aformat.c
libavfilter/allfilters.c
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/avfiltergraph.c
libavfilter/buffersrc.c
libavfilter/defaults.c
libavfilter/formats.c
libavfilter/src_buffer.c
libavfilter/version.h
libavfilter/vf_yadif.c
libavfilter/vsrc_buffer.c
libavfilter/vsrc_buffer.h
libavutil/avutil.h
tests/fate/audio.mak
tests/fate/demux.mak
tests/fate/video.mak

Merged-by: Michael Niedermayer <michaelni@gmx.at>
12 years agodoc/filter_design: fix a few other typo.
Clément Bœsch [Tue, 15 May 2012 22:39:07 +0000 (00:39 +0200)]
doc/filter_design: fix a few other typo.

12 years agodoc/filtering_design: fix typo negociation -> negotiation
Stefano Sabatini [Tue, 15 May 2012 22:31:31 +0000 (00:31 +0200)]
doc/filtering_design: fix typo negociation -> negotiation

12 years agoAdd SLDV FourCC for dvvideo.
Piotr Bandurski [Tue, 15 May 2012 18:22:49 +0000 (20:22 +0200)]
Add SLDV FourCC for dvvideo.

12 years agolavfi: switch to _alt functions
Michael Niedermayer [Tue, 15 May 2012 16:55:17 +0000 (18:55 +0200)]
lavfi: switch to _alt functions

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agofifo: add av_fifo_grow()
Michael Niedermayer [Mon, 14 May 2012 17:54:36 +0000 (19:54 +0200)]
fifo: add av_fifo_grow()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agofate: use diff -b in oneline comparison
Mans Rullgard [Tue, 15 May 2012 10:52:28 +0000 (11:52 +0100)]
fate: use diff -b in oneline comparison

This is simpler and should take care of any problems with mixed
line ending styles.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agomtv: make output endian independant
Michael Niedermayer [Tue, 15 May 2012 09:12:51 +0000 (11:12 +0200)]
mtv: make output endian independant

should fix fate-mtv test

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoSupport NTSC forward dvcpro videos (PAL looks incorrect).
Carl Eugen Hoyos [Tue, 15 May 2012 06:09:48 +0000 (08:09 +0200)]
Support NTSC forward dvcpro videos (PAL looks incorrect).

12 years agoRead and write APRG mov atom to allow AVUI streamcopy.
Carl Eugen Hoyos [Tue, 15 May 2012 05:41:23 +0000 (07:41 +0200)]
Read and write APRG mov atom to allow AVUI streamcopy.

12 years agoAdd missing version bumps and APIchanges/Changelog entries.
Anton Khirnov [Mon, 14 May 2012 20:02:14 +0000 (22:02 +0200)]
Add missing version bumps and APIchanges/Changelog entries.

12 years agolavfi: move buffer management function to a separate file.
Anton Khirnov [Thu, 10 May 2012 05:58:11 +0000 (07:58 +0200)]
lavfi: move buffer management function to a separate file.

12 years agolavfi: move formats-related functions from default.c to formats.c
Anton Khirnov [Thu, 10 May 2012 05:41:16 +0000 (07:41 +0200)]
lavfi: move formats-related functions from default.c to formats.c

It's more convenient to have them all in one file.

12 years agolavfi: move video-related functions to a separate file.
Anton Khirnov [Thu, 10 May 2012 05:36:10 +0000 (07:36 +0200)]
lavfi: move video-related functions to a separate file.

This is easier to follow than having them randomly scattered in
avfilter.c and defaults.c.

12 years agoffprobe: add default_writer priv_size.
Michael Niedermayer [Tue, 15 May 2012 01:53:53 +0000 (03:53 +0200)]
ffprobe: add default_writer priv_size.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoassdec: check that the alloc+init of the private data succeeded.
Michael Niedermayer [Tue, 15 May 2012 00:26:19 +0000 (02:26 +0200)]
assdec: check that the alloc+init of the private data succeeded.

Fixes a part of Ticket1208

Found-by: John Villamil and Piotr Bandurski
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoaudio_frame_queue: fix null ptr dereference
Michael Niedermayer [Tue, 15 May 2012 00:15:23 +0000 (02:15 +0200)]
audio_frame_queue: fix null ptr dereference

This happened when a frame was removed before any was added.
Fixes part of Ticket1208

Found-by: John Villamil, Piotr Bandurski and Carl Eugen Hoyos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agofate: make smjpeg a demux test
Mans Rullgard [Fri, 11 May 2012 14:15:35 +0000 (15:15 +0100)]
fate: make smjpeg a demux test

These codecs are covered elsewhere so make this a pure demux test.
Also rename it accordingly.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agoffmpeg: affect computed filtered frame pts after filling frame from buffer
Matthieu Bouron [Mon, 14 May 2012 13:10:23 +0000 (15:10 +0200)]
ffmpeg: affect computed filtered frame pts after filling frame from buffer

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agolavf: add av_guess_frame_sample_aspect_ratio function
Marton Balint [Mon, 7 May 2012 18:27:08 +0000 (20:27 +0200)]
lavf: add av_guess_frame_sample_aspect_ratio function

Guesses the sample aspect ratio of a frame, based on both the stream and the
frame aspect ratio.

Since the frame aspect ratio is set by the codec but the stream aspect ratio
is set by the demuxer, these two may not be equal. This function tries to
return the value that you should use if you would like to display the frame.

Basic logic is to use the stream aspect ratio if it is set to something sane
otherwise use the frame aspect ratio. This way a container setting, which is
usually easy to modify can override the coded value in the frames.

Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agofate: separate sierra-vmd audio and video tests
Mans Rullgard [Fri, 11 May 2012 14:31:36 +0000 (15:31 +0100)]
fate: separate sierra-vmd audio and video tests

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: separate smacker audio and video tests
Mans Rullgard [Fri, 11 May 2012 14:22:55 +0000 (15:22 +0100)]
fate: separate smacker audio and video tests

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agolibmp3lame: set supported channel layouts.
Anton Khirnov [Mon, 7 May 2012 19:40:20 +0000 (21:40 +0200)]
libmp3lame: set supported channel layouts.

12 years agoavconv: automatically insert asyncts when -async is used.
Anton Khirnov [Wed, 9 May 2012 04:39:37 +0000 (06:39 +0200)]
avconv: automatically insert asyncts when -async is used.

Deprecate -async.

12 years agoavconv: add support for audio filters.
Anton Khirnov [Sat, 5 May 2012 16:22:46 +0000 (18:22 +0200)]
avconv: add support for audio filters.

The FATE changes are all off-by-one due to different rounding being used
(lrintf vs av_rescale_q).

12 years agolavfi: add asyncts filter.
Anton Khirnov [Tue, 8 May 2012 14:33:50 +0000 (16:33 +0200)]
lavfi: add asyncts filter.

12 years agolavfi: add aformat filter
Anton Khirnov [Sun, 6 May 2012 07:00:53 +0000 (09:00 +0200)]
lavfi: add aformat filter

Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>

12 years agolavfi: add an audio buffer sink.
Anton Khirnov [Fri, 4 May 2012 17:22:38 +0000 (19:22 +0200)]
lavfi: add an audio buffer sink.

12 years agolavfi: add an audio buffer source.
Anton Khirnov [Fri, 4 May 2012 16:57:04 +0000 (18:57 +0200)]
lavfi: add an audio buffer source.

12 years agobuffersrc: add av_buffersrc_write_frame().
Anton Khirnov [Sat, 31 Dec 2011 15:40:43 +0000 (16:40 +0100)]
buffersrc: add av_buffersrc_write_frame().

It's the same as av_vsrc_buffer_add_frame(), except it doesn't take pts
or pixel_aspect parameters. Those are read from AVFrame.

Deprecate av_vsrc_buffer_add_frame().

12 years agobuffersrc: fix invalid read in uninit if the fifo hasn't been allocated
Anton Khirnov [Sun, 6 May 2012 05:14:01 +0000 (07:14 +0200)]
buffersrc: fix invalid read in uninit if the fifo hasn't been allocated

12 years agolavfi: rename vsrc_buffer.c to buffersrc.c
Anton Khirnov [Fri, 4 May 2012 13:38:56 +0000 (15:38 +0200)]
lavfi: rename vsrc_buffer.c to buffersrc.c

Most of the code will be shared for both audio and video version.

12 years agoavfiltergraph: reindent
Anton Khirnov [Mon, 7 May 2012 18:21:20 +0000 (20:21 +0200)]
avfiltergraph: reindent

12 years agolavfi: add channel layout/sample rate negotiation.
Anton Khirnov [Sun, 6 May 2012 05:00:22 +0000 (07:00 +0200)]
lavfi: add channel layout/sample rate negotiation.

12 years agolavfi: add types and functions for channel layout/samplerate negotiation
Anton Khirnov [Sun, 6 May 2012 04:59:06 +0000 (06:59 +0200)]
lavfi: add types and functions for channel layout/samplerate negotiation

12 years agoyadif: Flush filter on eof.
Robert Nagy [Mon, 14 May 2012 12:25:25 +0000 (14:25 +0200)]
yadif: Flush filter on eof.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years agoyadif: Improve pts accuracy.
Robert Nagy [Sat, 12 May 2012 17:40:41 +0000 (19:40 +0200)]
yadif: Improve pts accuracy.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years agoffmpeg: accept + prefix to -pix_fmt option to disable automatic conversions.
Nicolas George [Fri, 27 Apr 2012 08:55:12 +0000 (10:55 +0200)]
ffmpeg: accept + prefix to -pix_fmt option to disable automatic conversions.

12 years agolavfi: add avfilter_graph_set_auto_convert().
Nicolas George [Fri, 27 Apr 2012 08:42:46 +0000 (10:42 +0200)]
lavfi: add avfilter_graph_set_auto_convert().

12 years agomtv: do not byteswap raw video in demuxer
Mans Rullgard [Mon, 14 May 2012 15:47:59 +0000 (16:47 +0100)]
mtv: do not byteswap raw video in demuxer

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Mon, 14 May 2012 18:12:47 +0000 (20:12 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master: (25 commits)
  vcr1: Add vcr1_ prefixes to all static functions with generic names.
  vcr1: Fix return type of common_init to match the function pointer signature.
  vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.
  motion-test: remove disabled code
  gxfenc: remove disabled half-implemented MJPEG tag
  x86: use more standard construct for setting ASM functions in FFT code
  fate: westwood-aud: disable decoding
  fate: caf: disable decoding
  fate: film-cvid: drop pcm audio and rename test
  fate: d-cinema-demux: drop unnecessary flags
  fate: split off dpcm-interplay from interplay-mve tests
  fate: rename funcom-iss to adpcm-ima-iss
  fate: rename cryo-apc to adpcm-ima-apc
  fate: rename adpcm-psx-str-v3 to adpcm-xa
  fate: split off adpcm-ms-mono test from dxa-feeble
  fate: split off adpcm-ima-ws test from vqa-cc
  fate: add adpcm-ima-smjpeg test
  fate: split off adpcm-ima-amv from amv test
  fate: separate bmv audio and video tests
  fate: separate delphine-cin audio and video tests
  ...

Conflicts:
doc/platform.texi
libavcodec/vcr1.c
tests/fate/audio.mak
tests/fate/demux.mak
tests/fate/video.mak
tests/ref/fate/ea-mad-pcm-planar
tests/ref/fate/interplay-mve-16bit
tests/ref/fate/interplay-mve-8bit
tests/ref/fate/mtv
tests/ref/fate/qtrle-1bit
tests/ref/fate/qtrle-2bit
tests/ref/fate/truemotion1-15
tests/ref/fate/truemotion1-24
tests/ref/fate/vqa-cc

Merged-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoudp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.
Nicolas George [Tue, 8 May 2012 17:36:06 +0000 (19:36 +0200)]
udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.

Some environments, for example Android, pretend to have pthreads
but actually have only a partial implementation.

12 years agoconfigure: check for pthread_cancel.
Nicolas George [Tue, 8 May 2012 17:02:33 +0000 (19:02 +0200)]
configure: check for pthread_cancel.

12 years agoffprobe: replace fast_asprintf() with bprint utils.
Clément Bœsch [Sun, 13 May 2012 09:38:43 +0000 (11:38 +0200)]
ffprobe: replace fast_asprintf() with bprint utils.

Also remove the unused print_fmt_opt() in the process.

12 years agolavu/bprint: add av_bprint_reset().
Clément Bœsch [Sun, 13 May 2012 09:38:19 +0000 (11:38 +0200)]
lavu/bprint: add av_bprint_reset().

12 years agolavfi: document filter design subtleties.
Nicolas George [Wed, 9 May 2012 18:27:00 +0000 (20:27 +0200)]
lavfi: document filter design subtleties.

The details on reference ownership and permissions are missing.

12 years agoavprobe: free options at the end of main()
Janne Grunau [Mon, 14 May 2012 10:39:41 +0000 (12:39 +0200)]
avprobe: free options at the end of main()

12 years agoavprobe: close opened codecs after use
Janne Grunau [Mon, 14 May 2012 10:23:10 +0000 (12:23 +0200)]
avprobe: close opened codecs after use

Fixes "memleak" on closing avprobe to make valgrind happy.

12 years agoupdate_initial_durations: use av_ts2str()
Michael Niedermayer [Mon, 14 May 2012 15:51:05 +0000 (17:51 +0200)]
update_initial_durations: use av_ts2str()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoupdate_initial_durations: add some checks to ensure things match up.
Michael Niedermayer [Mon, 14 May 2012 15:14:44 +0000 (17:14 +0200)]
update_initial_durations: add some checks to ensure things match up.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agovcr1: Add vcr1_ prefixes to all static functions with generic names.
Diego Biurrun [Mon, 14 May 2012 10:36:45 +0000 (12:36 +0200)]
vcr1: Add vcr1_ prefixes to all static functions with generic names.

12 years agovcr1: Fix return type of common_init to match the function pointer signature.
Diego Biurrun [Mon, 14 May 2012 10:33:04 +0000 (12:33 +0200)]
vcr1: Fix return type of common_init to match the function pointer signature.

libavcodec/vcr1.c:182: warning: initialization from incompatible pointer type

12 years agovcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.
Diego Biurrun [Fri, 13 Apr 2012 06:52:08 +0000 (08:52 +0200)]
vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.

12 years agomotion-test: remove disabled code
Diego Biurrun [Sun, 17 Jul 2011 11:30:24 +0000 (13:30 +0200)]
motion-test: remove disabled code

12 years agogxfenc: remove disabled half-implemented MJPEG tag
Diego Biurrun [Fri, 29 Jul 2011 10:02:20 +0000 (12:02 +0200)]
gxfenc: remove disabled half-implemented MJPEG tag

12 years agox86: use more standard construct for setting ASM functions in FFT code
Vitor Sessak [Sat, 12 May 2012 06:59:00 +0000 (08:59 +0200)]
x86: use more standard construct for setting ASM functions in FFT code

Signed-off-by: Diego Biurrun <diego@biurrun.de>
12 years agoffmpeg: revert 492cc1
Michael Niedermayer [Mon, 14 May 2012 13:15:11 +0000 (15:15 +0200)]
ffmpeg: revert 492cc1

This restores correct block_align values in case of stream copy.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoogg: rewrite first timestamp reading code.
Michael Niedermayer [Mon, 14 May 2012 12:07:09 +0000 (14:07 +0200)]
ogg: rewrite first timestamp reading code.

this is simpler and closer to how timestamps are found for seeking.

Fixes Ticket1186

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoogg: in ogg_get_length() start from data_offset not 0.
Michael Niedermayer [Mon, 14 May 2012 12:03:07 +0000 (14:03 +0200)]
ogg: in ogg_get_length() start from data_offset not 0.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agofate: westwood-aud: disable decoding
Mans Rullgard [Sat, 12 May 2012 12:17:38 +0000 (13:17 +0100)]
fate: westwood-aud: disable decoding

The codec (adpcm-ima-ws) is tested elsewhere.  Using framecrc output
provides more information than a single md5 if something goes wrong.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: caf: disable decoding
Mans Rullgard [Sat, 12 May 2012 11:39:59 +0000 (12:39 +0100)]
fate: caf: disable decoding

This is intended as a demuxer test and the file contains pcm_s16be
audio which is tested elsewhere.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: film-cvid: drop pcm audio and rename test
Mans Rullgard [Fri, 11 May 2012 19:59:58 +0000 (20:59 +0100)]
fate: film-cvid: drop pcm audio and rename test

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: d-cinema-demux: drop unnecessary flags
Mans Rullgard [Fri, 11 May 2012 17:30:44 +0000 (18:30 +0100)]
fate: d-cinema-demux: drop unnecessary flags

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: split off dpcm-interplay from interplay-mve tests
Mans Rullgard [Fri, 11 May 2012 15:48:17 +0000 (16:48 +0100)]
fate: split off dpcm-interplay from interplay-mve tests

These two files use the same audio codec so only one test for
this is needed.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: rename funcom-iss to adpcm-ima-iss
Mans Rullgard [Fri, 11 May 2012 16:43:54 +0000 (17:43 +0100)]
fate: rename funcom-iss to adpcm-ima-iss

This matches the name of the codec.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: rename cryo-apc to adpcm-ima-apc
Mans Rullgard [Fri, 11 May 2012 16:38:41 +0000 (17:38 +0100)]
fate: rename cryo-apc to adpcm-ima-apc

This matches the name of the tested codec.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: rename adpcm-psx-str-v3 to adpcm-xa
Mans Rullgard [Fri, 11 May 2012 15:25:34 +0000 (16:25 +0100)]
fate: rename adpcm-psx-str-v3 to adpcm-xa

This matches the name of the codec tested.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: split off adpcm-ms-mono test from dxa-feeble
Mans Rullgard [Fri, 11 May 2012 16:08:29 +0000 (17:08 +0100)]
fate: split off adpcm-ms-mono test from dxa-feeble

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: split off adpcm-ima-ws test from vqa-cc
Mans Rullgard [Fri, 11 May 2012 14:36:57 +0000 (15:36 +0100)]
fate: split off adpcm-ima-ws test from vqa-cc

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: add adpcm-ima-smjpeg test
Mans Rullgard [Fri, 11 May 2012 14:16:43 +0000 (15:16 +0100)]
fate: add adpcm-ima-smjpeg test

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: split off adpcm-ima-amv from amv test
Mans Rullgard [Fri, 11 May 2012 12:33:35 +0000 (13:33 +0100)]
fate: split off adpcm-ima-amv from amv test

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: separate bmv audio and video tests
Mans Rullgard [Fri, 11 May 2012 13:58:31 +0000 (14:58 +0100)]
fate: separate bmv audio and video tests

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: separate delphine-cin audio and video tests
Mans Rullgard [Fri, 11 May 2012 03:11:43 +0000 (04:11 +0100)]
fate: separate delphine-cin audio and video tests

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: truemotion1: disable audio
Mans Rullgard [Fri, 11 May 2012 16:16:58 +0000 (17:16 +0100)]
fate: truemotion1: disable audio

These tests include adpcm-ima-dk3 audio which is tested elsewhere.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: qtrle: disable audio in all tests
Mans Rullgard [Fri, 11 May 2012 15:30:00 +0000 (16:30 +0100)]
fate: qtrle: disable audio in all tests

These files contain mace6 audio which is tested elsewhere.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: pcm-planar: disable video
Mans Rullgard [Fri, 11 May 2012 12:49:13 +0000 (13:49 +0100)]
fate: pcm-planar: disable video

This file has eamad video which is tested elsewhere.
Also rename the test to reflect this change.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agofate: mtv: disable video decoding
Mans Rullgard [Fri, 11 May 2012 14:47:37 +0000 (15:47 +0100)]
fate: mtv: disable video decoding

This test contains raw rgb565le video.  Converting to rgb24 serves
no useful purpose here.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agodoc: misc improvements for the Windows section
Diego Biurrun [Thu, 10 May 2012 12:18:10 +0000 (14:18 +0200)]
doc: misc improvements for the Windows section

Fix some orthography, wording and grammar issues; update the SDL section
with more current instructions; simplify lib.exe example command line;
drop outdated comments about libnut.

12 years agodoc/ffprobe: fix rendering of the timecode chapter in the man page
Stefano Sabatini [Sat, 12 May 2012 20:42:06 +0000 (22:42 +0200)]
doc/ffprobe: fix rendering of the timecode chapter in the man page

12 years agoffprobe: add "nokey" option to default writer
Stefano Sabatini [Wed, 9 May 2012 23:28:07 +0000 (01:28 +0200)]
ffprobe: add "nokey" option to default writer

Help simplifying parsing in certain cases.

12 years agoffprobe: add "noprint_wrappers" option to default writer
Stefano Sabatini [Tue, 8 May 2012 23:20:21 +0000 (01:20 +0200)]
ffprobe: add "noprint_wrappers" option to default writer

The option is useful for simplifying parsing.

Also use the new option in fate, in order to fix the regression
introduced by the previous commit.

12 years agoffprobe: simplify/fix logic for the -show_format_entry option
Stefano Sabatini [Tue, 8 May 2012 22:43:58 +0000 (00:43 +0200)]
ffprobe: simplify/fix logic for the -show_format_entry option

Do not skip chapter header/footer printing, which breaks the parsing for
most writers.

12 years agoffprobe: remove unused print_format_entry() function
Stefano Sabatini [Tue, 8 May 2012 23:28:58 +0000 (01:28 +0200)]
ffprobe: remove unused print_format_entry() function

The function was introduced in 653d117c, but is not required.

12 years agompegvideo_enc: Fix chroma edge size
Michael Niedermayer [Mon, 14 May 2012 09:26:44 +0000 (11:26 +0200)]
mpegvideo_enc: Fix chroma edge size

Fixes ticket1303

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agompegts: fix handling of files smaller than 8kb
Michael Niedermayer [Mon, 14 May 2012 00:38:13 +0000 (02:38 +0200)]
mpegts: fix handling of files smaller than 8kb

Fixes Ticket1094

Analyzed-by: mjs973
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Sun, 13 May 2012 23:50:55 +0000 (01:50 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  doc: fix link to fate.libav.org

Conflicts:
doc/fate.texi

Merged-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoflac_parser: speedup fifo realloc
Michael Niedermayer [Sun, 13 May 2012 23:36:40 +0000 (01:36 +0200)]
flac_parser: speedup fifo realloc

Fixes Ticket1121

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agolavf/utils: make use of av_ts2str() to print timestamps.
Clément Bœsch [Sun, 13 May 2012 20:22:35 +0000 (22:22 +0200)]
lavf/utils: make use of av_ts2str() to print timestamps.