- 26 Jan, 2011 4 commits
-
-
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 36 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>
-
Mans Rullgard authored
1d4da6a4 added static to the prototypes for these fuctions. Adding it to the definitions as well. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
The PCM_DVD encoder would be left unused, as allcodecs.c properly declared it as being decoder-only, but it would still be built into the object file. Since there is no block of code to properly encode this PCM format, it's not a full codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio 'Flameeyes' Pettenò authored
The dprintf macro is no-op when DEBUG is unset, so there is no need to put it conditional to DEBUG. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Elio Pettenò authored
Also drop some CONFIG_DV_MUXER #ifdefs probably vestigial from before the split of dvenc and dvdec. Signed-off-by: Mans Rullgard <mans@mansr.com>
-