aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | cosmetic: reindent of dxva2 zigzag workaroundJoakim Plate2011-07-091-7/+7
| | | |
* | | | Added ability to enable workaround for dxva2 decoding using older ATI cardsJoakim Plate2011-07-092-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | The workaround need to be enabled per pci id which can not be detected inside ffmpeg. So this adds a flag that enabled the alternate behavior.
* | | | Support gsm_ms in caf files.Carl Eugen Hoyos2011-07-092-0/+3
| | | |
* | | | examples/encoding.c: replace "this library" with "libavcodec" in doxyStefano Sabatini2011-07-091-1/+1
| | | | | | | | | | | | | | | | So it is more clear the context of the sentence.
* | | | examples/encoding.c: remove reference to unexisting fileStefano Sabatini2011-07-091-1/+0
| | | |
* | | | examples/muxing.c: set sample format for encodingStefano Sabatini2011-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | This is required, or avcodec_open() will abort because of invalid sample format.
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-0923-755/+947
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (28 commits) mp3enc: write a xing frame containing number of frames in the file lavf: update AVStream.nb_frames when muxing. ffmpeg: remove unused variables from InputStream. doc: update ffmpeg -ar and -ac documentation to reflect reality. ffmpeg: remove pointless if (nb_input_files) ffmpeg: merge input_files_ts_offset into input_files. ffmpeg: merge input_codecs into input_streams. ffmpeg: drop AV prefixes from struct names. ffmpeg: deprecate loop_input and loop_output options gif: add loop private option. img2: add loop private option. AVOptions: in av_opt_find() don't return named constants unless unit is specified. x11grab: replace undocumented nomouse hackery with a private option. dict: extend documentation. lls: whitespace cosmetics docs: Use proper markup for a literal command line option docs: Remove a remark that isn't relevant any longer docs: Explain how to regenerate import libraries with MSVC tools docs: Mention that libraries for MSVC can be built with a cross compiler docs: Remove old docs that mention setting up a build environment with lib.exe ... Conflicts: doc/ffmpeg.texi doc/general.texi ffmpeg.c libavcodec/Makefile libavcodec/dnxhddata.c libavformat/mp3enc.c libavformat/utils.c libavutil/Makefile tests/copycooker.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov2011-07-082-5/+71
| | | |
| * | | lavf: update AVStream.nb_frames when muxing.Anton Khirnov2011-07-082-1/+8
| | | |
| * | | ffmpeg: remove unused variables from InputStream.Anton Khirnov2011-07-081-5/+0
| | | |
| * | | doc: update ffmpeg -ar and -ac documentation to reflect reality.Anton Khirnov2011-07-081-8/+8
| | | |
| * | | ffmpeg: remove pointless if (nb_input_files)Anton Khirnov2011-07-081-17/+14
| | | | | | | | | | | | | | | | | | | | It's required to be non-zero since cc58300e30e7aea6acfecd72a04a3886b285cfd8
| * | | ffmpeg: merge input_files_ts_offset into input_files.Anton Khirnov2011-07-081-9/+10
| | | |
| * | | ffmpeg: merge input_codecs into input_streams.Anton Khirnov2011-07-081-10/+7
| | | | | | | | | | | | | | | | There's no point in keeping them separate.
| * | | ffmpeg: drop AV prefixes from struct names.Anton Khirnov2011-07-081-54/+54
| | | | | | | | | | | | | | | | Those are reserved for the libs.
| * | | ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov2011-07-084-7/+15
| | | | | | | | | | | | | | | | They were replaced by (de)muxer private options.
| * | | gif: add loop private option.Anton Khirnov2011-07-083-4/+34
| | | | | | | | | | | | | | | | Deprecate AVFormatContext.loop_output.
| * | | img2: add loop private option.Anton Khirnov2011-07-083-2/+17
| | | | | | | | | | | | | | | | Deprecate AVFormatContext.loop_input.
| * | | AVOptions: in av_opt_find() don't return named constants unless unit is ↵Anton Khirnov2011-07-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified. That is, unless the caller explicitly asks for them. Prevents conflict between e.g. the 'loop' option in img2 demuxer and 'loop' flag in AVCodecContext.
| * | | x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov2011-07-081-3/+4
| | | |
| * | | dict: extend documentation.Anton Khirnov2011-07-081-3/+36
| | | |
| * | | lls: whitespace cosmeticsMans Rullgard2011-07-081-59/+74
| | | | | | | | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | | docs: Use proper markup for a literal command line optionMartin Storsjö2011-07-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Remove a remark that isn't relevant any longerMartin Storsjö2011-07-081-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | Now the bin directory only contains those DLLs that are actually used. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Explain how to regenerate import libraries with MSVC toolsMartin Storsjö2011-07-081-0/+28
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Mention that libraries for MSVC can be built with a cross compilerMartin Storsjö2011-07-081-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Remove old docs that mention setting up a build environment with lib.exeMartin Storsjö2011-07-081-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The build system doesn't use lib.exe any longer, and therefore this can be simplified. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Mention the upstream bugzilla url about the dlltool vs MSVC issueMartin Storsjö2011-07-081-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | dnxhd: prettify tablesMans Rullgard2011-07-081-36/+574
| | | | | | | | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | | flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun2011-07-081-16/+11
| | | |
| * | | avutil: Add missing test programs to Makefile.Diego Biurrun2011-07-081-1/+2
| | | |
| * | | 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>