aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/general: Make the license status of the Android libraries clearerTimothy Gu2013-06-141-3/+8
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* drawbox: Respect thickness parameterJean Delvare2013-06-141-1/+1
| | | | | | | | | | | | | | | | | The drawbox video filter is drawing lines one pixel thinner than requested. The default thickness is 4 pixel but in fact the lines drawn by default are only 3 pixel wide. Change the comparisons in the code to fix this off-by-one bug. Also change the default thickness from 4 to 3 to minimize the unexpected changes from the user's perspective. As I was already touching these lines, I also removed the "maximum" in the thickness parameter description, as I don't think it was adding any value and I even found it confusing. Reviewed-by: Andrey Utkin <andrey.krieger.utkin@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: remove mp=spp.Clément Bœsch2013-06-141-1/+0
| | | | The filter was ported to a native libavfilter filter.
* lavfi: add spp filter.Clément Bœsch2013-06-141-0/+36
|
* lavfi/rotate: add angle commandStefano Sabatini2013-06-131-0/+13
|
* lavfi: add rotate filterStefano Sabatini2013-06-131-0/+112
| | | | | | | | | | | | | | Based on the libavfilter SOC filter by Vitor Sessak, with the following additions: * integer arithmetic * bilinear interpolation * RGB path * configurable parametric angle, output width and height Address trac issue #1500. See thread: Subject: [FFmpeg-devel] [WIP] rotate filter(s) Date: 2010-10-03 17:35:49 GMT
* doc/encoders: Add libvo-amrwbenc docTimothy Gu2013-06-121-0/+38
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/general: s/Libav/FFmpegPaul B Mahol2013-06-111-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-112-1/+39
|\ | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavc: add a libwavpack encoder wrapper Conflicts: Changelog doc/encoders.texi libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add a libwavpack encoder wrapperAnton Khirnov2013-06-102-1/+39
| |
* | doc/metadata: add notes and examples regarding metadata usage with ffmpegStefano Sabatini2013-06-111-0/+16
| |
* | doc/codecs: Mention relation of the experimental setting and codecsMichael Niedermayer2013-06-081-1/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/encoders: Add libvo-aacenc docTimothy Gu2013-06-081-0/+21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: fix alias option name for chroma_mode in 'il' filter.Tim.Nicholson2013-06-071-1/+1
| |
* | APIchanges: Add missing entry for SHA-2 512James Almer2013-06-061-0/+7
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe: show chapter and chapter metadata informationStefano Sabatini2013-06-062-0/+25
| | | | | | | | Address trac ticket #2636.
* | 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>