- 26 Jan, 2011 40 commits
-
-
Diego Elio Pettenò authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 101e1f6f)
-
Anton Khirnov authored
It probably also fixes a memleak or two. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit c34461b3)
-
Anton Khirnov authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 2934cd9d)
-
Anton Khirnov authored
It will be useful in mp3 demuxer and hopeful some other places. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 93b78d12)
-
Mans Rullgard authored
This allows passing armcc-specific flags with --extra-cflags without choking the assembler. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d0f0f628)
-
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> (cherry picked from commit 9d201b26)
-
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. (cherry picked from commit 44002d83)
-
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> (cherry picked from commit e781c4e6)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 1e48cdaa)
-
Mans Rullgard authored
This fixes compilation broken by 6ed3b504Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 21c90012)
-
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> (cherry picked from commit 6ed3b504)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 362bfe29)
-
Mans Rullgard authored
The variable TESTPROGS is reset by the library makefiles, use another name. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 3d157bf3)
-
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> (cherry picked from commit 54fe299b)
-
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> (cherry picked from commit 6e78c8ee)
-
Daniel Verkamp authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 3adbe49f)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e153e9a5)
-
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> (cherry picked from commit 6081f8c4)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 119cc033)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 69ad22c7)
-
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> (cherry picked from commit aa61e39e)
-
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> (cherry picked from commit 5b5083b5)
-
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> (cherry picked from commit 73a0b19b)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a6d1bd05)
-
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> (cherry picked from commit f0a86769)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 1d4da6a4)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit bb875b75)
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 3568853f)
-
Diego Elio Pettenò authored
This ensures a locally-unique name as well as marks the symbol as FFmpeg-private at least by declaration. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 82e1f217)
-
Diego Elio Pettenò authored
The table is not used anywhere else on libavcodec. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 53493f9a)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 80944df7)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e63dd5fb)
-
Mans Rullgard authored
(cherry picked from commit efa6ce99)
-
Martin Storsjö authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 2762a7a2)
-
Martin Storsjo authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit e836b1b0)
-
Martin Storsjo authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit aeb2de1c)
-
Martin Storsjo authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 93e7490e)
-
Martin Storsjo authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit fef5649a)
-
Martin Storsjö authored
The key string is supposed to contain the equals character, too. Since the checked string was wrong, and the return value check was wrong too, it incorrectly seemed to work right before. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 2b0decf6)
-