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 (Collapse)Author
2009-06-05Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-03Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.Reimar Döffinger
Originally committed as revision 19078 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-31Add a lock manager API to libavcodec.Andreas Öman
Allows an application to register a callback that manages mutexes on behalf of FFmpeg. With this callback registered FFmpeg is fully thread safe. Originally committed as revision 19025 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-30Implement SoX native format muxer and demuxer.Daniel Verkamp
Patch by Daniel Verkamp $firstname@drv DOT nu. Originally committed as revision 18998 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-20Add QCP demuxer.Kenan Gillet
Originally committed as revision 18883 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-12V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier
Originally committed as revision 18801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-07Update docs after the 8088flex TMV demuxer and decoder addition.Daniel Verkamp
Patch by Daniel Verkamp daniel AT drv + nu. Originally committed as revision 18767 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-30Document change in r18719.Ramiro Polla
Originally committed as revision 18720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-14mingw32: FFmpeg now passes -fno-common automatically.Ramiro Polla
Originally committed as revision 18510 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-12av_destruct_packet_nofree deprecation explained in APIchangesReimar Döffinger
Originally committed as revision 18468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10Fix documentation for the "-ps" optionMartin Storsjö
Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Document addition of new avcodec_decode_video2/audio3/subtitle2() API andRonald S. Bultje
the deprecation of the old API calls. Originally committed as revision 18376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Improve grammar/comprehensibility of the lavu 50.2.0 entry.Stefano Sabatini
Originally committed as revision 18361 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-06Add missing entry corresponding to r18163.Stefano Sabatini
Originally committed as revision 18342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-06Cosmetics: remove empty line.Stefano Sabatini
Originally committed as revision 18341 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-06Fix minor version for the r18116 entry: minor was not bumped in thatStefano Sabatini
revision. Originally committed as revision 18340 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-04Remove JACK input device addition entry.Stefano Sabatini
The addition of a new component is not considered an API change. Originally committed as revision 18329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Update after the last two commits.Stefano Sabatini
Originally committed as revision 18323 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Implement JACK input device.Olivier Guilyardi
Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Update after the last API change.Stefano Sabatini
Originally committed as revision 18318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne
Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken
patch by Dylan Yudaken, dyudaken gmail com Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30The definition of rate and distortion is not conditional of lambda beingMichael Niedermayer
fixed (at least the current text sounded odd to me). Originally committed as revision 18244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-27Move output_example.c --> libavformat/output-example.c.Diego Biurrun
The libavformat directory is a better place for a libavformat API example. Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-25The Mersenne Twister PRNG was removed, mention replacement.Diego Biurrun
Originally committed as revision 18183 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-25cosmetics: Reformat paragraphs and other cosmetic changes.Diego Biurrun
Originally committed as revision 18182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20Support raw TrueHD filesRamiro Polla
Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20Split TrueHD decoder from MLPRamiro Polla
Originally committed as revision 18045 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-19Fix copy and paste typo in input/output devices section.Diego Biurrun
Originally committed as revision 18039 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-18Add list of supported input/output devices.Diego Biurrun
Originally committed as revision 18029 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-18Adjust @columnfractions settings to reflect the number of columns in the table.Diego Biurrun
Originally committed as revision 18028 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-14Add an example showing how to create a video from many images.Stefano Sabatini
Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
consistent with av_fifo_generic_write. Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08move NTT VQF demuxer to keep formats list alphabetized.Justin Ruggles
Originally committed as revision 17882 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08Be more verbose in describing VQF demuxerVitor Sessak
Originally committed as revision 17879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08Add a part explaining that API should be considered unstable after majorReimar Döffinger
version changes and list dates of last major version increase. Originally committed as revision 17878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08Preliminary summary of AVFifoBuffer changesReimar Döffinger
Originally committed as revision 17877 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08VQF demuxerVitor Sessak
Originally committed as revision 17866 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04excellent first pass at a description; now it's time for the Ministry ofMike Melanson
English Composition to tear it apart and rebuild it, stronger than before Originally committed as revision 17801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03A quick description of Rate distortion theory.Michael Niedermayer
Originally committed as revision 17774 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Quick description of the Viterbi algorithm so I do not have to repeat itMichael Niedermayer
over and over again on the ML. Originally committed as revision 17772 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Remove deprecated vhook subsystem.Diego Biurrun
Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Cosmetics: TypoPanagiotis Issaris
Originally committed as revision 17760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Cosmetics: TypoPanagiotis Issaris
Originally committed as revision 17757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02AC-3 encoding is integer-onlyJustin Ruggles
Originally committed as revision 17723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list ofDiego Biurrun
supported image formats. Apparently decoding these formats is supported. Originally committed as revision 17722 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun
Originally committed as revision 17721 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun
Originally committed as revision 17720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not supported.Diego Biurrun
Originally committed as revision 17715 to svn://svn.ffmpeg.org/ffmpeg/trunk