Commit Graph

572 Commits

Author SHA1 Message Date
Ramiro Polla 19671d3faf Express opinion in a less aggressive manner.
Originally committed as revision 10995 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-10 13:23:22 +00:00
Ben Littler ba6d9eb3f6 jtype frame implemented
Originally committed as revision 10994 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-10 12:53:31 +00:00
Diego Biurrun a9d5a4485a Clarify Visual Studio FAQ.
Originally committed as revision 10970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-09 14:05:43 +00:00
Kostya Shishkov 12877faf7c Musepack SV8 demuxer and decoder
Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-07 05:35:46 +00:00
Ramiro Polla 46a845d06e The Windows Help Forum is not ffmpeg-user for Windows
Originally committed as revision 10918 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-04 01:42:18 +00:00
Víctor Paesa 29c3d42b42 Leverage MinGW's llrint() in Cygwin compilations.
Originally committed as revision 10878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-30 20:07:31 +00:00
Ramiro Polla c198955252 Updated and rewritten Windows-related documentation.
Originally committed as revision 10849 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-24 03:26:10 +00:00
Kostya Shishkov 66f7679c62 Beam Software SIFF demuxer and video decoder
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-22 06:01:38 +00:00
Víctor Paesa c1b7437a43 The 'Video Filter API' is better known as 'libavfilter'.
Originally committed as revision 10815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19 22:11:34 +00:00
Ramiro Polla 939bac287e Grammar.
Originally committed as revision 10809 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19 04:32:56 +00:00
Ramiro Polla e75f899784 Add entry about pr not being present in standard MSYS install.
Originally committed as revision 10769 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17 17:45:34 +00:00
Benjamin Larsson 636b13c5fc Nellymoser ASAO decoder
Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15 16:26:02 +00:00
Baptiste Coudurier fc4cbc1699 DNxHD (SMPTE VC-3) encoder
Originally committed as revision 10682 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-08 11:27:18 +00:00
Diego Biurrun a1d0b6a277 cosmetics: Fix AltiVec spelling.
Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-02 10:34:57 +00:00
Diego Biurrun 03b8e29289 typo
Originally committed as revision 10618 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-29 18:56:02 +00:00
Vladimir Voroshilov 8787d8377f AMV video decoder.
Patch by Vladimir Voroshilov (voroshil - gmail - com)

Originally committed as revision 10617 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-29 15:20:22 +00:00
Vitor Sessak a1748c6744 Documentation update for AMV audio decoder
Originally committed as revision 10609 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-28 16:45:41 +00:00
Michael Niedermayer e1e3d64201 remove done items
Originally committed as revision 10562 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-24 11:47:11 +00:00
Diego Biurrun 3f4c24316e spelling
Originally committed as revision 10550 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-22 10:40:48 +00:00
Michael Niedermayer ee9d77dde6 duplicate note
Originally committed as revision 10546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-22 09:02:53 +00:00
Diego Biurrun 208506e2a6 spelling/wording/grammar
Originally committed as revision 10489 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-13 14:17:09 +00:00
Diego Biurrun 2956957151 misc wording/grammar/spelling improvements
Originally committed as revision 10488 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-13 13:45:49 +00:00
Kostya Shishkov bf4a1f17ee Monkey Audio decoder
Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-13 03:22:47 +00:00
Michael Niedermayer 48fe9238a0 a little bit more bitstream syntax for the residual
Originally committed as revision 10483 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12 22:33:40 +00:00
Michael Niedermayer c3922c65b5 make intra dc prediction less contradictory
Originally committed as revision 10482 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12 22:26:26 +00:00
Diego Biurrun 36cb992b54 link fixes
Originally committed as revision 10480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12 10:04:44 +00:00
Michael Niedermayer 70fd3975f9 r_frame_rate
Originally committed as revision 10476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-11 10:25:34 +00:00
Michael Niedermayer 8f39b74d77 high level bitstream and decoding process in ascii art
Originally committed as revision 10470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10 14:05:13 +00:00
Michael Niedermayer c64a871234 move 8tap filter to not important as that is purely encoder side
Originally committed as revision 10467 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10 03:28:02 +00:00
Michael Niedermayer 2b6134b32c update todo
Originally committed as revision 10466 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10 03:27:11 +00:00
Michael Niedermayer b85bf991f6 do not force the halfpel filter coeffs to be retransmitted on every frame
if always_reset is set

Originally committed as revision 10460 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09 16:54:00 +00:00
Michael Niedermayer bc66275b06 update spec to reflect changes to implementation about per frame
qlog/decomp_count

Originally committed as revision 10459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09 15:08:40 +00:00
Michael Niedermayer a11dc59a80 clarify
Originally committed as revision 10449 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09 11:58:57 +00:00
Michael Niedermayer e9314de600 document MC
Originally committed as revision 10438 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-08 15:58:45 +00:00
Ramiro Polla 1156c6b05f Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos.
-f oss and -f audio_beos should be used instead.

Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-07 13:49:44 +00:00
Michael Niedermayer bf61632b12 revert r10403
there was no discussion about it nor did anyone provide any justification for it
not before it was applied nor within 48h after i explicitly asked

