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-03-15lavfi/ebur128: add framelog option.Clément Bœsch
2013-03-15examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini
2013-03-15examples/filtering_audio: update to new APIStefano Sabatini
2013-03-15examples/filtering_video: update to new APIStefano Sabatini
2013-03-13lavfi/cropdetect: add support for named optionsStefano Sabatini
2013-03-13lavfi/fieldorder: add support to named optionsStefano Sabatini
2013-03-13lavc: extend documentation for skip_idct, skip_loop_filter, skip_frame optionsStefano Sabatini
2013-03-13Remove references to the "ff" variant of buffersink.Nicolas George
2013-03-12Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer
2013-03-12Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-10lavfi/smartblur: add support to named optionsStefano Sabatini
2013-03-10ffmpeg: add the -canvas_size option.Nicolas George
2013-03-10doc/ffplay,ffmpeg: mention the corresponding negated option for -statsStefano Sabatini
2013-03-10lavfi: add curves filter.Clément Bœsch
2013-03-10doc: fix examples.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer
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-03-07lavf/segment: add support to ffconcat segment listStefano Sabatini
2013-03-07doc/texi2pod: fix @ref substitution rule, disallow "}" within the fieldsStefano Sabatini
2013-03-07lavu: add escape APIStefano Sabatini
2013-03-06lavf/concat: document the use of the files durations.Nicolas George
2013-03-06lavfi/deshake: support named options.Clément Bœsch
2013-03-06doc/filters: make examples a bit more consistent.Clément Bœsch
2013-03-05doc/showspectrum: add some examples.Clément Bœsch
2013-03-05lavfi: port MP stereo3d filterPaul B Mahol
2013-03-05examples/muxing: fix memory leak.Nicolas George
2013-03-05doc/muxers: specify that tee needs -map.Nicolas George
2013-03-05doc/filters: fix short options for noise filterPaul B Mahol
2013-03-04doc/filters: fix degrees/radians copy/paste fail.Clément Bœsch
2013-03-02doc/examples/demuxing: use AVFrame accessor functionsMichael Niedermayer
2013-02-28Improve dump_attachment documentation.Carl Eugen Hoyos
2013-02-27ffmpeg_opt: add -to option to specify stop timeJean First
2013-02-25lavfi/geq: improve support for formats with alpha planePaul B Mahol
2013-02-25lavfi/abuffersink: add sample_rates field to AVABufferSinkParamsStefano Sabatini
2013-02-24Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer
2013-02-24Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608'Michael Niedermayer
2013-02-24lavf/concatdec: add the "duration" directive.Nicolas George
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-02-23doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun
2013-02-23doc/filters: add forgotten sentence for blend filter examplesPaul B Mahol
2013-02-23doc/muxers: fix reference to @anchor defined in another manualStefano Sabatini
2013-02-23lavu/parseutils: allow MM:SS format for duration in av_parse_time()Senthilnathan M
2013-02-22doc/filters: apply minor spacing fixes to boxblur docsStefano Sabatini
2013-02-22lavfi/boxblur: add support to named optionsStefano Sabatini
2013-02-22blend filterPaul B Mahol