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-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
2014-09-17doc/filters: add geq gradient examplesLou Logan
2014-09-16avfilter/ass: add shaping optionClément Bœsch
2014-09-16lavf/hls: add hls_ts_optionSteven Liu
2014-09-16doc/examples/transcoding: use av_packet_rescale_ts()Stefano Sabatini
2014-09-16hlsenc: single_file, support HLS ver 4 byterangesMika Raento
2014-09-14doc/examples: remove unneeded NULL checksMichael Niedermayer
2014-09-14doc/APIchanges: Update hashes and datesMichael Niedermayer
2014-09-14doc/APIchanges: attempt to split releasesClément Bœsch
2014-09-14doc: mention in APIChanges that AVProbeData must be initialized due to the ne...Andreas Cadhalpun
2014-09-13doc: document the addition of the AVProbeData.mime_type field and it's implic...Andreas Cadhalpun
2014-09-12docs: add example around the suggested commit message formatJames Darnley
2014-09-11Merge commit '775a0b04f0cf8102fe322b2ee03fe1a0633dea04'Michael Niedermayer
2014-09-10doc: Fix syntax and logical errors in avconv stream combination exampleDiego Biurrun
2014-09-08Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos
2014-09-07doc/filters.texi: improve the wording of the expr_int_format documentationAndreas Cadhalpun
2014-09-07doc/muxers/segment: reword text for examples, improve consistencyStefano Sabatini
2014-09-07lavf/segment: add segment_format_options optionStefano Sabatini
2014-09-06Merge commit '041caf1a63f091745b95a6d51c23fbdcb604d4ce'Michael Niedermayer
2014-09-06avplay: Exit by default at the end of playbackDiego Biurrun
2014-09-06doc: Copyright in CSS, CSS split in 2 filesdb0company
2014-09-05add silenceremove filterPaul B Mahol
2014-09-05doc/filters.texi: fix time duration referencesMark Harris
2014-09-04Add release notes for 11.Anton Khirnov
2014-09-04Use makeinfo to generate html doc for the new websiteTimothy Gu
2014-09-03doc/demuxers: document gif demuxerLou Logan
2014-09-03Merge commit '94f084324e648876508bed546d950762f10b875e'Michael Niedermayer
2014-09-03texi2pod: Make it output a single encoding stringLuca Barbato
2014-09-02build sys: enable the decoding_encoding example under the ffmpeg/doc/examplesRong Yan
2014-09-01doc/filters.texi: fix filter name in examplesMark Harris
2014-09-01general: Fix usage of @floatTimothy Gu
2014-08-29Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5'Michael Niedermayer
2014-08-28avcodec: add stream-level stereo3d side dataVittorio Giovara
2014-08-28doc/ffprobe: fix -show_entries exampleStefano Sabatini
2014-08-28Adds support for setting aq_mode in libvpx encoderDeb Mukherjee
2014-08-28Replace incorrect use of "multiply" with "multiple"James Darnley
2014-08-26Merge commit '56a721f020273d69daa8dcb0d99e42a43a0a0d4d'Michael Niedermayer
2014-08-26doc: fix a typoGabriel Dume
2014-08-26doc/snow: remove possibly wrong todo itemMichael Niedermayer
2014-08-25doc/APIchanges: fill in dates and hashesMichael Niedermayer
2014-08-25Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer
2014-08-25Merge commit '6ca11f7157d0ffd11ea9a4211b04981b46dc75d6'Michael Niedermayer
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
2014-08-25doc/APIchanges: fill in missing hashes and datesAnton Khirnov
2014-08-24avfilter: add codecview filterClément Bœsch
2014-08-24doc/ffmpeg: Try to clarify that the input option -r is not the same as -frame...Carl Eugen Hoyos
2014-08-23doc/filters: fix Shwo/Show typoClément Bœsch
2014-08-23dict.c: Free non-strduped av_dict_set arguments on error.Reimar Döffinger