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-11-08movenc: Remove an outdated commentMartin Storsjö
2014-11-07lavf: Add an option for avoiding negative timestampsMichael Niedermayer
2014-11-06lavc: add a public API for parsing vorbis packets.Anton Khirnov
2014-10-30movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö
2014-10-30doc: Document the omit_tfhd_offset flag to the mp4 muxerMartin Storsjö
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-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-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-10-08pixdesc: return color properties namesVittorio Giovara
2014-10-06vdpau: add av_vdpau_bind_context()Rémi Denis-Courmont
2014-10-03hlsenc: Add parameter -hls_allow_cacheJoakim Roubert
2014-09-10doc: Fix syntax and logical errors in avconv stream combination exampleDiego Biurrun
2014-09-06avplay: Exit by default at the end of playbackDiego Biurrun
2014-09-04Add release notes for 11.Anton Khirnov
2014-09-03texi2pod: Make it output a single encoding stringLuca Barbato
2014-08-28avcodec: add stream-level stereo3d side dataVittorio Giovara
2014-08-26doc: fix a typoGabriel Dume
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
2014-08-25doc/APIchanges: fill in missing hashes and datesAnton Khirnov
2014-08-18doc: Change wrong term to avoid confusionGabriel Dume
2014-08-13cmdutils: allow matching by metadata in stream specifiersAnton Khirnov
2014-08-13mem: add av_strndup() for duplicating substringsAnton Khirnov
2014-08-13http: enable icy metadata by default.Andrew Stone
2014-08-13AVOption: add support for dictionary types.Andrew Stone
2014-08-13lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone
2014-08-10avresample: Introduce AVFrame-based APILuca Barbato
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-08avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun
2014-08-07swscale: Undeprecate sws_getContext()Diego Biurrun
2014-08-07avcodec: Undeprecate reordered_opaqueDiego Biurrun
2014-08-05movenc: Add option to disable nero chaptersJohn Stebbins
2014-08-04avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-08-04pixdesc: Support pixelformat aliasesLuca Barbato
2014-08-04Add Icecast protocolMarvin Scholz
2014-08-04avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya
2014-08-03avcodec: Deprecate unused defines and optionsDiego Biurrun
2014-08-03examples: filter_audio: Add missing mem.h header for av_freep()Diego Biurrun
2014-08-01Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-07-28lavc: add a property for marking codecs that support frame reorderingAnton Khirnov
2014-07-26output example: convert audio to the format supported by the encoderAnton Khirnov
2014-07-26output example: set the stream timebaseAnton Khirnov
2014-07-22build: Support executable only ldflagsLuca Barbato
2014-07-11examples/output: Remove unused variableDiego Biurrun
2014-07-09display: add matrix flip apiVittorio Giovara