- 04 Feb, 2011 7 commits
-
-
Anton Khirnov authored
The bumps are for adding version.h and avio_{get/put}_str functions in lavf and making av_dlog public in lavu. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Justin Ruggles authored
This patch changes the exponent difference threshold in the exponent strategy decision function of the AC-3 encoder. I tested lowering in increments of 100. From 1000 down to 500 generally increased in quality with each step, but 400 was generally much worse. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit c3beafa0)
-
Stefano Sabatini authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 5fce60c3)
-
Stefano Sabatini authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 75ea596d)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit b9a639dd)
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit c73d99e6)
-
Alex Converse authored
Gcc 4.6 only preserves the first value when using an array with an "m" constraint. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 770c410f)
-
- 02 Feb, 2011 13 commits
-
-
Luca Barbato authored
This plugs a small memory leak Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit ea7f0807)
-
Anssi Hannula authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 71e0bee9)
-
Janne Grunau authored
(cherry picked from commit fe9a3fbe)
-
Gianluigi Tiesi authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e86e8581)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit f3619680)
-
Mans Rullgard authored
This makes "make documentation" build the man/html pages only for the tools enabled in the build. It also fixes the dependency tracking for the built man pages. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 7f939f55)
-
Jason Garrett-Glaser authored
Adds some duplicated code, but avoids duplicate edge checks and similar. ~0.5% faster overall on Parkjoy test sample. (cherry picked from commit 64233e70)
-
Ronald S. Bultje authored
From ~550 cycles (C version) to 170 (SSE/x86-64), 206 (MMX/x86-32) and 196 (SSE2/x86-32) cycles. (cherry picked from commit 81f2a3f4)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a0f9c8ce)
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d19b744a)
-
Justin Ruggles authored
DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 80ba1ddb)
-
Reimar Döffinger authored
The first part of the metadata, the "vendor" string, is required by libvorbis, it will refuse to play when it is not available. Also we do not currently parse that part into metadata so it would also be lost if we removed it as well. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 8cb3c557)
-
Stefano Sabatini authored
With minor changes by michael Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 01 Feb, 2011 1 commit
-
-
Michael Niedermayer authored
-
- 31 Jan, 2011 16 commits
-
-
Michael Niedermayer authored
This fixes aspect handling in ffmpeg This is based on a patch by baptiste
-
Michael Niedermayer authored
-
Reimar Döffinger authored
-
Reimar Döffinger authored
-
Mans Rullgard authored
445996aa caused the PMT PID to be off by one. This corrects it. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 740ad0d1)
-
Mans Rullgard authored
This is consistent with most of the other attribute macros. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 365e3c78)
-
Georgi Chorbadzhiyski authored
Around 01/28/11 18:56, Ronald S. Bultje scribbled: > That patch is now merged, can you submit the update to muxers.texi? > Then we'll apply the whole thing. See attached. I hope the documentation is enough. -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ From c236024b8254f5c2c45934c30fff390cb0e55a5e Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski <gf@unixsol.org> Date: Tue, 25 Jan 2011 13:09:17 +0200 Subject: [PATCH] mpegts: Replace defines in with AVOptions This patch adds support for setting transport_stream_id, original_network_id, service_id, pmt_start_pid and start_pid in mpegts muxer. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 445996aa)
-
Stefano Sabatini authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e771d2e3)
-
Reimar Döffinger authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 22e9277a)
-
Ronald S. Bultje authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 45430099)
-
Stefano Sabatini authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit fa34a362)
-
Jason Garrett-Glaser authored
Merge an if and a switch. (cherry picked from commit 73be29b0)
-
Stefano Sabatini authored
AVCodecContext.reordered_opaque is deprecated for this specific use. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 28550804)
-
Stefano Sabatini authored
Disable logging of rescaled timestamps if DEBUG is not enabled. Avoid debug log spamming with -loglevel debug. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 13156f40)
-
Vasyl' Vavrychuk authored
Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com> Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 665132e6)
-
Mans Rullgard authored
(cherry picked from commit d33ed7b3)
-
- 30 Jan, 2011 3 commits
-
-
Luca Barbato authored
dprintf clashes with POSIX.1-2008 (cherry picked from commit dfd2a005)
-
Justin Ruggles authored
Gives decoded output identical in length to faac commandline encoder. Fixes Issue 670. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 243f8241)
-
Vitor Sessak authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e0eb963a)
-