summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* update all trac links to use the trac subdomainMichael Niedermayer2013-06-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/muxers: apply various minor fixes to segment documentationStefano Sabatini2013-06-29
|
* doc/muxers: sort muxers by nameStefano Sabatini2013-06-29
|
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/decoders: document libopus decoderTimothy Gu2013-06-28
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/encoders: alphabetically list the encodersTimothy Gu2013-06-28
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* examples/muxing: rename audio/video_pts to audio/video_timeStefano Sabatini2013-06-26
| | | | | The new name is less confusing, since the variables represent times rather than timestamps.
* doc/bitstream_filters: document the chomp filterStefano Sabatini2013-06-26
| | | | TODO: add some meaningful examples.
* doc/bitstream-filters.texi: add documentation for the aac_adtstoasc filterStefano Sabatini2013-06-26
| | | | Based on the notes in libavcodec/aac_adtstoasc_bsf.c.
* examples/Makefile: disable -O2 optimizationsStefano Sabatini2013-06-26
| | | | | There is no much point in optimizing example code, and the -O2 flag is annoying when debugging.
* examples/muxing: remove useless instructionStefano Sabatini2013-06-26
| | | | Simpler and less confusing.
* doc/filters: Fix texi syntaxJean Delvare2013-06-26
| | | | | | | | | | Commit f1efaf837117718e3b4c96336fe9b5f686b1fe30 used parentheses instead of curly braces in texi syntax, resulting in warnings when the documentation is generated. Fix that. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge branch 'drawbox_exprs' of https://github.com/mjmvisser/FFmpegMichael Niedermayer2013-06-26
|\ | | | | | | | | | | | | | | * 'drawbox_exprs' of https://github.com/mjmvisser/FFmpeg: enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, added examples Reviewed-by: Andrey Utkin Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, ↵Mark Visser2013-06-25
| | | | | | | | added examples
* | examples/muxing: vertically alignStefano Sabatini2013-06-25
| |
* | Merge commit 'b0ce601c160c87349d093d7e542b5c752754f598'Michael Niedermayer2013-06-25
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b0ce601c160c87349d093d7e542b5c752754f598': doc/platform: Add info about ICL Conflicts: doc/platform.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | doc/platform: Add info about ICLDerek Buitenhuis2013-06-24
| | | | | | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | | lavf: add AV_DISPOSITION flags for WebVTT text track kindsMatthew Heaney2013-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are 4 separate WebVTT text track kinds: subtitles (the default if not otherwise specified), captions, descriptions, and metadata. The WebM muxer needs to know which WebVTT text track kind this is, in order to synthesize the correct track type and codec id. To allow a demuxer to indicate the text track kind of the input, a new set of AV_DISPOSITION flag values has been added, corresponding to each of the non-default text track kind values.
* | | Merge commit '95d52464542f532061290192518d5fe1c1930e8d'Michael Niedermayer2013-06-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '95d52464542f532061290192518d5fe1c1930e8d': lavc: Add option to encode MPEG-2 AAC with libfdk-aac Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-24
| | | | | | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | | doc/decoders,decoders: add various missing final dotsStefano Sabatini2013-06-21
| | | | | | | | | | | | Enhance consistency.
* | | doc/decoders: Add libopencore-amrwb decoder docTimothy Gu2013-06-21
| | | | | | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | | doc/protocols: apply very minor consistency fixesStefano Sabatini2013-06-21
| | |
* | | doc/protocols: document "srtp" protocolAndrey Utkin2013-06-21
| | | | | | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | | doc/decoders: Document libopencore-amrnb decoderTimothy Gu2013-06-21
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | doc/decoders: Document libilbc decoderTimothy Gu2013-06-21
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Document "sctp" protocolAndrey Utkin2013-06-20
| | | | | | | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Document "crypto" protocolAndrey Utkin2013-06-20
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | doc/decoders: Document libgsm decoderTimothy Gu2013-06-20
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | doc/encoders: Add libopencore-amrnb docTimothy Gu2013-06-19
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge branch 'frame_num_offset' of https://github.com/mjmvisser/FFmpegMichael Niedermayer2013-06-19
|\ \ \ | | | | | | | | | | | | Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | added start_number parameter to drawtext to permit an offset to n/frame_num varMark Visser2013-06-14
| | |/ | |/|
* | | doc/decoders: Document libceltTimothy Gu2013-06-18
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavf: add WebVTT muxer.Matthew Heaney2013-06-17
| | | | | | | | | | | | | | | | | | | | | This revision creates a WebVTT muxer, that outputs files having the format described in the following specification: http://dev.w3.org/html5/webvtt/
* | | lavu: Add RIPEMD hashingJames Almer2013-06-15
| | | | | | | | | | | | | | | | | | Includes RIPEMD-128, RIPEMD-160, RIPEMD-256 and RIPEMD-320 Signed-off-by: James Almer <jamrial@gmail.com>
* | | Document "cache" protocolAndrey Utkin2013-06-15
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/general: Make the license status of the Android libraries clearerTimothy Gu2013-06-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | drawbox: Respect thickness parameterJean Delvare2013-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-14
| | | | | | | | The filter was ported to a native libavfilter filter.
* | lavfi: add spp filter.Clément Bœsch2013-06-14
| |
* | lavfi/rotate: add angle commandStefano Sabatini2013-06-13
| |
* | lavfi: add rotate filterStefano Sabatini2013-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/general: s/Libav/FFmpegPaul B Mahol2013-06-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-11
|\| | | | | | | | | | | | | | | | | | | | | | | * 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-10
| |
* | doc/metadata: add notes and examples regarding metadata usage with ffmpegStefano Sabatini2013-06-11
| |
* | doc/codecs: Mention relation of the experimental setting and codecsMichael Niedermayer2013-06-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/encoders: Add libvo-aacenc docTimothy Gu2013-06-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: fix alias option name for chroma_mode in 'il' filter.Tim.Nicholson2013-06-07
| |