Commit Graph

331 Commits

Author SHA1 Message Date
Diego Biurrun e2ef53fc4f Link to the FFmpeg Windows Help website.
Originally committed as revision 7828 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 16:45:36 +00:00
Diego Biurrun 2f0b8fbb64 Put Visual C++ question in a better location.
Originally committed as revision 7827 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 16:38:47 +00:00
Diego Biurrun e867d9b9c0 Update gcc sections.
Originally committed as revision 7712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25 17:34:08 +00:00
Benjamin Larsson 1541946878 Flash screen video encoding support.
Originally committed as revision 7703 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25 08:26:18 +00:00
Diego Biurrun 150d27725b Theora encoding via libtheora.
courtesy of Paul Richards, paul.richards gmail com

Originally committed as revision 7698 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25 00:16:28 +00:00
Baptiste Coudurier 1821d48ea8 TODO update
Originally committed as revision 7696 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-24 23:15:12 +00:00
Diego Biurrun d3af6f3f81 Remove outdated Linux section.
Originally committed as revision 7542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-16 15:59:10 +00:00
Diego Biurrun 16ab894ecb spelling, formatting
Originally committed as revision 7530 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15 05:46:42 +00:00
Guillaume Poirier 20e570c8e8 links to ARM optimization manuals
Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-07 23:39:56 +00:00
Michael Niedermayer 78954a0542 snow specification
(this is just quickly written and probably isnt error free, its also incomplete)
all types of help are very welcome (fixing FIXMEs, fixing errors adding missing stuff,
correcting spelling grammmer, ...)

Originally committed as revision 7406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-03 02:13:30 +00:00
Michael Niedermayer c62997a587 some quick encoding tips
feel free to extend, change, fix spelling and grammer and the formatting ...

Originally committed as revision 7400 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-02 01:19:58 +00:00
Kostya Shishkov 185c7b6b26 Musepack SV7 decoding support
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-24 04:51:43 +00:00
Aurelien Jacobs 9110a0e32d Add support for VP60 and VP61.
Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-17 22:00:12 +00:00
Panagiotis Issaris 0cd4faf977 Allow provision of displaynumber, screennumber, x-offset and y-offset parameters
to the x11grab device.

Originally committed as revision 7320 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-15 13:19:03 +00:00
Diego Biurrun 913e4081a3 grammar/wording
Originally committed as revision 7315 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-13 10:42:15 +00:00
Baptiste Coudurier 76d2efda6d documentation for X11 grabbing
Originally committed as revision 7314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-13 10:27:50 +00:00
Kostya Shishkov f48d6e1b44 ZMBV encoder
Originally committed as revision 7242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-07 04:17:01 +00:00
Diego Biurrun 8cc622648b typo
Originally committed as revision 7144 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-21 09:48:25 +00:00
Diego Biurrun eb10acec36 Kb --> kb
Originally committed as revision 7142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-20 21:48:08 +00:00
Diego Biurrun 1038efd8ba typo
Originally committed as revision 7137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-20 19:16:06 +00:00
Víctor Paesa c9068f1b96 Current FFmpeg expects bits/s instead of kilobits/s in the -b option.
patch by Víctor Paesa, wzrlpy arsystel com

Originally committed as revision 7136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-20 19:05:18 +00:00
Víctor Paesa 699e77b198 Some notes about the order of options on the command line.
patch by Víctor Paesa, wzrlpy arsystel com

Originally committed as revision 7135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-20 18:44:33 +00:00
Diego Biurrun 47404f9fd5 Move AMR support instructions into the documentation.
Originally committed as revision 7055 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 11:41:31 +00:00
Diego Biurrun 0e6045d776 Remove empty section.
Originally committed as revision 7054 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 11:25:12 +00:00
Diego Biurrun 17a21f3cf6 Update list of supported codecs.
Originally committed as revision 7053 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 11:24:58 +00:00
Diego Biurrun 4386f9415e Sync documentation with the current ffmpeg -h output.
patch from Víctor Paesa, wzrlpy arsystel com

Originally committed as revision 6997 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12 23:19:26 +00:00
Måns Rullgård 997baf0141 allow spaces in source and build directory names
out of tree builds from a source dir with spaces is impossible
due to how make handles vpath

Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08 00:02:15 +00:00
Víctor Paesa abc7202f45 Some documentation on the vhook imlib2 moving images feature.
patch by Víctor Paesa, wzrlpy arsystel com

Originally committed as revision 6935 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-07 21:25:47 +00:00
Baptiste Coudurier 3c88ea2476 update docs to reflect AVImageFormat removing
Originally committed as revision 6899 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-05 13:31:57 +00:00
Baptiste Coudurier aa90239fd9 mov vfr muxing
Originally committed as revision 6854 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-01 17:27:39 +00:00
Kostya Shishkov 84ed36da85 IMC decoder
Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-30 13:48:48 +00:00
Diego Biurrun 18fd519f54 wording/grammar
Originally committed as revision 6797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-26 16:21:41 +00:00
Víctor Paesa de62a89d42 Document -newaudio, patch by Victor Paesa, taken from an explanation written by Baptiste Coudurier in -users
Originally committed as revision 6796 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-26 14:26:21 +00:00
Michael Niedermayer 864bc9656b 3 more TODO items for volunteers
Originally committed as revision 6746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-20 10:09:25 +00:00
Kostya Shishkov a991b1fecb TIFF decoder
Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-13 10:48:29 +00:00
Baptiste Coudurier 29f86228a0 support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-12 12:02:58 +00:00
Baptiste Coudurier f3239539b9 add MXF description
Originally committed as revision 6662 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11 17:22:23 +00:00
Baptiste Coudurier d7a3a783ad update GXF status and add description
Originally committed as revision 6661 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11 17:16:57 +00:00
Baptiste Coudurier dc56e0de1d update doc, changelog, and increase libavcodec version for .cin files support
Originally committed as revision 6660 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11 17:14:02 +00:00
Kostya Shishkov 3689cf1649 Targa image decoder
Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11 04:15:04 +00:00
Ramiro Polla e976645087 MSys bash 2.04 is broken.
patch by Ramiro Polla, angustia (at) arrozcru no-ip org

Originally committed as revision 6554 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-04 16:05:00 +00:00
Michael Niedermayer 2bc5da7bf9 remove confusing divx note
Originally committed as revision 6546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03 21:09:02 +00:00
Diego Biurrun 3263626feb Mark all phony targets as such.
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03 17:42:17 +00:00
Diego Biurrun 995d9ec77d Add replacement for libavcodec/fdctref.c to the list.
Originally committed as revision 6529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02 13:36:37 +00:00
Diego Biurrun 4bef236ba8 Fix quantiSer --> quantiZer typo.
Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02 10:23:59 +00:00
Víctor Paesa 9ae711e125 Explain lmin, lmax, mblmin, mblmax options.
patch by Víctor Paesa, wzrlpy arsystel com

Originally committed as revision 6522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02 10:19:39 +00:00
Michael Niedermayer b8a2e12005 move things from my todo to the unassigned one so my lazyness doesnt prevent others from working on them
Originally committed as revision 6396 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-30 16:06:07 +00:00
Benjamin Larsson 3841e813dc -interlace -> -ilme This has been wrong in the docs for years,
the description might not be totally correct though.

Originally committed as revision 6374 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-28 19:06:57 +00:00
Kostya Shishkov 730581f3b4 WavPack lossless audio decoder
Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-26 03:41:51 +00:00
Diego Biurrun 10aa27db71 Remove 404 link.
Originally committed as revision 6329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-24 16:53:03 +00:00