aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer2013-06-051-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e': movenc: Keep track of the allocated size for the cluster array mem: Add av_realloc_array and av_reallocp_array Conflicts: doc/APIchanges libavformat/movenc.c libavutil/mem.c libavutil/mem.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-041-0/+3
| | | | | | | | | | | | These help avoiding overflows and simplify error handling. Signed-off-by: Martin Storsjö <martin@martin.st>
* | doc/encoders: add documentation for libtwolameTimothy Gu2013-06-051-0/+63
| |
* | lavfi/mp: remove mp=sabStefano Sabatini2013-06-051-1/+0
| | | | | | | | The filter was ported to a native libavfilter filter.
* | lavfi: port sab filter from libmpcodecsStefano Sabatini2013-06-051-0/+36
| |
* | swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol2013-06-041-0/+4
| | | | | | | | | | | | Allows users to actually use such option. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/general: update after e4e4add0e3ba7Paul B Mahol2013-06-041-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c'Michael Niedermayer2013-06-031-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c': Go2Webinar decoder Conflicts: Changelog configure libavcodec/avcodec.h libavcodec/codec_desc.c libavcodec/version.h libavformat/riff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Go2Webinar decoderKostya Shishkov2013-06-031-0/+2
| |
* | tta encoderPaul B Mahol2013-06-021-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: drop mcdeint wrapperStefano Sabatini2013-06-011-1/+0
| | | | | | | | It was ported to a native libavfilter filter.
* | lavfi: port mcdeint filter from libmpcodecsStefano Sabatini2013-06-011-0/+44
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-311-0/+6
|\| | | | | | | | | | | | | * qatar/master: proresenc: alpha coding support Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * proresenc: alpha coding supportKostya Shishkov2013-05-301-0/+6
| |
* | lavfi/vignette: add aspect option.Clément Bœsch2013-05-301-0/+7
| |
* | lavfi: add vignette filter.Clément Bœsch2013-05-301-0/+103
| |
* | doc/encoders: remove duplicated "the"Stefano Sabatini2013-05-301-1/+1
| |
* | lavd: add xv output deviceStefano Sabatini2013-05-301-0/+65
| | | | | | | | | | | | | | | | Based on the work of Jeff Moguillansky <Jeff.Moguillansky@am.sony.com>. See thread: Subject: [FFmpeg-devel] x11 output device for libavdevice Date: Wed, 10 Apr 2013 23:10:47 +0000
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-291-0/+3
|\| | | | | | | | | | | | | | | | | | | | | * qatar/master: doc: Mention the target_samples and ld variables for fate configs fate.sh: Allow specifying --as via a specific variable Conflicts: doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Mention the target_samples and ld variables for fate configsMartin Storsjö2013-05-291-0/+2
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate.sh: Allow specifying --as via a specific variableMartin Storsjö2013-05-291-0/+1
| | | | | | | | | | | | | | This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavfi: add haldclut filter.Clément Bœsch2013-05-271-1/+83
| | | | | | | | Fixes Ticket #2517.
* | lavfi: add haldclutsrc filter.Clément Bœsch2013-05-271-1/+11
| |
* | lavfi/bbox: make min_val user configurablePaul B Mahol2013-05-261-0/+7
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/encoders: Add documentation for libmp3lameTimothy Gu2013-05-251-0/+29
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | img2dec: Add ts_from_file optionAndrey Utkin2013-05-251-0/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-241-0/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f': lavfi: add a slice threading infrastructure Conflicts: Changelog cmdutils.c doc/APIchanges libavfilter/Makefile libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/internal.h libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add a slice threading infrastructureAnton Khirnov2013-05-241-0/+7
| | | | | | | | Mostly based on libavcodec's
* | Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer2013-05-241-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675': Move get_logical_cpus() from lavc/pthread to lavu/cpu. Conflicts: doc/APIchanges libavcodec/pthread.c libavutil/cpu.c libavutil/cpu.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-241-0/+3
| | | | | | | | | | It will be useful in lavfi, and could conceivably be useful to the user applications as well.
* | Merge commit 'e69222c50755030eef921e899e38b71a111093d9'Michael Niedermayer2013-05-241-1/+1
|\| | | | | | | | | | | | | * commit 'e69222c50755030eef921e899e38b71a111093d9': doxy: enable TYPEDEF_HIDES_STRUCT Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doxy: enable TYPEDEF_HIDES_STRUCTAnton Khirnov2013-05-241-1/+1
| | | | | | | | | | | | This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list.
* | Merge commit 'b493847df4ff8ce46f258749e4a3f304696b34c1'Michael Niedermayer2013-05-241-0/+4
|\| | | | | | | | | | | | | | | | | | | | | * commit 'b493847df4ff8ce46f258749e4a3f304696b34c1': avcodec: Add picture structure information to AVCodecParserContext. Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura2013-05-241-0/+3
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | doc/filters: fix wording of color option in testsrc filters.Clément Bœsch2013-05-231-1/+1
| |
* | lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch2013-05-231-1/+1
| |
* | s302m encoderDarryl Wallace2013-05-231-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/general: remove obsolete info about APE decoderPaul B Mahol2013-05-231-1/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch2013-05-221-2/+2
| | | | | | | | | | | | Also disable it by default since it looks currently buggy. The usefulness of such library is mostly limited to backward compatibility with very old devices.
* | lavfi: add lut3d filter.Clément Bœsch2013-05-221-0/+36
| | | | | | | | Fixes part of Ticket #2517.
* | lavfi/geq: add aliases for RGB optionsStefano Sabatini2013-05-211-11/+12
| |
* | Merge commit 'c209d0df657f172f42d9bafbcdfa02dfb14f6965'Michael Niedermayer2013-05-211-0/+1
|\| | | | | | | | | | | | | | | | | | | * commit 'c209d0df657f172f42d9bafbcdfa02dfb14f6965': fate.sh: add support for build-only FATE instances Conflicts: doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate.sh: add support for build-only FATE instancesDiego Biurrun2013-05-211-0/+1
| | | | | | | | | | | | | | If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. Signed-off-by: Martin Storsjö <martin@martin.st>
* | doc/filters: add RGB geq exampleStefano Sabatini2013-05-201-0/+6
| |
* | doc/filters: extend/fix documentation for the geq filterStefano Sabatini2013-05-201-12/+24
| |
* | lavd: add v4l2 outdev.Clément Bœsch2013-05-201-1/+1
| |
* | doc/Makefile: install .3 man pages to man3 subdirStefano Sabatini2013-05-191-3/+8
| | | | | | | | Fix trac ticket #2585.
* | build: drop unused ALLMANPAGES variableStefano Sabatini2013-05-191-1/+1
| |
* | Merge commit '8e673efc6f5b7a095557664660305148f2788d30'Michael Niedermayer2013-05-191-3/+4
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '8e673efc6f5b7a095557664660305148f2788d30': prores: update FATE test to account for alpha plane present in the test sample configure: Add basic valgrind-massif support Conflicts: tests/fate/prores.mak tests/ref/fate/prores-alpha Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add basic valgrind-massif supportLuca Barbato2013-05-181-3/+4
| | | | | | | | | | | | With the parameter --toolchain valgrind-massif, the configure script sets reasonable defaults that can be overridden as explained in the documentation.