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
2011-01-09Match the documentation of -ar with the actual behaviour.Carl Eugen Hoyos
2011-01-09Fix typos in the crop filter documentation.Stefano Sabatini
2011-01-09Add documentation for the image2 demuxer.Stefano Sabatini
2011-01-09Add demuxers.texi file.Stefano Sabatini
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
2011-01-08Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer
2011-01-08Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer
2011-01-08Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer
2011-01-08Add av_get_profile_name() to get profile names.Anssi Hannula
2011-01-06rtsp: Allow requesting of filtering of source packetsMartin Storsjö
2011-01-06udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö
2011-01-05In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini
2010-12-29add ASS encoding and decoding support in Subtitle Formats documentationAurelien Jacobs
2010-12-29add SubRip decoderAurelien Jacobs
2010-12-28Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini
2010-12-27Bump lavfi minor and add an entry after r26108 (which addedStefano Sabatini
2010-12-27Fix date in APIchanges.Stefano Sabatini
2010-12-27Consistently prefer short library names in APIchanges.Stefano Sabatini
2010-12-27Implement av_find_best_stream.Nicolas George
2010-12-27lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMSAnton Khirnov
2010-12-27Metadata demuxer.Anton Khirnov
2010-12-27Metadata muxerAnton Khirnov
2010-12-26Extend documentation for format and noformat filters, and removeStefano Sabatini
2010-12-26Add erode libopencv filter.Stefano Sabatini
2010-12-26Add dilate libopencv filter.Stefano Sabatini
2010-12-26Windows Televison (WTV) demuxerPeter Ross
2010-12-24There is no complete G.729 decoder in libavcodec.Carl Eugen Hoyos
2010-12-23Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-12-19Add AVERROR_*_NOT_FOUND codes.Nicolas George
2010-12-18AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje
2010-12-17Improve layout and clarify / complete documentation for the yadifStefano Sabatini
2010-12-14Simplify texi files naming: ff*-doc.texi -> ff*.texi.Stefano Sabatini
2010-12-12Add gradfun filter, ported from MPlayer.Nolan L
2010-12-12Add section describing the filtergraph.Stefano Sabatini
2010-12-09Fix typo.Stefano Sabatini
2010-12-09Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini
2010-12-07Deprecate the use of the NO_COLOR environment variable.Stefano Sabatini
2010-12-07Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini
2010-12-05Allow to force colored output.Etienne Buira
2010-12-04Add CODEC_CAP_NEG_LINESIZES.Stefano Sabatini
2010-12-04Cosmetics: add empty line which was previously removed.Stefano Sabatini
2010-12-04Port libmpcodecs hqdn3d filter.Baptiste Coudurier
2010-12-04Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini
2010-12-04Implement av_image_alloc() and use it inStefano Sabatini
2010-12-02Add avfilter_graph_create_filter().Stefano Sabatini
2010-11-30Extend the frei0r filter syntax.Stefano Sabatini
2010-11-30Implement frei0r source.Stefano Sabatini
2010-11-30Remove @anchor{} commands from the POD output.Stefano Sabatini
2010-11-26Mobotix .mxg demuxerAnatoly Nenashev