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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2013-04-09vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vsrc_movie: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vsrc_color: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_join: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_channelmap: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_yadif: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_unsharp: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_transpose: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_settb: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_setpts: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_select: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_pad: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_overlay: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_lut: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_libopencv: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_gradfun: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_scale: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_frei0r: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_fieldorder: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_fade: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_drawtext: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_drawbox: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_delogo: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_cropdetect: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_crop: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_boxblur: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_blackframe: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_aspect: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_(no)format: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_aformat: switch to an AVOptions-based system.Anton Khirnov
2013-04-09buffersrc: switch to an AVOptions-based system.Anton Khirnov
2013-04-09lavfi: switch to an AVOptions-based system.Anton Khirnov
2013-04-05Integrate lcov/gcov into LibavReinhard Tartler
2013-03-30doc/platform: Remove part about dllimportDerek Buitenhuis
2013-03-29fate: add an option to generate the referencesLuca Barbato
2013-03-28lavfi/gradfun: fix rounding in MMX code.Clément Bœsch
2013-03-28avconv: add options for reading filtergraphs from a file.Anton Khirnov
2013-03-21doc/developer: Clarify symbol naming prefixes section.Diego Biurrun
2013-03-19pixdesc: add a function for counting planes in a pixel format.Anton Khirnov
2013-03-19avplay: remove the -debug option.Anton Khirnov
2013-03-18print_options: do not generate docs for options without enc or dec flagsAnton Khirnov
2013-03-16document the release processReinhard Tartler
2013-03-16filters.texi: restore mistakenly removed section name for noformatAnton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles