- 06 Jul, 2016 1 commit
-
-
Burt P authored
The new HDCD filter really does nothing to show that it is working or that HDCD control information was even detected in the stream. This patch collects information about the decode, like which features were used, and reports it to the user at the end. Also, * Fixes low-level gain adjustment * Updates the documentation Signed-off-by:
Burt P <pburt0@gmail.com> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Jul, 2016 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 29 Jun, 2016 2 commits
-
-
Timo Rothenpieler authored
This fixes an accidental ABI break introduced at 8688d3af.
-
Timo Rothenpieler authored
Even though this is not part of the public API, some external applications access fields after it, thus breaking after updating from ffmpeg 3.0 or earlier. Since it is not public, it can be freely moved to the end to avoid that problem in the future. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jun, 2016 1 commit
-
-
Matthieu Bouron authored
See merge commit '39d6d361'.
-
- 25 Jun, 2016 6 commits
-
-
Michael Niedermayer authored
Fixes crash due to unprocessed input being passed through This fixes the last segfault caused by mixing 3.0 and 3.1 libs and applications Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This can also be extended to remove discontiuities caused by seek commands Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
-
Clément Bœsch authored
Spotted-by:
James Almer <jamrial@gmail.com>
-
Clément Bœsch authored
-
- 24 Jun, 2016 1 commit
-
-
Muhammad Faiz authored
Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 19 Jun, 2016 1 commit
-
-
Thomas Mundt authored
Signed-off-by:
Thomas Mundt <loudmax@yahoo.de> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 18 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
This reverts commit 9219ec93. Fixes Ticket 5411
-
- 15 Jun, 2016 2 commits
-
-
Benjamin Steffes authored
Signed-off-by:
Benjamin Steffes <benjaminst123@gmail.com> (comment by ronald) prevent the theoretical case where the container type (int) would be 64 bit on some platforms, which would waste some space Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
dsmudhar authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket 5627 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Jun, 2016 1 commit
-
-
Muhammad Faiz authored
this allow a filter to be written like this: aformat = sample_fmts = fltp|flt: sample_rates = 44100|44800 Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 12 Jun, 2016 1 commit
-
-
Ilya87 authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Jun, 2016 2 commits
- 09 Jun, 2016 2 commits
-
-
Kyle Swanson authored
Signed-off-by:
Kyle Swanson <k@ylo.ph>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Jun, 2016 6 commits
-
-
James Almer authored
Fixes failures with yasm 1.1.0 and older Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Old yasm/nasm versions don't support some of these Signed-off-by:
James Almer <jamrial@gmail.com>
-
Muhammad Faiz authored
fix error 'Channel layout change is not supported' when opening wav file Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
Muhammad Faiz authored
see Ticket #5618 Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Muhammad Faiz authored
on x86_64: time PSNR plain 3.303 inf SSE 1.649 107.087535 SSE3 1.632 107.087535 AVX 1.409 106.986771 FMA3 1.265 107.108437 on x86_32 (PSNR compared to x86_64 plain): time PSNR plain 7.225 103.951979 SSE 1.827 105.859282 SSE3 1.819 105.859282 AVX 1.533 105.997661 FMA3 1.384 105.885377 FMA4 test is not available Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 07 Jun, 2016 1 commit
-
-
Muhammad Faiz authored
simply by substracting pts to compensate delay also handle AV_NOPTS_VALUE Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 05 Jun, 2016 3 commits
-
-
Michael Niedermayer authored
Fixes Ticket5326 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Thomas Mundt authored
Signed-off-by:
Thomas Mundt <loudmax@yahoo.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Thomas Mundt authored
Signed-off-by:
Thomas Mundt <loudmax@yahoo.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Jun, 2016 1 commit
-
-
Muhammad Faiz authored
and let ffmpeg scaler scale it this impoves quality Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 02 Jun, 2016 1 commit
-
-
Muhammad Faiz authored
improve quality on axis drawing with yuv422p and yuv420p format Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 29 May, 2016 4 commits
-
-
Michael Niedermayer authored
Fixes CID1355117 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes CID1355110 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Diego Biurrun authored
Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
-
Michael Niedermayer authored
Its checked by the AVOption code Fixes CID1355122 Fixes CID1355121 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 May, 2016 1 commit
-
-
Diego Biurrun authored
-