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
2014-10-29Improve the fieldmatch documentation about mixed telecined content.Carl Eugen Hoyos
2014-10-29Mention in the documentation that fieldmatch needs cfr input.Carl Eugen Hoyos
2014-10-25opts: add list device sources/sinks optionsLukasz Marek
2014-10-25doc/fftools-common-opts: document -devices optionLukasz Marek
2014-10-24Merge commit 'ef363ebd596da18f889a7d4845023a23dfac84c9'Michael Niedermayer
2014-10-24Merge commit 'c63418e0a3afbcdbc59fd65c270d45efafe092ce'Michael Niedermayer
2014-10-24mp3enc: write full LAME frameAnton Khirnov
2014-10-24doc: reword the mp3 muxer documentationAnton Khirnov
2014-10-24lavu: Add av_gettime_relativeMartin Storsjö
2014-10-23Added STL demuxer and decoderEejya Singh
2014-10-21doc/ffmpeg.texi: document the new -start_at_zero optionRodger Combs
2014-10-20avfilter/vf_idet: add both multiple and single frame detection metadataKevin Mitchell
2014-10-19ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer
2014-10-19libavfi: added option to vf_perspective to specify transformation by giving d...Nicholas Robbins
2014-10-19doc/filters: fix localtime drawtext example.Simon Thelen
2014-10-18ffplay: update documentationMarton Balint
2014-10-18ffplay: remove manual bug option handling codeMarton Balint
2014-10-17doc/filters.texi: fix several typos in the vidstab* sectionsMoritz Barsnick
2014-10-15doc/encoders: add basic libx265 documentationLou Logan
2014-10-15doc/filters: update link to OpenCV docsLou Logan
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15Merge commit 'd565fef1b83b6c5f8afb32229260b79f67c68109'Michael Niedermayer
2014-10-15Merge commit 'e09a947c1a856d9d34199a13ee378fe46be53d3a'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-15vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont
2014-10-15doc: fix typing mistakeRémi Denis-Courmont
2014-10-14Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-10-09Merge commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4'Michael Niedermayer
2014-10-08pixdesc: return color properties namesVittorio Giovara
2014-10-08ffprobe: add pixel format chroma sub-sampling outputTobias Rapp
2014-10-08ffprobe: add pixel format component bit depth outputTobias Rapp
2014-10-08ffprobe: add pixel format flags outputTobias Rapp
2014-10-08ffprobe: add -show_pixel_formats optionTobias Rapp
2014-10-07avfilter: add w/h parameters in timelineClément Bœsch
2014-10-06Merge commit 'e3e158e81f0666b8fe66be9ce1cad63a535920e0'Michael Niedermayer
2014-10-06vdpau: add av_vdpau_bind_context()Rémi Denis-Courmont
2014-10-03Merge commit '55f03d872640175a00bfa262da4652b7312b905f'Michael Niedermayer
2014-10-03hlsenc: Add parameter -hls_allow_cacheJoakim Roubert
2014-10-02avcodec, avutil: allow more control about how samples are skippedwm4
2014-10-02avutil/avstring: Factor av_match_list() outMichael Niedermayer
2014-10-01avcodec/libx264: add avcintra-classMichael Niedermayer
2014-09-28avformat/hlsenc: Added parameter -hls_allow_cacheJoakim Roubert
2014-09-26avformat: add SUP/PGS subtitle demuxerwm4
2014-09-24doc/APIchanges: fix typoMichael Niedermayer
2014-09-24postproc: add basic deblock filter visualization supportMichael Niedermayer
2014-09-23doc/decoders: adding documentation for lavc/dvdsubdec.c option "forced_subs_o...Nicholas Robbins
2014-09-22avdevice: add decklink input supportDeti Fliegl
2014-09-19avcodec/dv_profile: deprecate internal function that shouldn't be publicJames Almer
2014-09-17doc/filters: remove aconvertPaul B Mahol