Commit Graph

291 Commits

Author SHA1 Message Date
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
Benjamin Larsson
7a9d265b14 Added qcelp faq.
Originally committed as revision 6289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-18 20:19:11 +00:00
Panagiotis Issaris
81d0618fa4 Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"
AVOption takes over its function with a change in unit from kilobytes to bits.
Postfix "KiB" is available to ease the discomfort.

Originally committed as revision 6288 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-18 19:27:12 +00:00
Diego Biurrun
99f6278e31 wording/spelling
Originally committed as revision 6283 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-17 07:34:54 +00:00
Víctor Paesa
2c29781dc8 Document how to read DirectShow files,
Patch by Victor Paesa % wzrlpy A arsystel P com %
Original thread:
Date: Sep 15, 2006 5:12 PM
Subject: [Ffmpeg-devel] [PATCH] Add to FAQ how to read DirectShow files

Originally committed as revision 6280 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-16 12:40:18 +00:00
Panagiotis Issaris
dc5ee8bc54 Remove the "bt" OptionDef option from ffmpeg.c. The equally named
"bt" AVOption takes over its function although the parameter unit
has changed from kilobits/sec to bits/sec.

Originally committed as revision 6276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-15 22:32:30 +00:00
Panagiotis Issaris
a551510665 Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. This
requires some modifications to the manpage, as now the unit of -b is bits/sec
not kbits/sec.

Originally committed as revision 6261 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-15 17:38:43 +00:00
Panagiotis Issaris
3c0ba8703c Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of
-b of ffmpeg is bits/sec not kbits/sec, as already was the case for the
AVOption. "k" and "M" suffixes are available though.

Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-15 11:15:55 +00:00
Panagiotis Issaris
9fe84b5385 Remove nonexistent option -hq from the documentation.
patch by Panagiotis Issaris, takis.issaris uhasselt be

Originally committed as revision 6229 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-10 22:48:16 +00:00
Aurelien Jacobs
5ce117c37c VP5 and VP6 video decoder
Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-09 17:19:37 +00:00
Panagiotis Issaris
ec1b10f4b9 enable setting the year and track number using AVOption
Patch by Takis
Original thread:
Date: Sep 6, 2006 5:43 PM
Subject: [Ffmpeg-devel] [PATCH] Enhance genre, year and track tag
support

Originally committed as revision 6196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08 12:28:28 +00:00
Guillaume Poirier
7bb79b442c MONster is no longuer shipped with CHUD, as it's been superseeded by Shark
Originally committed as revision 6174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05 11:43:04 +00:00
Kostya Shishkov
eb57c88973 VMware Video decoder (fourcc: VMnc)
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05 04:37:14 +00:00
Benjamin Larsson
56d2d2d01a PPM vhook documentation, by Victor Paesa.
wzrlpy at arsystel dot com

Originally committed as revision 6132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30 18:28:41 +00:00
Benjamin Larsson
e645a733a6 Added -map usage to docs.
Originally committed as revision 6131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30 17:10:56 +00:00
Michael Niedermayer
a940b428b6 clarify
please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical

Originally committed as revision 6127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30 11:01:12 +00:00
Michel Bardiaux
a9d21e7830 Update the FAQ with the current status of image formats.
patch by Michel Bardiaux, mbardiaux at mediaxim dot be

Originally committed as revision 6075 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-24 14:03:08 +00:00
Diego Biurrun
29c9183cb5 spelling fixes for the last commit
Originally committed as revision 6031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-19 21:15:02 +00:00
Benjamin Larsson
c52e13f1a1 -async and -vsync documentation. Based on info from the mailinglist.
Originally committed as revision 6028 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-19 20:00:22 +00:00
Diego Biurrun
041514a422 Revert last commit, VPATH is necessary for out-of-tree builds.
Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17 16:28:47 +00:00
Diego Biurrun
cf41e66736 Remove unnecessary include and variable declaration.
Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17 16:02:57 +00:00
Diego Biurrun
30aee296ea Cygwin compilation and Cygwin/MinGW crosscompilation sections
based on patch by Víctor Paesa <wzrlpy@arsystel.com>

Originally committed as revision 5944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-07 11:49:34 +00:00
Diego Biurrun
a67a96a053 editorial changes
Originally committed as revision 5942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-07 09:59:21 +00:00
Michael Niedermayer
4f9807d8f8 things to take care of for the next soc
Originally committed as revision 5941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-07 08:46:04 +00:00
Diego Biurrun
a0b72f90fc Change one itemized list to be bulletted, remove non-referenced node
killing a texi2html warning in the process.

Originally committed as revision 5894 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-02 16:50:53 +00:00
Diego Biurrun
48ef912ac4 Subversion allows renaming files.
Originally committed as revision 5893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-02 15:51:05 +00:00
Michael Niedermayer
5b01f9ce47 video filter todo
Originally committed as revision 5867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-30 21:09:46 +00:00
Víctor Paesa
ad21ad451c Explain usage of image formats other than GIF.
patch by Victor Paesa, wzrlpy *at* arsystel com

Originally committed as revision 5824 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-25 11:42:13 +00:00
Michael Niedermayer
53be4c90e3 update
Originally committed as revision 5805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-20 14:32:30 +00:00
Diego Biurrun
5ab0f20449 spelling/grammar
Originally committed as revision 5657 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-07 10:32:45 +00:00
Michael Niedermayer
9fcee5853d unresponsive maintainer policy (its pretty much what has always been done in practice anyway)
changes have been ok-ed by a lot of people (see ffmpeg-dev)
iam commiting this with all the spelling errors intact and fully functional at the request of the heads of the ministry for English compositon

Originally committed as revision 5656 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-07 10:25:14 +00:00
Michael Niedermayer
693caa725d i wont split h263.c, too much work, and not important at all ...
Originally committed as revision 5605 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-03 23:46:32 +00:00
Reimar Döffinger
cc0bc648f0 add GXF demuxer
Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-03 16:32:57 +00:00
Michael Niedermayer
5e1d273121 vfr mov/mp4 todo item
Originally committed as revision 5481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-15 21:33:39 +00:00
Luca Barbato
bbf84ca1a4 oprofile reference for Linux/PPC
Originally committed as revision 5470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-13 01:20:39 +00:00
Diego Biurrun
2b165e2901 www1.mplayerhq.hu --> lists.mplayerhq.hu
Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-09 09:55:57 +00:00
Diego Biurrun
1c1b5a4094 CVS --> Subversion
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-09 09:55:04 +00:00
Michael Niedermayer
bb05edcf2e random ideas
Originally committed as revision 5438 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-01 11:41:14 +00:00
Michael Niedermayer
a5781961ac drop stuff which seems to have been finished
Originally committed as revision 5437 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-01 11:25:55 +00:00
Benjamin Larsson
0919e788ae Flash Screen Video decoder (fourcc:FSV1)
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-01 07:31:59 +00:00
Michael Niedermayer
f7709b1a07 working H.264 + AAC in mp4 encoding example for the psp
Originally committed as revision 5412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-27 09:44:33 +00:00