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
2013-12-15Bump libavutil major version to account for the LLS API/ABI changes.Reinhard Tartler
2013-12-11lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-12-09avframe: add codec-independent stereoscopic metadataVittorio Giovara
2013-12-01doc: Try to find nonstandard Perl path from the environmentDiego Biurrun
2013-11-27doc/platform: Update to reflect current MSVC build situationDerek Buitenhuis
2013-11-27Add an audio transcoding example.Andreas Unterweger
2013-11-27build: Check for pod2man instead of perl for manual page generationDiego Biurrun
2013-11-26mpeg12dec: Extract CC user data into frame side dataJohn Stebbins
2013-11-26metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov
2013-11-25build: Integrate multilibrary examples into the build systemDiego Biurrun
2013-11-25build: Separate building programs linking against libav* from building av*Diego Biurrun
2013-11-25doc: Add the host executable suffix for the print_options dependencyMartin Storsjö
2013-11-23build: more fine-grained dependencies for documentation build toolsDiego Biurrun
2013-11-23avconv: add support for VDPAU decodingAnton Khirnov
2013-11-23avconv: add infrastructure for using hwaccelsAnton Khirnov
2013-11-21filter docs: reference scale and fps filtersVittorio Giovara
2013-11-15lavc: VP9 decoderRonald S. Bultje
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov
2013-11-14lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov
2013-11-14vdpau: add a constructor for AVVDPAUContext.Anton Khirnov
2013-11-14vdpau: add a convenience function for getting a decoder profile.Anton Khirnov
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-11-04lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström
2013-11-03vf_scale: make the dar variable return the DAR.Rudolf Polzer
2013-11-03vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer
2013-10-31avplay: drop -vismv option which does not do anything anymoreAnton Khirnov
2013-10-31Add raw HEVC demuxerDirk Farin
2013-10-31Add HEVC decoderGuillaume Martres
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-10-31HNM4/HNM4A demuxer & video decoderDavid Kment
2013-10-22avplay: Accept cpuflags optionLuca Barbato
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-09-27tls: Add support for listen modeMartin Storsjö
2013-09-27tls: Add options for verifying the peer certificateMartin Storsjö
2013-09-24doc/filters: fix an option name in the unsharp docsAnton Khirnov
2013-09-21lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya
2013-09-18Add a WebP decoderJustin Ruggles
2013-09-17doc: Add missing hashes and dates to APIChangesLuca Barbato
2013-09-16mem: Introduce av_reallocpLuca Barbato
2013-09-10doc: Drop VDPAU from list of supported codecsDiego Biurrun
2013-09-04doc: Describe TB option of setpts filterClifford Wolf
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-08-31configure: Add docdir configuration optionVittorio Giovara
2013-08-28doc: document the asf demuxerLuca Barbato
2013-08-27doc: Document the flv demuxerLuca Barbato
2013-08-21movenc: add faststart option for web streamingClément Bœsch
2013-08-20vf_fps: add 'start_time' optionJustin Ruggles
2013-08-10doc: Clarify the avconv section about -reMartin Storsjö