- 26 Jan, 2011 9 commits
-
-
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>
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Marco Gittler authored
Signed-off-by: Jason Garrett-Glaser <jason@x264.com>
-
Georgi Chorbadzhiyski authored
The reserved bits between PCR base and extension fields must be set to 1. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 25 Jan, 2011 31 commits
-
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
The header is empty after making the function static, so delete it and drop its usage. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Both functions seem to be commanded by the ff_spatial_idwt function instead. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Also make it an anonymous structure as never it is accessed by name. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Anton Khirnov authored
It probably also fixes a memleak or two. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Anton Khirnov authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Anton Khirnov authored
It will be useful in mp3 demuxer and hopeful some other places. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Mans Rullgard authored
This allows passing armcc-specific flags with --extra-cflags without choking the assembler. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This adds a function to filter out words matching a pattern from a list. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
Do not emulate larger edges than we will actually use for this round of MC. Decoding goes from avg+SE 29.972+/-0.023sec to 29.856+/-0.023, i.e. 0.12sec or ~0.4% faster.
-
Jai Menon authored
Use printf format macros from inttypes.h. Additionally, this fixes a warning when building with clang.
-
Mans Rullgard authored
This allows this file to build on systems lacking NAN or INFINITY in math.h. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This fixes compilation broken by 6ed3b504Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
This symbol is only ever used to calculate the non-hardcoded tables, so only enable it in that case, and static to the source unit that uses it. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The variable TESTPROGS is reset by the library makefiles, use another name. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Daniel Verkamp authored
This moves network_extralibs setup before use so that the link tests for network functions work correctly. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Georgi Chorbadzhiyski authored
Remove two variables that were not used and caused the following warnings: CC libavformat/mpegtsenc.o libavformat/mpegtsenc.c: In function 'mpegts_write_section': libavformat/mpegtsenc.c:72:18: warning: unused variable 'ts' libavformat/mpegtsenc.c: In function 'mpegts_insert_null_packet': libavformat/mpegtsenc.c:586:18: warning: unused variable 'ts' Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Daniel Verkamp authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The dprintf macro is a no-op if DEBUG is not defined, so there is no need to guard it here. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-