summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
| | | | Originally committed as revision 19969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Core Audio Format demuxerPeter Ross2009-09-16
| | | | Originally committed as revision 19879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace @node commands with @anchor to refer to specific points in the text.Diego Biurrun2009-09-13
| | | | | | | | This fixes the warnings ** `Developers Guide' is up for `Coding Rules', but has no menu entry for this node ** `Invocation' is up for `FFmpeg formula evaluator', but has no menu entry for this node Originally committed as revision 19831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change developer doc to reflect realityBenjamin Larsson2009-09-09
| | | | Originally committed as revision 19799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing wmapro decoder partsSascha Sommer2009-09-02
| | | | Originally committed as revision 19752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffv1 codec long name in the documentation as well.Diego Biurrun2009-08-31
| | | | Originally committed as revision 19750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
| | | | | | Patch by Christian Schmidt, schmidt digadd de Originally committed as revision 19722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Bluray Subtitle SupportStephen Backway2009-08-25
| | | | | | Patch by Stephen Backway, stev391 A exemail D com D au Originally committed as revision 19699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TwinVQ decoderVitor Sessak2009-08-23
| | | | Originally committed as revision 19682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-21
| | | | Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sony Wave64 demuxerDaniel Verkamp2009-08-10
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 19617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31
| | | | Originally committed as revision 19556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge AMR and OpenCORE documentation sections.Diego Biurrun2009-07-20
| | | | Originally committed as revision 19469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update project URL for OpenCORE AMR.Martin Storsjö2009-07-16
| | | | | | patch by Martin Storsjö, martin martin st Originally committed as revision 19441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin documentation: diffutils is part of the Utils packages.Ramiro Polla2009-07-10
| | | | Originally committed as revision 19393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-07
| | | | | | libopencore can now be used as a replacement except for AMR-WB encoding. Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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