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
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25Add libavresampleJustin Ruggles
2012-04-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-23print_options: warn that the files are generated.Nicolas George
2012-04-23Remove libdirac decoder.Diego Biurrun
2012-04-21lavfi/setfield: add "progressive" optionTim Nicholson
2012-04-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-20avutil: add audio fifo bufferJustin Ruggles
2012-04-20lavfi/mp: remove libmpcodecs mirror filterStefano Sabatini
2012-04-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-17Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'Michael Niedermayer
2012-04-16doc: Update sample Vim config with suitable (function) indentation settings.Diego Biurrun
2012-04-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-15doc/filters: update documentation.Anton Khirnov
2012-04-15avconv: add support for complex filtergraphs.Anton Khirnov
2012-04-15doc: Improve suggested Emacs settings for our coding style.Diego Biurrun
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-14graphparser: allow specifying sws flags in the graph description.Anton Khirnov
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13lavfi/mp: remove 2xsai wrapped filterStefano Sabatini
2012-04-13lavfi: port 2xsai filter from libmpcodecsStefano Sabatini
2012-04-13examples/decoding_encoding: remove unused variable "size"Stefano Sabatini
2012-04-13lavfi: install asrc_abuffer.h headerStefano Sabatini
2012-04-13git-howto: Explain how to avoid Windows line endings in git checkouts.Diego Biurrun
2012-04-12ffmpeg: add -benchmark_all option.Nicolas George
2012-04-10vf_drawtext: fontconfig support.Nicolas George
2012-04-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-08avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles
2012-04-07doc/muxers: add documentation for the md5 and framemd5 muxersStefano Sabatini
2012-04-07doc/muxers: clarify documentation for the framecrc muxerStefano Sabatini
2012-04-07doc/muxers: update documentation for the framecrc muxerStefano Sabatini
2012-04-07doc/filters: remove reference to removed delogo wrapperStefano Sabatini
2012-04-07lavfi/mp: remove remove_logo wrapperStefano Sabatini
2012-04-07lavfi: port libmpcodecs remove-logo filterStefano Sabatini
2012-04-06doc: image2: update docs for glob input patternsAlexander Strasser
2012-04-06lavc: add a OpenEXR decoderJimmy Christensen
2012-04-06avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-04-05libavfilter: add colormatrix filtermultiple authors
2012-04-04libavfilter: Add interlace detect filter.Michael Niedermayer
2012-04-04v4l2: allow to convert monotonic timestamps.Nicolas George
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-30img2: glob matching for image seriesBrian Olson
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-29doc/ffmpeg: update and extend documentation for -copytbStefano Sabatini
2012-03-28ass: fix aspect ratio computation.Nicolas George
2012-03-28build: fix doc generation errors in parallel buildsMans Rullgard
2012-03-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-27XBM decoderPaul B Mahol