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
2012-10-12pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-10-11doc: update the faq entry about custom I/OLuca Barbato
2012-10-10avio: introduce avio_closepLuca Barbato
2012-10-09avconv: remove -same_quantAnton Khirnov
2012-10-08doc: allow building with old texi2html versionsMans Rullgard
2012-10-08doc: support the new website layoutLuca Barbato
2012-10-08doc: remove a warning from filters.texiLuca Barbato
2012-10-08doc: initial nut documentationLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-10-06doc/RELEASE_NOTES: update for the 9 release.Anton Khirnov
2012-10-05doc/APIchanges: fill in missing dates and hashes.Anton Khirnov
2012-10-05lavr: bump major to 1 and declare it stable.Anton Khirnov
2012-10-01Opus encoder using libopusNathan Caldwell
2012-09-28doc/platform: Rework the Visual Studio linking sectionDerek Buitenhuis
2012-09-28doc/faq: Change the Visual Studio entry to reflect current statusDerek Buitenhuis
2012-09-28doc/platform: Replace Visual Studio section with build instructionsDerek Buitenhuis
2012-09-28doc/platform: Nuke section on linking static MinGW-built libs with MSVCDerek Buitenhuis
2012-09-28doc/platform: Remove false claim about MinGW installerDerek Buitenhuis
2012-09-28doc/platform: Mention MinGW-w64Derek Buitenhuis
2012-09-28Opus decoder using libopusNicolas George
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
2012-09-15Enhance doc on asyncts audiofilterAndrey Utkin
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
2012-08-31MSS2 decoderAlberto Delmás
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-30avconv: make the -pass option per-stream.Anton Khirnov
2012-08-30lavc: add lossy/lossless codec properties.Anton Khirnov
2012-08-29Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov
2012-08-23doc/APIchanges: add an entry for codec descriptors.Anton Khirnov
2012-08-20lavc: add Ut Video encoderJan Ekström
2012-08-19avtools: add -h demuxer/muxerAnton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19avconv: deprecate -isync.Anton Khirnov
2012-08-18cmdutils: refactor -codecs option.Anton Khirnov
2012-08-18avconv: make -shortest a per-output file option.Anton Khirnov
2012-08-17doc: Fix syntax errors in sample Emacs configJordi Ortiz
2012-08-16rtmp: Add support for receiving incoming streamsJordi Ortiz
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-15rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset
2012-08-15rtmp: Add support for SWFVerificationSamuel Pitoiset
2012-08-10lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-08-09doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugsDiego Biurrun
2012-08-08vsrc_movie: discourage its use with avconv.Anton Khirnov
2012-08-08avconv: allow no input files.Anton Khirnov
2012-08-08doc: cygwin: Update list of FATE package requirementsDiego Biurrun
2012-08-08rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset