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
2017-01-27doc/filters: mention recently added optionPaul B Mahol
2017-01-26avfilter: add abitscope multimedia filterPaul B Mahol
2017-01-26ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -v...Sasi Inguva
2017-01-25avformat: add Sample Dump eXchange demuxerPaul B Mahol
2017-01-25avutil/channel_layout: add av_get_extended_channel_layoutMarton Balint
2017-01-25avutil/channel_layout: fix remains of old syntax in docs and commentsMarton Balint
2017-01-24avfilter: add EIA-608 line extractorPaul B Mahol
2017-01-22avformat: add MIDI Sample Dump Standard demuxerPaul B Mahol
2017-01-22libavutil: add av_lfg_init_from_data() functionJonathan Campbell
2017-01-19avfilter:vf_drawtext: add new line space size set parameterSteven Liu
2017-01-18lavc: Remove old vaapi decode infrastructureMark Thompson
2017-01-12lavfi/buffersink: add accessors for the stream properties.Nicolas George
2017-01-12avformat/hlsenc: hls_start_number_source and start_numberBodecs Bela
2017-01-10doc/scaler: mention default scaling algorithmLou Logan
2017-01-07libavformat/avio: Add avio_get_dyn_buf functionsoftworkz
2017-01-07avcodec: add QDMC decoderPaul B Mahol
2017-01-06avfilter/vf_shuffleframes: allow also dropping framesPaul B Mahol
2017-01-06doc/muxers/hlsenc: typo hls_flag: discont_starts => discont_startBela Bodecs
2017-01-03avformat/hlsenc: size and duration in segment filenamesBela Bodecs
2016-12-31doc: document cutoff option to ac3 and adjust the option's global documentationMoritz Barsnick
2016-12-31lavc/libmp3lame: add support for cutoffMoritz Barsnick
2016-12-31doc/filters: Slightly improve the smartblur documentation.Carl Eugen Hoyos
2016-12-30avfilter/vf_pad: Add eval=frame supportMichael Niedermayer
2016-12-28libavformat/tee: Add fifo support for teeJan Sebechlebsky
2016-12-27avformat/hlsenc: strftime identifiers and segment indexBodecs Bela
2016-12-26doc/examples/http_multiclient: Fix resource leakMichael Niedermayer
2016-12-26flv demuxer supports live rtmp inputs but there is no any info about it in th...Bela Bodecs
2016-12-25ffplay: add startup volume optionGanesh Ajjanagadde
2016-12-23avcodec: add Apple Pixlet decoderPaul B Mahol
2016-12-22avfilter/vf_deband: add planes coupling modePaul B Mahol
2016-12-22doc/general: mention recently added PCM codecsPaul B Mahol
2016-12-22doc/filters: Fix vsbmc option name.Carl Eugen Hoyos
2016-12-19doc/examples/decoder_targeted: Limit max pixels for fuzzingMichael Niedermayer
2016-12-15doc/filters: fix channel names in sofalizer examplePaul B Mahol
2016-12-14doc/filters: drawtext: add example of printing texts on same baselineAndrey Utkin
2016-12-14libavcodec : add decoder for Photoshop PSD image filesMartin Vignali
2016-12-11avcodec: Add max_pixels optionsMichael Niedermayer
2016-12-11avutil: Add av_image_check_size2()Michael Niedermayer
2016-12-09doc/muxers: remove "-strict experimental" from tee muxer examplesLou Logan
2016-12-08avformat: Add max_streams optionMichael Niedermayer
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-12-07lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara
2016-12-05Avoid using the term "file" and prefer "url" in some docs and commentsMichael Niedermayer
2016-12-02avfilter: add premultiply filterPaul B Mahol
2016-12-01doc/examples/transcode_aac: fix a typoАлександр Слободенюк
2016-11-28vf_colorspace: Forbid odd dimensionsVittorio Giovara
2016-11-26avformat/flvenc: fix ticket 5976 and use old commitSteven Liu
2016-11-24lavfi/pan: allow negative gain parameters also for other inputs than the firs...Moritz Barsnick
2016-11-23avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol
2016-11-23doc/examples/muxing: Fix av_frame_make_writable usageSam Hocevar