summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | flashsv: improve some variable namesDiego Biurrun2011-07-071-7/+7
| | | |
| * | | libschroedingerdec: Remove write-only variable.Diego Biurrun2011-07-071-2/+0
| | | | | | | | | | | | | | | | libavcodec/libschroedingerdec.c:211:23: warning: variable 'format' set but not used
| * | | libavdevice: Remove disabled code.Diego Biurrun2011-07-072-22/+0
| | | |
| * | | build: remove unused copy regression test scriptDiego Biurrun2011-07-072-495/+0
| | | | | | | | | | | | | | | | | | | | The copy regression test script is unused, bash-specific and did not even work properly when it was originally committed.
* | | | make the RELEASE file say git and not 0.7Michael Niedermayer2011-07-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | examples: move metadata-example.c to doc/examplesStefano Sabatini2011-07-083-3/+1
| | | |
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-087-37/+30
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: clean up library installation rules vf_drawtext: Remove some write-only variables. libgsm: Drop const qualifier to silence compiler warning. docs: Remove needless configure options docs: Don't recommend adding --enable-memalign-hack libvo-amrwbenc: Add braces to shut up gcc warning. adts: Fix PCE copying. Conflicts: configure doc/general.texi subdir.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | 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.
* | | | avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs ↵Stefano Sabatini2011-07-071-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | params Make it clear that open_inputs/open_outputs are updated only if non-NULL.
* | | | graphparser: clarify comments in avfilter_graph_parse()Stefano Sabatini2011-07-071-2/+2
| | | |
* | | | graphparser: fix logic for updating the open_inputs/outputs in ↵Stefano Sabatini2011-07-071-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avfilter_graph_parse() Create open_inputs and open_outputs structs if they are not provided by the user, and free them before exit. In particular, fix NULL pointer dereference and crash, in case the passed open_inputs/outputs is NULL and the parsing failed.
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-0617-201/+85
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ffserver: remove unused variable. Remove unused and outdated TODO file. gitignore: Drop individual .d ignore; it is already covered by a wildcard. lavf: deprecate AVStream.quality. bink: pass Bink version to audio decoder through extradata instead of codec_tag. libpostproc: Remove disabled code. flashsv: improve some comments and fix some wrong ones flashsv: Eliminate redundant variable indirection. flashsv: set reference frame type to full frame flashsv: replace bitstream description by a link to the specification flashsv: convert a debug av_log into av_dlog flashsv: simplify condition flashsv: return more meaningful error values flashsv: cosmetics: break some overly long lines flashsv: cosmetics: drop some unnecessary parentheses swscale: amend documentation to mention use of native depth for scaling. eval: add missing comma to tests. eval: fix memleak. H.264: make loopfilter bS const where applicable Conflicts: libavcodec/binkaudio.c libavformat/bink.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | 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
| | | |
* | | | Fix av_open_input_stream with uninitialized context pointer.Reimar Döffinger2011-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code would allocate a new context but forget to assign it to the pointer actually passed to avformat_open_input, potentially causing a crash. Even if it was initialized it would cause a memleak. This caused crashes with e.g. mpd, see also http://bugs.gentoo.org/show_bug.cgi?id=373423 Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | | | Support fourcc YV24.ami_stuff2011-07-063-0/+3
| | | | | | | | | | | | | | | | Fixes ticket #306.
* | | | Support extension jls for jpeg-ls.Carl Eugen Hoyos2011-07-061-1/+2
| | | |
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-0614-9/+17
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Add some missing mathematics.h #includes for av_rescale(). opencore-amr: Add missing initializer braces to shut up gcc warning. ARM: workaround for bug in GNU assembler dv: fix comment wording mistake Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.c dv: fix valgrind use of uninitialised value warnings. mxfenc: fix ignored drop flag in binary timecode representation. PPC: use Altivec IMDCT only for supported sizes dv: fix comment spelling configure: simplify -rpath-link linker flag Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | 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>
OpenPOWER on IntegriCloud