- 29 Jan, 2011 7 commits
-
-
Mans Rullgard authored
This moves the fields needed by asm near the top, before any structs or other members which complicate the offset calculation. Modifying other structs will no longer require updating the offsets, and the asm code is slightly simpler due to the smaller offsets. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
The generated HTML files are similar to the ones generated with texi2html 1.56k used on the website. Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended version. The removed @sp from the titlepage section were ignored until texi2html 5.0. If not removed the pages generated by 5.0 will have ugly empty space around the title.
-
Vitor Sessak authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Reimar Döffinger authored
Avoids an assert when the sample rate is invalid and the timebase is thus set to e.g. 1/0. Sample file is http://samples.mplayerhq.hu/ogg/fuzzed-srate-crash.ogg This is a quick fix for a crash, not a final solution. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
From ~780 cycles to 551 cycles, mostly just by using libc memcpy() instead of manually shuffling individual bytes around.
-
- 28 Jan, 2011 23 commits
-
-
Peter Ross authored
$subject. Have used this for loopback testing with mpegts.c. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) [2. text/x-diff; 0001-mpegtsenc-support-CODEC_ID_AAC_LATM.patch] From 0f7f9db4b7da1793996af6dda84298507703759a Mon Sep 17 00:00:00 2001 From: Peter Ross <pross@xvid.org> Date: Sun, 9 Jan 2011 09:45:50 +1100 Subject: [PATCH] mpegtsenc: support CODEC_ID_AAC_LATM Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Dave Yeo authored
fix compile on OS/2 Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Anton Khirnov authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Mans Rullgard authored
poll() is only used by networking code, so the fallback should only be built if networking is enabled. Also remove CONFIG_FFSERVER condition from the declarations. This should fix building on systems without poll(), broken by a8475bbd. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Stefano Sabatini authored
Add an error message in case the user requests to write more than one file and the path does not contain a "%d" or "%0Nd" pattern. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Mans Rullgard authored
The output was changed by a7827a17. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Alex Converse authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Stefano Sabatini authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Georgi Chorbadzhiyski authored
According to EN 300 468 section 3.1 (Definitions): Unless otherwise specified within the present document all "reserved_future_use" bits is set to "1". This was not the case for SDT generation so this patch fixes it. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Stefano Sabatini authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Stefano Sabatini authored
In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int. That's required because -1 is evaluated as NAN, which converted back to int looks like a random number, this is especially annoying when debugging sources with undefined pos (as the video4linux2 device). Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Ronald S. Bultje authored
Replace * (uint32_t *) buf accesses with AV_WN32A/AV_COPY32.
-
Luca Barbato authored
the sdp demuxer did not forward it at all while the rtsp demuxer assumed a single kind of error
-
Luca Barbato authored
Select has limitations on the fd values it could accept and silently breaks when it is reached.
-
Alex Converse authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
This reduces the symbols exported by libavformat from 699 to 451. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
This significantly reduces the size of the symbol table in the generated ELF shared object (as well as the other linked tables). Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
John Stebbins authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Janne Grunau authored
based on Alex Converse's "Fix ADPCM MS in mov muxing" patch
-
Baptiste Coudurier authored
In mov demuxer, set adpcm_ms and adpcm_ima_wav frame size to stsd samples per packet. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Justin Ruggles authored
40% faster in ff_iir_filter_flt() when c->order == 2.
-
- 27 Jan, 2011 1 commit
-
-
Luca Barbato authored
That unbreaks compilation of vaapi and dxva2 Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
- 26 Jan, 2011 9 commits
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
-
Anton Khirnov authored
It probably also fixes a memleak or two. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This reverts commit c34461b3. The wrong version of the patch was committed.
-
Ronald S. Bultje authored
Fix C VP8 H+V MC functions which do two-dimensional 4/6-tap filters to not overread beyond their edges if the second filter is 4-tap, since the outer pixels aren't there anymore since 44002d83.
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
The iff.h header only declared one function that is now static, the libavformat/iff.c source file wasn't using it before. Drop the file entirely. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
It is only used to generate band_start_tab, which about the same size, at runtime, so it's simpler just to always hardcode band_start_tab. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
This removes ff_get_ref_perms_string, ff_dprintf_ref and ff_dprintf_link fro the interface of libavfilter. Signed-off-by: Mans Rullgard <mans@mansr.com>
-