aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add G.723.1 to the documentation.Carl Eugen Hoyos2011-10-101-1/+2
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-102-6/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header mpeg124: use sign_extend() function ac3dec: use get_sbits() instead of manually sign-extending 4xm: fix signed overflow wmavoice: fix a signed overflow mpegvideo_enc: fix a signed overflow crc: fix signed overflow fate: run avconv with -nostats flag avtools: add -v as alias for -loglevel avconv: always print stats with AV_LOG_INFO doc/avconv: add forgotten output/per-stream info to -filter avconv: add -stats option to enable/disable printing encoding progress avconv: in output_packet() don't set decoded_data_size for video. avconv: remove pointless always true condition avconv: factorize common code in transcode_init() zmbv: remove memcpy() of decoded frame mpeg12enc: use sign_extend() function h264pred: use unsigned types for pixel values, fix signed overflows h264: fix signed overflows in x*0x01010101 expressions h264pred: remove unused variables Conflicts: avconv.c tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avtools: add -v as alias for -loglevelMans Rullgard2011-10-092-5/+1
| | | | | | | | | | | | This saves a bit of typing. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * doc/avconv: add forgotten output/per-stream info to -filterAnton Khirnov2011-10-091-1/+1
| |
| * avconv: add -stats option to enable/disable printing encoding progressAnton Khirnov2011-10-091-0/+3
| |
* | ffprobe: parse arguments for -print_format writerStefano Sabatini2011-10-091-1/+4
| | | | | | | | | | This allows -print_format to accept string of the form WRITER=OPTIONS, as required by the pending compact writer patch.
* | ffprobe: create a dedicated "Writers" section in the manualStefano Sabatini2011-10-091-11/+46
| | | | | | | | Also update documentation related to the output format.
* | doc: avoid "@table has text but no @item" warning.Clément Bœsch2011-10-091-12/+24
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-061-7/+7
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Fix 'heigth' vs. 'height' typos. lavc/lavf: use unique private classes. lavc: use designated initializers for av_codec_context_class Conflicts: libavdevice/fbdev.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-051-7/+7
| |
| * vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-09-291-3/+3
| | | | | | | | | | | | | | The previous default value 0x0 was not good, since it is not even valid. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | swr-docs: update due to last change to swresampleMichael Niedermayer2011-10-061-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_lut.c: fix wrong syntax in exampleStefano Sabatini2011-10-021-1/+1
| |
* | doc: add swresample docMichael Niedermayer2011-09-301-0/+44
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Revert "general.texi: we dont have a g729 encoder yet"Michael Niedermayer2011-09-301-1/+1
| | | | | | | | This reverts commit 84f8aef40c7091274ed399a8aeaa933ea76d9476.
* | general.texi: we dont have a g729 encoder yetMichael Niedermayer2011-09-291-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | G.723.1 doc and change log entryMohamed Naufal Basheer2011-09-291-0/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-291-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (23 commits) avconv: Reformat s16 volume adjustment. ARM: NEON optimised vector_fmac_scalar() dca: use vector_fmac_scalar from dsputil dsputil: add vector_fmac_scalar() latmenc: Fix private options vf_unsharp: store hsub/vsub in the filter context vf_unsharp: adopt a more natural order of params in apply_unsharp() vf_unsharp: rename method "unsharpen" to "apply_unsharp" vf_scale: apply the same transform to the aspect during init that is applied per frame vf_pad: fix "vsub" variable value computation vf_scale: add a "sar" variable lavfi: fix realloc size computation in avfilter_add_format() vsrc_color: use internal timebase lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() graphparser: prefer void * over AVClass * for log contexts avfiltergraph: use meaningful error codes avconv: Initialize return value for codec copy path. fate: use 'run' helper for seek-test fate: remove seek-mpeg2reuse test Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. ... Conflicts: doc/filters.texi libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/avfiltergraph.h libavfilter/graphparser.c libavfilter/vf_scale.c libavfilter/vsrc_color.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_scale: add a "sar" variableStefano Sabatini2011-09-281-1/+4
| | | | | | | | | | | | | | Also create a "dar" alias for the "a" variable, for avoiding possible confusion between dar/sar. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | 2/4 bpp png is supported.Carl Eugen Hoyos2011-09-281-1/+0
| |
* | Encoding speex via libspeex is supported.Carl Eugen Hoyos2011-09-281-1/+1
| |
* | doc/ffmpeg.texi: merge changes from avconv.texi since last mergeMichael Niedermayer2011-09-281-11/+16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-282-13/+18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: avconv: use different variables for decoded and filtered frame. avconv: add support for copying attachments. matroskaenc: write attachments. matroskadec: export mimetype of attachments as metadata. avconv: factorize common code from new_*_stream() doc/avconv: expand documentation for some options. doc/avconv: document -timelimit. Conflicts: avconv.c cmdutils.c tests/codec-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: add support for copying attachments.Anton Khirnov2011-09-271-3/+4
| |
| * doc/avconv: expand documentation for some options.Anton Khirnov2011-09-271-10/+12
| |
| * doc/avconv: document -timelimit.Anton Khirnov2011-09-271-0/+2
| |
* | ffplay.texi: document -codecMichael Niedermayer2011-09-271-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (21 commits) fate: allow testing with libavfilter disabled x86: XOP/FMA4 CPU detection support ws_snd: misc cosmetic clean-ups ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead. ws_snd: use memcpy() and memset() instead of loops ws_snd: use samples pointer for loop termination instead of a separate iterator variable. ws_snd: make sure number of channels is 1 ws_snd: add some checks to prevent buffer overread or overwrite. ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16. flacdec: fix buffer size checking in get_metadata_size() rtp: Simplify ff_rtp_get_payload_type rtpenc: Add a payload type private option rtp: Correct ff_rtp_get_payload_type documentation avconv: replace all fprintf() by av_log(). avconv: change av_log verbosity from ERROR to FATAL for fatal errors. cmdutils: replace fprintf() by av_log() avtools: parse loglevel before all the other options. oggdec: add support for Xiph's CELT codec sol: return error if av_get_packet() fails. cosmetics: reindent and pretty-print ... Conflicts: avconv.c cmdutils.c libavcodec/avcodec.h libavcodec/version.h libavformat/oggparsecelt.c libavformat/utils.c libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: replace all fprintf() by av_log().Anton Khirnov2011-09-261-1/+2
| | | | | | | | Deprecate -v option, now only -loglevel is enough.
* | libaac+ supporttipok2011-09-261-1/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | G.729 decoding is supported.Carl Eugen Hoyos2011-09-251-0/+4
| |
* | AMV encoding is supported.Carl Eugen Hoyos2011-09-251-1/+1
| |
* | vf_drawtext: make x and y options parametricStefano Sabatini2011-09-241-3/+93
| | | | | | | | Address trac issue #378.
* | vf_drawtext: fix missed update in docsStefano Sabatini2011-09-241-1/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-231-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Add LATM demuxer avplay: flush audio decoder with empty packets at EOF if the decoder has CODEC_CAP_DELAY set. 8svx/iff: fix decoding of compressed stereo 8svx files. 8svx: log an error message if output buffer is too small 8svx: check packet size before reading the initial sample value. 8svx: output 8-bit samples instead of 16-bit. 8svx: split delta decoding into a separate function. mp4: Don't read an empty Decoder Config Descriptor fate.sh: Ignore errors from rm command during cleanup. fate.sh: Run git-pull in quiet mode to avoid console spam. Apple ProRes decoder rtmp: Make the input FLV parser handle data cut at any point rv34: Check for invalid slices offsets eval: test isnan(sqrt(-1)) instead of just sqrt(-1) Conflicts: Changelog libavcodec/8svx.c libavcodec/proresdec.c libavcodec/version.h libavformat/iff.c libavformat/version.h tests/ref/fate/eval Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Apple ProRes decoderMaxim Poliakovski2011-09-221-0/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Cosmetics: Fix typo.Carl Eugen Hoyos2011-09-221-1/+1
| |
* | vf_drawtext: use @itemize environment for showing examples in docsStefano Sabatini2011-09-221-9/+15
| | | | | | | | Beautify.
* | lavu: add av_x_if_null().Clément Bœsch2011-09-221-0/+3
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: swfdec: Add support for sample_rate_code 0 (5512 Hz) dct-test: factor out some common code and do whas was likely intended doc: library versions need to be bumped in version.h Revert "ffmpeg: get rid of useless AVInputStream.nb_streams." Remove some forgotten AVCodecContext.palctrl usage. lavc/utils: move avcodec_init() higher in the file. lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_* ac3dec: actually use drc_scale private option lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macros alsa: add missing header msmpeg4: remove leftover unused debug variable declaration Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. Fix av_dlog invocations with wrong or missing logging context. vf_yadif: add support to yuva420p vf_yadif: correct documentation on the parity parameter vf_yadif: copy buffer properties like aspect for second frame as well oma: support for encrypted files id3v2: add support for non-text and GEOB type tag frames des: add possibility to calculate DES-CBC-MAC with small buffer Conflicts: ffmpeg.c libavcodec/dct-test.c libavformat/mpegts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: library versions need to be bumped in version.hDiego Biurrun2011-09-211-1/+1
| |
| * vf_yadif: correct documentation on the parity parameterStefano Sabatini2011-09-211-2/+2
| | | | | | | | | | | | | | 0 is top-field-first, 1 is bottom-field-first, not the other way around. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * vf_yadif: add an option to enable/disable deinterlacing based on src frame ↵Joakim Plate2011-09-191-1/+13
| | | | | | | | | | | | | | "interlaced" flag Signed-off-by: Joakim Plate <elupus@ecce.se> Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * eval: implement not() expressionStefano Sabatini2011-09-191-5/+3
| |
| * eval: add sqrt function for computing the square rootStefano Sabatini2011-09-191-0/+4
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-181-4/+4
|\| | | | | | | | | | | | | | | | | | | * qatar/master: doc/APIChanges: fill in missing hashes and dates. Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/APIChanges: fill in missing hashes and dates.Anton Khirnov2011-09-181-5/+5
| |
* | doc/filters: fix numer/number typo.Clément Bœsch2011-09-181-1/+1
| |
* | lavc: add CODEC_FLAG2_SHOW_ALLMichael Niedermayer2011-09-181-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | asrc_anullsrc: implement a request_frame callback for returning framesStefano Sabatini2011-09-181-2/+8
| | | | | | | | | | This is mainly useful for filters (like the sox synth), which overwrite the content of the passed data.