Originally committed as revision 10425 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-07 11:45:23 +00:00
Diego Biurrun 5f757b856d Replace outdated BeOS section with a note that says that it is broken.
Originally committed as revision 10404 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05 12:24:39 +00:00
Mark Cox 944fb3711a Add description for feature_request/open/approved.
patch by Mark Cox, melbournemark+ffmpeg gmail com

Originally committed as revision 10403 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05 11:46:23 +00:00
Guillaume Poirier 14c2634bcc Fix links to ARM documentation
Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05 07:49:01 +00:00
Michael Niedermayer 6a1aa752f0 16bit IDWT implementation note
Originally committed as revision 10396 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05 02:04:12 +00:00
Michael Niedermayer c78fc717d9 more todo
Originally committed as revision 10395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05 01:57:29 +00:00
David Conrad e09f7d61da Enable Matroska muxer
Originally committed as revision 10389 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05 00:38:42 +00:00
Diego Biurrun d0e1cd3d9e Split FFmpeg documentation into general documentation and the documentation
of the ffmpeg command line program.

Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-28 06:22:57 +00:00
Dominik Mierzejewski 71253ce9a6 add a link to VIS instructions whitepaper
Originally committed as revision 10235 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26 11:45:09 +00:00
Michael Niedermayer 777bbfddde more sparc asm docs
Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24 22:10:21 +00:00
Luca Barbato 2c2b3130c2 PowerPC/CELL/Altivec pointers
Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23 16:40:23 +00:00
Michael Niedermayer a677e0cf14 elaborate on needs_more_info
Originally committed as revision 10196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23 13:28:02 +00:00
Michael Niedermayer 277bb93642 sparc asm docs
Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23 09:39:14 +00:00
Loren Merritt 2e1ad4a28e simd gmc wasn't impossible.
Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23 04:56:29 +00:00
Michael Niedermayer a282102d3f optimization tips for the wavelet
Originally committed as revision 10178 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21 20:15:52 +00:00
Michael Niedermayer 2cc454705b more complete dc prediction description
Originally committed as revision 10177 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21 19:44:05 +00:00
Michael Niedermayer 1e37b7e407 LL band prediction
Originally committed as revision 10176 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21 19:38:02 +00:00
Michael Niedermayer 7397cf3f09 typo
Originally committed as revision 10175 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21 19:28:59 +00:00
Michael Niedermayer 09671ce718 describe IDWT
Originally committed as revision 10174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21 19:22:59 +00:00
Michael Niedermayer 11de04d801 intro
Originally committed as revision 10168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21 00:26:25 +00:00
Michael Niedermayer fdb9970448 few words about the wavelets
Originally committed as revision 10167 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21 00:17:20 +00:00
Godwin Stewart 250c531710 update -t option documentation
Patch by Godwin Stewart

Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-20 06:50:09 +00:00
Ben Littler 2f4d5971dc obfuscate urls and fix note about them
Originally committed as revision 10124 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-16 13:09:16 +00:00
Ben Littler cf3430d2c2 fix url typo pointed out by Guillaume LECERF
Originally committed as revision 10123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-16 12:48:08 +00:00
Michael Niedermayer 119614c0aa document the email interface
Originally committed as revision 10120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-15 19:58:24 +00:00
Diego Biurrun e1669c5ebe Attempt to better explain how to split patches into individual
self-contained pieces.

Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13 22:15:48 +00:00
Ramiro Polla 8ed43d6b05 Correct misleading comment and typo
Originally committed as revision 9975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07 02:38:20 +00:00
Ramiro Polla 25994197a3 Indent
Originally committed as revision 9974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07 02:28:02 +00:00
Diego Biurrun fa78d895cb spelling/grammar
Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-06 21:19:11 +00:00
Víctor Paesa d65fb393c9 Revert r9952, as per discussion at
http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2007-August/008834.html

Originally committed as revision 9961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-06 18:47:18 +00:00
Michael Niedermayer 3b36389af0 vbv related questions
Originally committed as revision 9958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-06 00:19:17 +00:00
Michael Niedermayer f754bfb962 get rid of nonsense "tolerance" and mention VBV
Originally committed as revision 9957 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-06 00:05:09 +00:00
Michael Niedermayer d9a1e085cd make it a little harder to find the tracker, this should hopefully
reduce the number of completly meaningless "bugreports"

