]> git.sesse.net Git - ffmpeg/log
ffmpeg
11 years agolavfi/volume: use designated initializers for the sample_fmts declaration.
Clément Bœsch [Fri, 29 Mar 2013 11:34:15 +0000 (12:34 +0100)]
lavfi/volume: use designated initializers for the sample_fmts declaration.

11 years agolavfi/volume: use copy props helper instead of incomplete manual code.
Clément Bœsch [Fri, 29 Mar 2013 11:11:24 +0000 (12:11 +0100)]
lavfi/volume: use copy props helper instead of incomplete manual code.

11 years agofate/filter: use aperms to test volume filter.
Clément Bœsch [Fri, 29 Mar 2013 11:10:08 +0000 (12:10 +0100)]
fate/filter: use aperms to test volume filter.

11 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Sun, 31 Mar 2013 09:31:19 +0000 (11:31 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  doc/platform: Remove part about dllimport
  vp8: Fix pthread_cond and pthread_mutex leaks

Conflicts:
doc/platform.texi

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agodecimate: check for avctx ptr before closing.
Clément Bœsch [Sun, 31 Mar 2013 08:00:32 +0000 (10:00 +0200)]
decimate: check for avctx ptr before closing.

Fixes a crash init failed before setting avctx.

11 years agoUse PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24.
Stephen Hutchinson [Sat, 30 Mar 2013 21:34:45 +0000 (17:34 -0400)]
Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24.

Partial fix for ticket #2412 in that using PIX_FMT_BGR24 fixes the
swapped channels issue when using scripts serving RGB24.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoh264_refs: check for multiple mismatching long term ref assignments
Michael Niedermayer [Sat, 30 Mar 2013 23:18:23 +0000 (00:18 +0100)]
h264_refs: check for multiple mismatching long term ref assignments

Fixes failure of the assert added a few hours ago.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge remote-tracking branch 'cus/stable'
Michael Niedermayer [Sat, 30 Mar 2013 21:24:55 +0000 (22:24 +0100)]
Merge remote-tracking branch 'cus/stable'

* cus/stable:
  ffplay: always queue attachment pictures after flushing the video packet queue
  ffplay: fix early frame dropped pts serial

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoh264_direct: assert the validity of the spatial ref
Michael Niedermayer [Sat, 30 Mar 2013 19:57:40 +0000 (20:57 +0100)]
h264_direct: assert the validity of the spatial ref

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoh264: move last_slice_type reset into decode_slice_header
Michael Niedermayer [Sat, 30 Mar 2013 19:51:07 +0000 (20:51 +0100)]
h264: move last_slice_type reset into decode_slice_header

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoh264: move the default_ref_list_done check down after its inputs have been written
Michael Niedermayer [Sat, 30 Mar 2013 18:10:04 +0000 (19:10 +0100)]
h264: move the default_ref_list_done check down after its inputs have been written

Fixes out of array read

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoh264_refs: assert that the references are not deallocated
Michael Niedermayer [Sat, 30 Mar 2013 17:39:09 +0000 (18:39 +0100)]
h264_refs: assert that the references are not deallocated

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoh264_refs: assert that long ref fields have not been inserted multiple times
Michael Niedermayer [Sat, 30 Mar 2013 16:21:42 +0000 (17:21 +0100)]
h264_refs: assert that long ref fields have not been inserted multiple times

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavutil: add av_buffer_get_ref_count()
Michael Niedermayer [Sat, 30 Mar 2013 18:13:26 +0000 (19:13 +0100)]
avutil: add av_buffer_get_ref_count()

This function is quite usefull for debuging

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoh264: Move slice_table clean out of frame_start
Michael Niedermayer [Sat, 30 Mar 2013 15:04:07 +0000 (16:04 +0100)]
h264: Move slice_table clean out of frame_start

Fixes inconsistency ultimately leading to an out of array read

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agodoc/platform: Remove part about dllimport
Derek Buitenhuis [Sat, 30 Mar 2013 17:52:02 +0000 (13:52 -0400)]
doc/platform: Remove part about dllimport

Only deprecated things need this at all anymore, as we have functions
to access them or they are no longer needed.

The document should not encourage use of deprecated APIs.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
11 years agoffplay: always queue attachment pictures after flushing the video packet queue
Marton Balint [Thu, 28 Mar 2013 00:58:14 +0000 (01:58 +0100)]
ffplay: always queue attachment pictures after flushing the video packet queue

Requeue them after seeking and also after opening a video stream. Also don't
fill the video queue in case of an attached picture video stream since there
will be no more than one packet from that stream.

Signed-off-by: Marton Balint <cus@passwd.hu>
11 years agoffplay: fix early frame dropped pts serial
Marton Balint [Sun, 24 Mar 2013 03:14:59 +0000 (04:14 +0100)]
ffplay: fix early frame dropped pts serial

Fixes early frame drop which was kind of broken since
26c208cf0ff59efd7786528884a64d35fc42e9bf.

Signed-off-by: Marton Balint <cus@passwd.hu>
11 years agovp8: Fix pthread_cond and pthread_mutex leaks
Matt Wolenetz [Thu, 28 Mar 2013 00:29:57 +0000 (17:29 -0700)]
vp8: Fix pthread_cond and pthread_mutex leaks

CC: libav-stable@libav.org
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
11 years agoWrite broken aac frames to mov files instead of skipping them.
Carl Eugen Hoyos [Sat, 30 Mar 2013 07:41:46 +0000 (08:41 +0100)]
Write broken aac frames to mov files instead of skipping them.

Fixes decoding with picky media players.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge remote-tracking branch 'cehoyos/master'
Michael Niedermayer [Sat, 30 Mar 2013 12:41:39 +0000 (13:41 +0100)]
Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Fix compilation with --enable-decoder=webp --disable-decoder=vp8
  Do not show "Estimating duration from bitrate" warning if no duration was estimated.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoffplay: use av_guess_frame_rate()
Michael Niedermayer [Fri, 29 Mar 2013 17:34:19 +0000 (18:34 +0100)]
ffplay: use av_guess_frame_rate()

Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agofate: Print correct error message for reference generation too
Michael Niedermayer [Sat, 30 Mar 2013 10:41:58 +0000 (11:41 +0100)]
fate: Print correct error message for reference generation too

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Sat, 30 Mar 2013 10:21:15 +0000 (11:21 +0100)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  fate: add an option to generate the references

Conflicts:
doc/fate.texi
tests/fate-run.sh

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoFix compilation with --enable-decoder=webp --disable-decoder=vp8
Carl Eugen Hoyos [Sat, 30 Mar 2013 07:25:44 +0000 (08:25 +0100)]
Fix compilation with --enable-decoder=webp --disable-decoder=vp8

11 years agoDo not show "Estimating duration from bitrate" warning if no duration was estimated.
Carl Eugen Hoyos [Sat, 30 Mar 2013 07:24:51 +0000 (08:24 +0100)]
Do not show "Estimating duration from bitrate" warning if no duration was estimated.

11 years agolavc: remove empty function
Paul B Mahol [Sat, 30 Mar 2013 03:02:41 +0000 (03:02 +0000)]
lavc: remove empty function

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agodoc/texi2pod.pl: skip printing chapter names if they are disabled
Stefano Sabatini [Tue, 19 Mar 2013 19:34:42 +0000 (20:34 +0100)]
doc/texi2pod.pl: skip printing chapter names if they are disabled

11 years agolavc/libtheoraenc: clarify comment about global_quality to quality conversion
Stefano Sabatini [Tue, 19 Mar 2013 12:19:12 +0000 (13:19 +0100)]
lavc/libtheoraenc: clarify comment about global_quality to quality conversion

11 years agoFix pthread_cond and pthread_mutex leaks in vp8
Matt Wolenetz [Thu, 28 Mar 2013 00:29:57 +0000 (17:29 -0700)]
Fix pthread_cond and pthread_mutex leaks in vp8

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agopaf_video: make code independent of sizeof(AVFrame)
Paul B Mahol [Fri, 29 Mar 2013 20:14:13 +0000 (20:14 +0000)]
paf_video: make code independent of sizeof(AVFrame)

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agoaacps: correct opdipd code to match spec
Michael Niedermayer [Fri, 29 Mar 2013 19:58:42 +0000 (20:58 +0100)]
aacps: correct opdipd code to match spec

This fixes out of array reads

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agovmdav: use more unchecked bytestream2 variants where it makes sense
Paul B Mahol [Fri, 29 Mar 2013 19:48:45 +0000 (19:48 +0000)]
vmdav: use more unchecked bytestream2 variants where it makes sense

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agonoise_bsf: check if allocation failed
Paul B Mahol [Fri, 29 Mar 2013 19:00:16 +0000 (19:00 +0000)]
noise_bsf: check if allocation failed

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agolavc: fix typo
Paul B Mahol [Fri, 29 Mar 2013 18:59:56 +0000 (18:59 +0000)]
lavc: fix typo

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agovda_h264_dec: fit the new API
Xidorn Quan [Fri, 29 Mar 2013 15:15:20 +0000 (23:15 +0800)]
vda_h264_dec: fit the new API

It fixes a memory leak in this decoder caused by the API change.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoffmpeg/avformat: factor av_guess_frame_rate() out
Michael Niedermayer [Wed, 27 Mar 2013 21:08:53 +0000 (22:08 +0100)]
ffmpeg/avformat: factor av_guess_frame_rate() out

This will be used in ffplay

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavutil/buffer: add get_opaque
Xidorn Quan [Fri, 29 Mar 2013 15:15:19 +0000 (23:15 +0800)]
avutil/buffer: add get_opaque

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agofate: add an option to generate the references
Luca Barbato [Mon, 18 Mar 2013 22:45:58 +0000 (23:45 +0100)]
fate: add an option to generate the references

Useful to add or update fate tests.

11 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Fri, 29 Mar 2013 10:01:43 +0000 (11:01 +0100)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  flvdec: read audio sample size and channels metadata

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'c3d015775388882b8a122afc337ea35108f652be'
Michael Niedermayer [Fri, 29 Mar 2013 09:46:39 +0000 (10:46 +0100)]
Merge commit 'c3d015775388882b8a122afc337ea35108f652be'

* commit 'c3d015775388882b8a122afc337ea35108f652be':
  flvdec: use the correct audio codec id when parsing metadata

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoid3v2: allocate large enough buffer
Michael Niedermayer [Fri, 29 Mar 2013 04:00:52 +0000 (05:00 +0100)]
id3v2: allocate large enough buffer

Fixes array overread

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agomjpegdec: check buffer before using it
Michael Niedermayer [Fri, 29 Mar 2013 03:36:49 +0000 (04:36 +0100)]
mjpegdec: check buffer before using it

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoyop: Do not keep a copy of parts of the returned packet
Michael Niedermayer [Thu, 28 Mar 2013 22:59:41 +0000 (23:59 +0100)]
yop: Do not keep a copy of parts of the returned packet

Fixes double free
Regression since the new buffer references, thus no FFmpeg
releases should be affected

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agompegvideo: Make the table reallocation more robust.
Michael Niedermayer [Thu, 28 Mar 2013 22:46:13 +0000 (23:46 +0100)]
mpegvideo: Make the table reallocation more robust.

This fixes out of array writes after resolution changes
No FFmpeg releases are known to be affected by this

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoLICENSE: add libutvideo in the GPL libraries list.
Clément Bœsch [Fri, 29 Mar 2013 01:08:16 +0000 (02:08 +0100)]
LICENSE: add libutvideo in the GPL libraries list.

11 years agogmc: Always use edge emu
Michael Niedermayer [Thu, 28 Mar 2013 21:23:27 +0000 (22:23 +0100)]
gmc: Always use edge emu

The gmc functions access more pixels than there is allocated memory.
Fixes out of array reads

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agowmv2: drop non emu edge mode
Michael Niedermayer [Thu, 28 Mar 2013 20:56:02 +0000 (21:56 +0100)]
wmv2: drop non emu edge mode

slightly (~ 0.5%) faster, tested with time ./ffmpeg

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agowmv2: Use emu edge mode when the edge is too small
Michael Niedermayer [Thu, 28 Mar 2013 20:49:45 +0000 (21:49 +0100)]
wmv2: Use emu edge mode when the edge is too small

Fixes out of array read

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoh264_refs: Check for attempts to assign pictures to short & long.
Michael Niedermayer [Thu, 28 Mar 2013 20:09:01 +0000 (21:09 +0100)]
h264_refs: Check for attempts to assign pictures to short & long.

Fixes null pointer dereference

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agofate/filter: make overlay test bitexact.
Clément Bœsch [Thu, 28 Mar 2013 16:55:02 +0000 (17:55 +0100)]
fate/filter: make overlay test bitexact.

11 years agofate/filter: move gradfun filtergraph to a dedicated script.
Clément Bœsch [Thu, 28 Mar 2013 16:35:43 +0000 (17:35 +0100)]
fate/filter: move gradfun filtergraph to a dedicated script.

11 years agofate/filter: move concat filtergraph to a dedicated script.
Clément Bœsch [Thu, 28 Mar 2013 16:30:46 +0000 (17:30 +0100)]
fate/filter: move concat filtergraph to a dedicated script.

11 years agofate/filter: move some CMD below deps for consistency.
Clément Bœsch [Thu, 28 Mar 2013 16:26:30 +0000 (17:26 +0100)]
fate/filter: move some CMD below deps for consistency.

11 years agofate/filter: remove pointless indirections for gradfun and hqdn3d.
Clément Bœsch [Thu, 28 Mar 2013 16:25:59 +0000 (17:25 +0100)]
fate/filter: remove pointless indirections for gradfun and hqdn3d.

11 years agofate/filter: rename 'ubitux' rules to 'sample'.
Clément Bœsch [Thu, 28 Mar 2013 16:23:18 +0000 (17:23 +0100)]
fate/filter: rename 'ubitux' rules to 'sample'.

11 years agofate/filter: stick delogo test with its deps (cosmetics).
Clément Bœsch [Thu, 28 Mar 2013 16:20:18 +0000 (17:20 +0100)]
fate/filter: stick delogo test with its deps (cosmetics).

11 years agoavidec: Fix demuxing of non seekable avis with multiple RIFFs
Michael Niedermayer [Thu, 28 Mar 2013 16:22:35 +0000 (17:22 +0100)]
avidec: Fix demuxing of non seekable avis with multiple RIFFs

This solution uses the size of the first RIFF if its valid
to check frame size validity when the filesize could not be determined.
Feedback is welcome, other ideas and improvments as well!

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavd/v4l2: fix printing of list_formats table
Giorgio Vazzana [Thu, 28 Mar 2013 13:05:53 +0000 (14:05 +0100)]
lavd/v4l2: fix printing of list_formats table

In particular we needed a '\n' at the end of the line when the format is emulated.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavd/v4l2: replace ioctl() with v4l2_ioctl()
Giorgio Vazzana [Thu, 28 Mar 2013 12:03:02 +0000 (13:03 +0100)]
lavd/v4l2: replace ioctl() with v4l2_ioctl()

This is consistent with the rest of the file and makes listing of
emulated formats possible when ffmpeg is compiled with libv4l2.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agofate: Disable af_join test, as its output is not deterministic currently
Michael Niedermayer [Thu, 28 Mar 2013 14:29:21 +0000 (15:29 +0100)]
fate: Disable af_join test, as its output is not deterministic currently

The reason for the failure is unknown, this needs to be debuged and fixed

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoaf_join: fix channel count and format
Michael Niedermayer [Thu, 28 Mar 2013 14:12:47 +0000 (15:12 +0100)]
af_join: fix channel count and format

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Thu, 28 Mar 2013 14:02:49 +0000 (15:02 +0100)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  vmdav: convert to bytestream2
  FATE: add a test for the join filter
  FATE: add a test for the volume filter

Conflicts:
libavcodec/vmdav.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoaf_channelsplit: set output channels, fix assertion failure
Michael Niedermayer [Thu, 28 Mar 2013 13:22:05 +0000 (14:22 +0100)]
af_channelsplit: set output channels, fix assertion failure

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '43a8333a16c796b3d855fb3aaa742103cb62731f'
Michael Niedermayer [Thu, 28 Mar 2013 13:10:20 +0000 (14:10 +0100)]
Merge commit '43a8333a16c796b3d855fb3aaa742103cb62731f'

* commit '43a8333a16c796b3d855fb3aaa742103cb62731f':
  FATE: add a test for the channelsplit filter
  FATE: add a test for the channelmap filter
  FATE: add a test for the negate filter
  FATE: add a test for the overlay filter

Conflicts:
tests/fate/filter.mak

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'ea290d919a52f0f8c7e30d69328bb011ed13f61a'
Michael Niedermayer [Thu, 28 Mar 2013 13:00:15 +0000 (14:00 +0100)]
Merge commit 'ea290d919a52f0f8c7e30d69328bb011ed13f61a'

* commit 'ea290d919a52f0f8c7e30d69328bb011ed13f61a':
  FATE: add a test for the setpts filter
  FATE: add a test for the hqdn3d filter
  FATE: add a test for the transpose filter
  FATE: add a test for the unsharp filter

Conflicts:
tests/ref/fate/filter-hqdn3d

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '1a6d4bd7b60761bd7d955011ce7df4dd6b87b497'
Michael Niedermayer [Thu, 28 Mar 2013 12:23:12 +0000 (13:23 +0100)]
Merge commit '1a6d4bd7b60761bd7d955011ce7df4dd6b87b497'

* commit '1a6d4bd7b60761bd7d955011ce7df4dd6b87b497':
  FATE: add a test for the fade filter
  FATE: add a test for the drawbox filter
  FATE: add a test for the boxblur filter
  FATE: add a test for the gradfun filter

Conflicts:
tests/fate/filter.mak
tests/ref/fate/filter-gradfun

our gradfun test is renamed to gradfun-ubitux as its name conflicts and
it was requested to be kept. Feel free to rename, change, finetune ...

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'
Michael Niedermayer [Thu, 28 Mar 2013 12:00:39 +0000 (13:00 +0100)]
Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'

* commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c':
  lavfi/gradfun: remove rounding to match C and SSE code.
  lavfi/gradfun: fix dithering in MMX code.
  lavfi/gradfun: fix rounding in MMX code.
  lavfi/gradfun: do not increment DC pointer for odd values.
  fate: filter: Add dependencies
  avconv: add options for reading filtergraphs from a file.

Conflicts:
Changelog
doc/ffmpeg.texi
doc/filters.texi
ffmpeg.h
ffmpeg_opt.c
libavfilter/vf_gradfun.c
tests/fate/filter.mak

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/biquads: fix min allowed option value
Paul B Mahol [Thu, 28 Mar 2013 11:52:11 +0000 (11:52 +0000)]
lavfi/biquads: fix min allowed option value

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agoMerge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'
Michael Niedermayer [Thu, 28 Mar 2013 11:26:36 +0000 (12:26 +0100)]
Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'

* commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107':
  AVOptions: make av_set_options_string() forward options to child objects
  win32: Use 64-bit fstat/lseek variants for MSVC as well
  win32: Make ff_win32_open more robust

Conflicts:
libavformat/os_support.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'e9cc98839574c7e8d546e890ebbf57d1766e5d8a'
Michael Niedermayer [Thu, 28 Mar 2013 11:20:41 +0000 (12:20 +0100)]
Merge commit 'e9cc98839574c7e8d546e890ebbf57d1766e5d8a'

* commit 'e9cc98839574c7e8d546e890ebbf57d1766e5d8a':
  win32: Allow other programs to open the same files
  configure: Add error_resilience as dependency to the eatqi decoder

Conflicts:
configure
libavformat/os_support.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975'
Michael Niedermayer [Thu, 28 Mar 2013 11:12:31 +0000 (12:12 +0100)]
Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975'

* commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975':
  ape: use correct context for the bit table printed in debug
  build: Move setting of SRC_DIR to the only place it is used

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3'
Michael Niedermayer [Thu, 28 Mar 2013 11:04:53 +0000 (12:04 +0100)]
Merge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3'

* commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3':
  build: Remove configure-generated .config file on distclean
  msmpeg4: Split decoding related functions to a separate file

Conflicts:
Makefile
libavcodec/Makefile
libavcodec/msmpeg4.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'e557584aa7df6ac9f52af7ee7e5c963437da2e2f'
Michael Niedermayer [Thu, 28 Mar 2013 10:56:05 +0000 (11:56 +0100)]
Merge commit 'e557584aa7df6ac9f52af7ee7e5c963437da2e2f'

* commit 'e557584aa7df6ac9f52af7ee7e5c963437da2e2f':
  mpeg12: Move Mpeg1Context declaration to the only place it is used

Conflicts:
libavcodec/mpeg12.h
libavcodec/mpeg12dec.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '1b6d66745ac1768adb387c2227cdcf4452271149'
Michael Niedermayer [Thu, 28 Mar 2013 10:45:04 +0000 (11:45 +0100)]
Merge commit '1b6d66745ac1768adb387c2227cdcf4452271149'

* commit '1b6d66745ac1768adb387c2227cdcf4452271149':
  Split MPEG-1/2 decoder code off from MPEG-1/2 common code

Conflicts:
libavcodec/Makefile
libavcodec/mpeg12.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'eee2000b41234ae9465c314e18bfec1700181f32'
Michael Niedermayer [Thu, 28 Mar 2013 10:30:21 +0000 (11:30 +0100)]
Merge commit 'eee2000b41234ae9465c314e18bfec1700181f32'

* commit 'eee2000b41234ae9465c314e18bfec1700181f32':
  mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoflvdec: read audio sample size and channels metadata
Justin Ruggles [Thu, 21 Mar 2013 12:23:51 +0000 (08:23 -0400)]
flvdec: read audio sample size and channels metadata

This is needed in order for the FLV demuxer not to detect a codec change when
using the "flv_metadata" option.

11 years agoflvdec: use the correct audio codec id when parsing metadata
Justin Ruggles [Thu, 21 Mar 2013 12:03:58 +0000 (08:03 -0400)]
flvdec: use the correct audio codec id when parsing metadata

11 years agoMerge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'
Michael Niedermayer [Thu, 28 Mar 2013 10:20:41 +0000 (11:20 +0100)]
Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'

* commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa':
  cosmetics: Remove unnecessary extern keywords from function declarations

Conflicts:
libswscale/x86/swscale.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022'
Michael Niedermayer [Thu, 28 Mar 2013 10:11:00 +0000 (11:11 +0100)]
Merge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022'

* commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022':
  dca: Move ff_dca_convert_bitstream() to the DCA common code
  vdpau: wrap codec specific functions in appropiate #ifs

Conflicts:
libavcodec/Makefile

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '757d85868b77c4fdec7b77a3b7de1faf16c031e8'
Michael Niedermayer [Thu, 28 Mar 2013 10:07:07 +0000 (11:07 +0100)]
Merge commit '757d85868b77c4fdec7b77a3b7de1faf16c031e8'

* commit '757d85868b77c4fdec7b77a3b7de1faf16c031e8':
  vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled

Conflicts:
libavcodec/mpeg12.c

Nothing changes as the buggy code is not in ffmpeg

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'd767e2f969933b4e450ed4e69ea2bf8ca864838c'
Michael Niedermayer [Thu, 28 Mar 2013 09:53:50 +0000 (10:53 +0100)]
Merge commit 'd767e2f969933b4e450ed4e69ea2bf8ca864838c'

* commit 'd767e2f969933b4e450ed4e69ea2bf8ca864838c':
  configure: fix dependencies of XvMC and old vdpau mpeg2 decoders

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agovmdav: convert to bytestream2
Alexandra Khirnova [Wed, 13 Mar 2013 12:54:27 +0000 (13:54 +0100)]
vmdav: convert to bytestream2

Signed-off-by: Anton Khirnov <anton@khirnov.net>
11 years agoFATE: add a test for the join filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the join filter

11 years agoFATE: add a test for the volume filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the volume filter

11 years agoFATE: add a test for the channelsplit filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the channelsplit filter

11 years agoFATE: add a test for the channelmap filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the channelmap filter

11 years agoFATE: add a test for the negate filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the negate filter

11 years agoFATE: add a test for the overlay filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the overlay filter

11 years agoFATE: add a test for the setpts filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the setpts filter

11 years agoFATE: add a test for the hqdn3d filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the hqdn3d filter

11 years agoFATE: add a test for the transpose filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the transpose filter

11 years agoFATE: add a test for the unsharp filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the unsharp filter

11 years agoFATE: add a test for the fade filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the fade filter

11 years agoFATE: add a test for the drawbox filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the drawbox filter

11 years agoFATE: add a test for the boxblur filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the boxblur filter

11 years agoFATE: add a test for the gradfun filter
Anton Khirnov [Wed, 13 Mar 2013 10:03:08 +0000 (11:03 +0100)]
FATE: add a test for the gradfun filter

11 years agolavfi/gradfun: remove rounding to match C and SSE code.
Clément Bœsch [Thu, 6 Dec 2012 23:41:04 +0000 (00:41 +0100)]
lavfi/gradfun: remove rounding to match C and SSE code.

There is no noticable benefit for such precision.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
11 years agolavfi/gradfun: fix dithering in MMX code.
Clément Bœsch [Thu, 6 Dec 2012 23:39:31 +0000 (00:39 +0100)]
lavfi/gradfun: fix dithering in MMX code.

Current dithering only uses the first 4 instead of the whole 8 random values.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
11 years agolavfi/gradfun: fix rounding in MMX code.
Clément Bœsch [Thu, 6 Dec 2012 23:36:29 +0000 (00:36 +0100)]
lavfi/gradfun: fix rounding in MMX code.

Current code divides before increasing precision.

Also reduce upper bound for strength from 255 to 64.  This will prevent
an overflow in the SSSE3 and MMX filter_line code: delta is expressed as
an u16 being shifted by 2 to the left. If it overflows, having a
strength not above 64 will make sure that m is set to 0 (making the
m*m*delta >> 14 expression void).

A value above 64 should not make any sense unless gradfun is used as
a blur filter.

Signed-off-by: Anton Khirnov <anton@khirnov.net>