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
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
2012-08-31MSS2 decoderAlberto Delmás
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-30avconv: make the -pass option per-stream.Anton Khirnov
2012-08-30lavc: add lossy/lossless codec properties.Anton Khirnov
2012-08-29Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov
2012-08-23doc/APIchanges: add an entry for codec descriptors.Anton Khirnov
2012-08-20lavc: add Ut Video encoderJan Ekström
2012-08-19avtools: add -h demuxer/muxerAnton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19avconv: deprecate -isync.Anton Khirnov
2012-08-18cmdutils: refactor -codecs option.Anton Khirnov
2012-08-18avconv: make -shortest a per-output file option.Anton Khirnov
2012-08-17doc: Fix syntax errors in sample Emacs configJordi Ortiz
2012-08-16rtmp: Add support for receiving incoming streamsJordi Ortiz
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-15rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset
2012-08-15rtmp: Add support for SWFVerificationSamuel Pitoiset
2012-08-10lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-08-09doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugsDiego Biurrun
2012-08-08vsrc_movie: discourage its use with avconv.Anton Khirnov
2012-08-08avconv: allow no input files.Anton Khirnov
2012-08-08doc: cygwin: Update list of FATE package requirementsDiego Biurrun
2012-08-08rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07lavc: add AV prefix to codec ids.Anton Khirnov
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-07-29af_asyncts: add first_pts optionJustin Ruggles
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-27build: use COMPILE template for HOSTOBJSMans Rullgard
2012-07-25rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset
2012-07-25doc: Update the description of the rtmp_tcurl optionSamuel Pitoiset
2012-07-24doc: Add Git configuration sectionDiego Biurrun
2012-07-23RTMPTE protocol supportSamuel Pitoiset
2012-07-23RTMPE protocol supportSamuel Pitoiset
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
2012-07-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-07-17libopenjpeg: introduce encoding supportMichael Bradshaw
2012-07-17RTMPTS protocol supportSamuel Pitoiset
2012-07-17RTMPS protocol supportSamuel Pitoiset
2012-07-14doc: update api changes with the right commit hashesLuca Barbato
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-12Support AAC encoding via the external library fdk-aacMartin Storsjö
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-10rtsp: Add listen modeJordi Ortiz
2012-07-04eval: Add the isinf() function and tests for itMartin Storsjö
2012-07-02doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun