Diego Biurrun
18fd519f54
wording/grammar
...
Originally committed as revision 6797 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Michael Niedermayer
864bc9656b
3 more TODO items for volunteers
...
Originally committed as revision 6746 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
a991b1fecb
TIFF decoder
...
Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Baptiste Coudurier
f3239539b9
add MXF description
...
Originally committed as revision 6662 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
d7a3a783ad
update GXF status and add description
...
Originally committed as revision 6661 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Kostya Shishkov
3689cf1649
Targa image decoder
...
Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Michael Niedermayer
2bc5da7bf9
remove confusing divx note
...
Originally committed as revision 6546 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3263626feb
Mark all phony targets as such.
...
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
995d9ec77d
Add replacement for libavcodec/fdctref.c to the list.
...
Originally committed as revision 6529 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4bef236ba8
Fix quantiSer --> quantiZer typo.
...
Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Kostya Shishkov
730581f3b4
WavPack lossless audio decoder
...
Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
10aa27db71
Remove 404 link.
...
Originally committed as revision 6329 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
7a9d265b14
Added qcelp faq.
...
Originally committed as revision 6289 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Diego Biurrun
99f6278e31
wording/spelling
...
Originally committed as revision 6283 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Aurelien Jacobs
5ce117c37c
VP5 and VP6 video decoder
...
Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
Kostya Shishkov
eb57c88973
VMware Video decoder (fourcc: VMnc)
...
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Benjamin Larsson
e645a733a6
Added -map usage to docs.
...
Originally committed as revision 6131 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
Diego Biurrun
29c9183cb5
spelling fixes for the last commit
...
Originally committed as revision 6031 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
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
19 years ago
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
19 years ago
Diego Biurrun
cf41e66736
Remove unnecessary include and variable declaration.
...
Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
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
19 years ago
Diego Biurrun
a67a96a053
editorial changes
...
Originally committed as revision 5942 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
4f9807d8f8
things to take care of for the next soc
...
Originally committed as revision 5941 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
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
19 years ago
Diego Biurrun
48ef912ac4
Subversion allows renaming files.
...
Originally committed as revision 5893 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
5b01f9ce47
video filter todo
...
Originally committed as revision 5867 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
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
19 years ago
Michael Niedermayer
53be4c90e3
update
...
Originally committed as revision 5805 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5ab0f20449
spelling/grammar
...
Originally committed as revision 5657 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
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
19 years ago
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
19 years ago