summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Add an explanation and complete the metadata usage example.Stefano Sabatini2009-07-01
| | | | Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix braino.Stefano Sabatini2009-06-28
| | | | Originally committed as revision 19287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffmpeg documentation regarding metadata setting. -title,Stefano Sabatini2009-06-27
| | | | | | | -author, -copyright, -track, -album, and -year options have been dropped in favor of -metadata. Originally committed as revision 19285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split developer documentation off from general documentation.Diego Biurrun2009-06-24
| | | | Originally committed as revision 19269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document making AVFormatContext.packet_size unsigned API change.Ronald S. Bultje2009-06-22
| | | | Originally committed as revision 19251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-19
| | | | | | Based on code by DivX, Inc., heavily changed by Björn Axelsson [gecko acc.umu.se] and me. Originally committed as revision 19222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-19
| | | | | | should use it, too). Originally committed as revision 19221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts Madcow decoderPeter Ross2009-06-13
| | | | Originally committed as revision 19178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix placment of the DPCM Xan commentSascha Sommer2009-06-12
| | | | Originally committed as revision 19168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
| | | | | | patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-05
| | | | Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.Reimar Döffinger2009-06-03
| | | | Originally committed as revision 19078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a lock manager API to libavcodec.Andreas Öman2009-05-31
| | | | | | | | 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
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30
| | | | | | Patch by Daniel Verkamp $firstname@drv DOT nu. Originally committed as revision 18998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QCP demuxer.Kenan Gillet2009-05-20
| | | | Originally committed as revision 18883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-12
| | | | Originally committed as revision 18801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update docs after the 8088flex TMV demuxer and decoder addition.Daniel Verkamp2009-05-06
| | | | | | Patch by Daniel Verkamp daniel AT drv + nu. Originally committed as revision 18767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document change in r18719.Ramiro Polla2009-04-30
| | | | Originally committed as revision 18720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: FFmpeg now passes -fno-common automatically.Ramiro Polla2009-04-14
| | | | Originally committed as revision 18510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_destruct_packet_nofree deprecation explained in APIchangesReimar Döffinger2009-04-12
| | | | Originally committed as revision 18468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-09
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document addition of new avcodec_decode_video2/audio3/subtitle2() API andRonald S. Bultje2009-04-08
| | | | | | the deprecation of the old API calls. Originally committed as revision 18376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve grammar/comprehensibility of the lavu 50.2.0 entry.Stefano Sabatini2009-04-07
| | | | Originally committed as revision 18361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry corresponding to r18163.Stefano Sabatini2009-04-06
| | | | Originally committed as revision 18342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove empty line.Stefano Sabatini2009-04-06
| | | | Originally committed as revision 18341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix minor version for the r18116 entry: minor was not bumped in thatStefano Sabatini2009-04-06
| | | | | | revision. Originally committed as revision 18340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove JACK input device addition entry.Stefano Sabatini2009-04-03
| | | | | | The addition of a new component is not considered an API change. Originally committed as revision 18329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update after the last two commits.Stefano Sabatini2009-04-03
| | | | Originally committed as revision 18323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement JACK input device.Olivier Guilyardi2009-04-02
| | | | | | | 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
* Update after the last API change.Stefano Sabatini2009-04-02
| | | | Originally committed as revision 18318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne2009-04-01
| | | | Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken2009-03-31
| | | | | | patch by Dylan Yudaken, dyudaken gmail com Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The definition of rate and distortion is not conditional of lambda beingMichael Niedermayer2009-03-30
| | | | | | fixed (at least the current text sounded odd to me). Originally committed as revision 18244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27
| | | | | | The libavformat directory is a better place for a libavformat API example. Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Mersenne Twister PRNG was removed, mention replacement.Diego Biurrun2009-03-25
| | | | Originally committed as revision 18183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat paragraphs and other cosmetic changes.Diego Biurrun2009-03-25
| | | | Originally committed as revision 18182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
| | | | | | Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support raw TrueHD filesRamiro Polla2009-03-19
| | | | Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
| | | | Originally committed as revision 18045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix copy and paste typo in input/output devices section.Diego Biurrun2009-03-19
| | | | Originally committed as revision 18039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add list of supported input/output devices.Diego Biurrun2009-03-18
| | | | Originally committed as revision 18029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust @columnfractions settings to reflect the number of columns in the table.Diego Biurrun2009-03-18
| | | | Originally committed as revision 18028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an example showing how to create a video from many images.Stefano Sabatini2009-03-14
| | | | Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
| | | | | | consistent with av_fifo_generic_write. Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move NTT VQF demuxer to keep formats list alphabetized.Justin Ruggles2009-03-08
| | | | Originally committed as revision 17882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be more verbose in describing VQF demuxerVitor Sessak2009-03-08
| | | | Originally committed as revision 17879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a part explaining that API should be considered unstable after majorReimar Döffinger2009-03-08
| | | | | | version changes and list dates of last major version increase. Originally committed as revision 17878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Preliminary summary of AVFifoBuffer changesReimar Döffinger2009-03-08
| | | | Originally committed as revision 17877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VQF demuxerVitor Sessak2009-03-07
| | | | Originally committed as revision 17866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* excellent first pass at a description; now it's time for the Ministry ofMike Melanson2009-03-04
| | | | | | English Composition to tear it apart and rebuild it, stronger than before Originally committed as revision 17801 to svn://svn.ffmpeg.org/ffmpeg/trunk