aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: clean up library installation rulesMans Rullgard2011-07-072-17/+19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-071-15/+2
| | | | | libavfilter/vf_drawtext.c:427:22: warning: variable 'dst_pixel' set but not used libavfilter/vf_drawtext.c:463:22: warning: variable 'dst_pixel' set but not used
* libgsm: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-071-1/+1
| | | | | libavcodec/libgsm.c:148: warning: passing argument 2 of ‘gsm_decode’ discards qualifiers from pointer target type /usr/include/gsm/gsm.h:68: note: expected ‘gsm_byte *’ but argument is of type ‘const uint8_t *’
* docs: Remove needless configure optionsMartin Storsjö2011-07-071-2/+2
| | | | | | | Specifying --enable-static --disable-shared isn't necessary, these are the defaults. Signed-off-by: Martin Storsjö <martin@martin.st>
* docs: Don't recommend adding --enable-memalign-hackMartin Storsjö2011-07-071-3/+3
| | | | | | It is enabled automatically when required nowadays. Signed-off-by: Martin Storsjö <martin@martin.st>
* libvo-amrwbenc: Add braces to shut up gcc warning.Diego Biurrun2011-07-071-1/+1
| | | | libavcodec/libvo-amrwbenc.c:37:5: warning: missing braces around initializer
* adts: Fix PCE copying.Alex Converse2011-07-061-0/+4
| | | | | | Parse the extension flag bit when reading the MPEG4 AudioSpecificConfig. This has nothing to do with SBR/PS contradictory to what was noted when it was removed.
* ffserver: remove unused variable.Chris Wilson2011-07-061-3/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Remove unused and outdated TODO file.Diego Biurrun2011-07-061-82/+0
|
* gitignore: Drop individual .d ignore; it is already covered by a wildcard.Diego Biurrun2011-07-061-1/+0
|
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-066-11/+15
| | | | AVStream is no place for it and it's unused outside of ffmpeg anyway.
* bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya2011-07-062-2/+7
| | | | | | | This is needed because not all players (e.g. MPlayer) are able to distinguish two different Bink audio decoders when codec_tag is set. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* libpostproc: Remove disabled code.Diego Biurrun2011-07-061-32/+0
|
* flashsv: improve some comments and fix some wrong onesDiego Biurrun2011-07-061-6/+6
|
* flashsv: Eliminate redundant variable indirection.Diego Biurrun2011-07-061-3/+2
| | | | | As a positive side-effect, this gets rid of the following warning: libavcodec/flashsv.c:190:38: warning: assignment discards ‘const’ qualifier from pointer target type
* flashsv: set reference frame type to full frameDiego Biurrun2011-07-061-1/+1
|
* flashsv: replace bitstream description by a link to the specificationDiego Biurrun2011-07-061-19/+3
| | | | | | An official specification now exists and it is both more detailed and easier to understand than the incomplete notes available here. Also remove ideas on how to implement an encoder; these notes are already present in the encoder.
* flashsv: convert a debug av_log into av_dlogDiego Biurrun2011-07-061-4/+3
|
* flashsv: simplify conditionDiego Biurrun2011-07-061-3/+2
|
* flashsv: return more meaningful error valuesDiego Biurrun2011-07-061-2/+2
|
* flashsv: cosmetics: break some overly long linesDiego Biurrun2011-07-061-8/+15
|
* flashsv: cosmetics: drop some unnecessary parenthesesDiego Biurrun2011-07-061-11/+11
|
* swscale: amend documentation to mention use of native depth for scaling.Ronald S. Bultje2011-07-061-1/+4
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* eval: add missing comma to tests.Ronald S. Bultje2011-07-052-3/+6
|
* eval: fix memleak.Ronald S. Bultje2011-07-051-0/+1
|
* H.264: make loopfilter bS const where applicableJason Garrett-Glaser2011-07-051-9/+9
|
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-055-0/+5
|
* opencore-amr: Add missing initializer braces to shut up gcc warning.Diego Biurrun2011-07-051-1/+1
| | | | | This fixes the warning: libavcodec/libopencore-amr.c:91: warning: missing braces around initializer
* ARM: workaround for bug in GNU assemblerMans Rullgard2011-07-051-1/+1
| | | | | | | | Some versions of the GNU assembler do not handle 64-bit immediate operands containing arithmetic. Writing the value out in full works correctly. Signed-off-by: Mans Rullgard <mans@mansr.com>
* dv: fix comment wording mistakeClément Bœsch2011-07-051-2/+2
|
* Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun2011-07-055-4/+5
| | | | This naming scheme is used elsewhere, so it's sensible to be consistent.
* dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger2011-07-051-2/+4
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch2011-07-051-1/+1
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* PPC: use Altivec IMDCT only for supported sizesMans Rullgard2011-07-051-2/+4
| | | | | | The Altivec IMDCT works with size 32 and higher only. Signed-off-by: Mans Rullgard <mans@mansr.com>
* dv: fix comment spellingClément Bœsch2011-07-051-10/+9
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* configure: simplify -rpath-link linker flagDiego Biurrun2011-07-051-1/+1
| | | | Lists of ':'-separated directories can be passed to -rpath-link directly.
* ARM: allow unaligned buffer in fixed-point NEON FFT4Mans Rullgard2011-07-041-2/+2
| | | | | | | | | This function is called with only 8-byte alignment from imdct for size 16. The fft4 function is not called for the larger FFT or MDCT sizes, so this has no impact on typical uses. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: test more FFT etc sizesMans Rullgard2011-07-041-19/+27
| | | | | | This tests sizes from 16 to 4096, not only the default 512. Signed-off-by: Mans Rullgard <mans@mansr.com>
* dca: set AVCodecContext frame_size for DTS audioJohn Stebbins2011-07-041-0/+1
| | | | | | | | | | | Set the frame size when decoding DTS audio. This has the side effect of fixing the computation of timestamps for DTS-HD in compute_pkt_fields. Since frame_size is not currently set, the duration of a frame is being guessed based on the streams bitrate. But for DTS-HD, the bitrate currently used is the rate of the DTS core which is much different than the whole DTS-HD stream and leads to a wildly inaccurate frame duration estimate. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang2011-07-041-2/+2
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* x86_32: Fix build on x86_32 with --disable-yasm.Daniel Kang2011-07-041-1/+1
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* iirfilter: add fate testMans Rullgard2011-07-043-8/+1033
| | | | | | | Change the test program to output text instead of binary files so it can be compared easily in FATE. Signed-off-by: Mans Rullgard <mans@mansr.com>
* doxygen: Add qmul docs.Diego Biurrun2011-07-041-0/+1
|
* ogg: propagate return values and return more meaningful error valuesNicolas George2011-07-041-25/+34
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* H.264: fix overreads of qscale_tableJason Garrett-Glaser2011-07-042-2/+4
| | | | filter_mb_fast assumed that qscale_table was padded like many of the other tables.
* Remove unused static tables and static inline functions.Diego Biurrun2011-07-043-32/+0
|
* eval: clear Parser instances before usingMans Rullgard2011-07-042-3/+3
| | | | | | | This prevents random values from the stack being used as "variables" in expressions. Signed-off-by: Mans Rullgard <mans@mansr.com>
* dct-test: remove 'ref' function pointer from tablesMans Rullgard2011-07-041-28/+28
| | | | | | | The reference function can be inferred from the direction of the transform, no need for storing it with each entry. Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: Remove deleted 'check' target from .PHONY list.Diego Biurrun2011-07-041-1/+1
|
* oggdec: Abort Ogg header parsing when encountering a data packet.Reimar Döffinger2011-07-041-4/+1
| | | | | | Fixes Bugzilla #11. Signed-off-by: Diego Biurrun <diego@biurrun.de>