Originally committed as revision 9956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05 22:41:10 +00:00
Michael Niedermayer 5abee3186c thread hijacking
Originally committed as revision 9952 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05 20:44:37 +00:00
Michael Niedermayer 86852499bf ffmpeg forum
Originally committed as revision 9951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05 20:37:57 +00:00
Michael Niedermayer c0d2d806f3 topic explanations
Originally committed as revision 9915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04 22:30:28 +00:00
Michael Niedermayer 80c24d9908 URL of the webinterface
Originally committed as revision 9879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-03 21:59:01 +00:00
Michael Niedermayer aebe25f3b1 remove the mailinglist still preferred note, roundup is much nicer even though
it still has some issues which lu_zero needs to deal with :)

Originally committed as revision 9877 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-03 19:29:52 +00:00
Panagiotis Issaris 4cb3aa09fa Add a section about C++ and extern "C" in the FAQ.
Originally committed as revision 9811 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-27 13:40:02 +00:00
Michael Niedermayer 6b90f8e04a note about removing needs_more_info
Originally committed as revision 9810 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-27 11:41:51 +00:00
Ramiro Polla f0326fdefc Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.
Originally committed as revision 9767 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19 22:57:48 +00:00
Luca Barbato 33ed2d843e Editorial cleanup, thanks Diego =)
Originally committed as revision 9723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17 14:59:29 +00:00
Luca Barbato 241fb0c4ff RTP clarifications
Originally committed as revision 9722 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17 14:15:39 +00:00
Michael Niedermayer 208e63b479 mention rfc 4629 for rtp-h263(+)
Originally committed as revision 9715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17 12:07:10 +00:00
Diego Biurrun 1502409e4d Add note about vertical alignment to patch guidelines.
Originally committed as revision 9695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-16 09:00:50 +00:00
Diego Biurrun 78a3c678f6 spelling/grammar/wording
Originally committed as revision 9694 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-16 08:54:59 +00:00
Michael Niedermayer 8749180c3b rtp-h263 FAQ
Originally committed as revision 9683 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-15 12:17:05 +00:00
Víctor Paesa 736090511c Announce that vhook is deprecated, and its substitute.
Originally committed as revision 9639 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14 13:12:30 +00:00
Diego Biurrun 0f69ca7f14 Clarify license requirements for contributions.
Originally committed as revision 9626 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13 14:33:20 +00:00
Stefano Sabatini c0de00dac5 me option implemented as an AVOption
patch by Stefano Sabatini: [stefano sabatini-lala poste it]
original thread:
[FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption
date: 07/05/2007 03:12 PM

Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-06 11:47:02 +00:00
Ramiro Polla c74a8fe62a Add note about dlfcn-win32 for MinGW vhooks
Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-03 17:59:28 +00:00
Alexis Ballier d3b7406c6f QT RLE encoder
patch by Alexis Ballier: [alexis ballier gmail com]
original thread: [FFmpeg-devel] [Patch] QT RLE encoder, bis
date: 06/24/2007 03:56 PM

Originally committed as revision 9452 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-02 07:06:28 +00:00
Vitor Sessak 7cbf432db1 Mention unneeded casts and parentheses
patch by Vitor: [vitor1001 gmail com]

Originally committed as revision 9445 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 10:37:37 +00:00
Luca Barbato 767571051d Introducing Topics
Originally committed as revision 9431 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 07:51:20 +00:00
Reimar Döffinger 07c5445d5d ffmpeg-issues subscription URL
Originally committed as revision 9426 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 17:08:34 +00:00
Reimar Döffinger d6d0182e20 Some more minor spelling improvements, some grammar improvement might be
good in some places as well.

Originally committed as revision 9424 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 13:39:54 +00:00
Luca Barbato 57492dfe16 Typos removed
Originally committed as revision 9423 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 13:14:25 +00:00
Luca Barbato 7f63f7505d wish priority description and ffmpeg-issues vs ffmpeg_issues
Originally committed as revision 9422 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 12:54:30 +00:00
Vitor Sessak 03e3e76544 RoQ video encoder
patch by Vitor: \vitor1001 gmail com/
original thread: [FFmpeg-devel] RoQ video encoder (take 3)
date: 06/08/2007 10:34 PM

Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 12:09:23 +00:00
Michael Niedermayer 0c84e74400 ffmpegs bug/patch/feature request tracker manual
Originally committed as revision 9415 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 21:01:30 +00:00
Víctor Paesa 43399718fb Add a few missing Advanced Options.
Originally committed as revision 9385 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-21 20:21:36 +00:00
Víctor Paesa 5965e1a92c Remove space before question marks.
Originally committed as revision 9378 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-21 05:14:00 +00:00
Ramiro Polla 6f17637634 Add alpha channel support for imlib2 vhook
Originally committed as revision 9365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-18 22:17:37 +00:00
Ramiro Polla 41e4c556e9 Add expression evaluation parameters for colors in imlib2 vhook
Originally committed as revision 9342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-16 22:28:10 +00:00
Ramiro Polla 1bebfde9e1 Typo
Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-16 00:26:51 +00:00