Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles
2011-10-13vsrc_nullsrc: remove mathematical constants now redundant.Nicolas George
2011-10-13vf_crop: remove mathematical constants now redundant.Nicolas George
2011-10-13vf_settb: remove mathematical constants now redundant.Nicolas George
2011-10-13vf_setpts: remove mathematical constants now redundant.Nicolas George
2011-10-13vf_select: remove mathematical constants now redundant.Nicolas George
2011-10-13vf_scale: remove mathematical constants now redundant.Nicolas George
2011-10-13vf_pad: remove mathematical constants now redundant.Nicolas George
2011-10-13vf_lut: remove mathematical constants now redundant.Nicolas George
2011-10-13vf_drawtext: remove mathematical constants now redundant.Nicolas George
2011-10-13eval: add mathematical constants (PI, E, PHI).Nicolas George
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12fix ac3 encoder documentationJustin Ruggles
2011-10-12AVOptions: bump minor and add APIchanges entry.Anton Khirnov
2011-10-12doc: small ascii diagram on I/O files and streams in ffmpeg.cClément Bœsch
2011-10-12examples/encoding: rename to decoding_encoding.c as the file is an example fo...Michael Niedermayer
2011-10-12examples/encoding: List more formats to make it more clear to the reader what...Michael Niedermayer
2011-10-11doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun
2011-10-11eval: document recently added random(), hypot(), gcd().Clément Bœsch
2011-10-10Add G.723.1 to the documentation.Carl Eugen Hoyos
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-09avtools: add -v as alias for -loglevelMans Rullgard
2011-10-09doc/avconv: add forgotten output/per-stream info to -filterAnton Khirnov
2011-10-09avconv: add -stats option to enable/disable printing encoding progressAnton Khirnov
2011-10-09ffprobe: parse arguments for -print_format writerStefano Sabatini
2011-10-09ffprobe: create a dedicated "Writers" section in the manualStefano Sabatini
2011-10-09doc: avoid "@table has text but no @item" warning.Clément Bœsch
2011-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-06swr-docs: update due to last change to swresampleMichael Niedermayer
2011-10-05Fix 'heigth' vs. 'height' typos.Diego Biurrun
2011-10-02vf_lut.c: fix wrong syntax in exampleStefano Sabatini
2011-09-30doc: add swresample docMichael Niedermayer
2011-09-30Revert "general.texi: we dont have a g729 encoder yet"Michael Niedermayer
2011-09-29general.texi: we dont have a g729 encoder yetMichael Niedermayer
2011-09-29G.723.1 doc and change log entryMohamed Naufal Basheer
2011-09-29vf_unsharp: set default chroma size value to 5x5Stefano Sabatini
2011-09-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-292/4 bpp png is supported.Carl Eugen Hoyos
2011-09-28Encoding speex via libspeex is supported.Carl Eugen Hoyos
2011-09-28vf_scale: add a "sar" variableStefano Sabatini
2011-09-28doc/ffmpeg.texi: merge changes from avconv.texi since last mergeMichael Niedermayer
2011-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-28ffplay.texi: document -codecMichael Niedermayer
2011-09-27avconv: add support for copying attachments.Anton Khirnov
2011-09-27doc/avconv: expand documentation for some options.Anton Khirnov
2011-09-27doc/avconv: document -timelimit.Anton Khirnov
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-26avconv: replace all fprintf() by av_log().Anton Khirnov
2011-09-26libaac+ supporttipok