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-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-18aevalsrc: enclose example arguments in double quotesStefano Sabatini
2011-10-18lavu: update minor number and add APIchanges entry after recent av_strtok() a...Stefano Sabatini
2011-10-18lavfi: add audio eval signal sourceStefano Sabatini
2011-10-18doc/avtools: add forgotten part to stream specifiers descriptionAnton Khirnov
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-18avconv: add presetsAlexandra Khirnova
2011-10-17examples/decoding_encoding.c: test mpeg1 and h264Michael Niedermayer
2011-10-17examples/decoding_encoding.c: silence compiler warningMichael Niedermayer
2011-10-17examples/decoding_encoding.c: set a codec private option to demonstrate how t...Michael Niedermayer
2011-10-17examples/decoding_encoding.c: switch to h264Michael Niedermayer
2011-10-17doc: Update the documentation on setting options for RTSPMartin Storsjö
2011-10-17lavfi: port libmpcodecs delogo filterStefano Sabatini
2011-10-17lavfi: port boxblur filter from libmpcodecsStefano Sabatini
2011-10-17lavfi: add negate filterStefano Sabatini
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-10-17Merge remote-tracking branch 'luzero/segment'Michael Niedermayer
2011-10-16Allow to overwrite input stream tags.Carl Eugen Hoyos
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