Philip Gladstone
a960b45f5a
Added my TODO list
...
Originally committed as revision 1354 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
40d05a6bce
That should be enough for now :)
...
Originally committed as revision 1348 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e5e65a53cd
my TODO ...
...
Originally committed as revision 1346 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c6fdc7083a
updated with my current projets - add your own TODO if you wish
...
Originally committed as revision 1344 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
9d6f1d52c5
Moved hook documentation into the doc directory
...
Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
ae98a91509
Updated to reflect the current state of ffserver (as I understand it).
...
Originally committed as revision 1266 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
6891b9d458
added example to hack with SDP/multicast streaming
...
Originally committed as revision 1261 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0699d2fe44
update
...
Originally committed as revision 1238 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4745b5bf6c
update
...
Originally committed as revision 1236 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c70a211997
ffserver documentation update
...
Originally committed as revision 1234 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
47d944d2be
doc update
...
Originally committed as revision 1233 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
3b783b6b58
added faq.html
...
Originally committed as revision 1159 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7ff56c72b2
updated FAQ - converted it to texinfo
...
Originally committed as revision 1158 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
60837265bc
added Michael's page
...
Originally committed as revision 1086 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
9181577ccb
new texinfo documentation - HTML version also included
...
Originally committed as revision 1085 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b71c30becb
removed obsolete file
...
Originally committed as revision 1040 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e647c59840
base64 encoded patches posted to the devel list are prefered
...
Originally committed as revision 877 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
ce83897796
Add notes on the ?date= format.
...
Originally committed as revision 825 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
a28d4f86af
Add some examples of using ACL
...
Originally committed as revision 822 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
bc4a1ffe96
added 'NoDaemon' command - added RTP/RTSP stream example
...
Originally committed as revision 813 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
François Revol
0147f19856
beos/mov/adpcm patch by François Revol <revol at free dot fr>
...
* Some BeOS fixes:
- errno stuff
- nanosleep() replacement
- added a doc/README.beos
* mov reader still has problems with most videos (skips many chunks),
- It should now read .mov files with zlib-compressed moov headers (aka cmov)
- added SVQ1 support.
- removed mapping 'raw ' and 'yuv2' to h263, was my mistake.
- added IMA4 support. (tested)
- fixed frame rate (it reported 0 fps or something before)
- extended file probing ('wide' and 'free' atoms)
- improved .mov/.mp4 detection (or so I think)
* adpcm
* added zlib support, with header file and lib check
Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
e4c47db44b
Add the copyright/comment/author/title keywords
...
Originally committed as revision 665 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
4e33b83b18
Added Launch, FaviconURL and Redirect examples
...
Originally committed as revision 631 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
360d33c9b6
update
...
Originally committed as revision 589 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
44defcfb86
update
...
Originally committed as revision 539 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
4196dcd621
added regression test mention
...
Originally committed as revision 538 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
9c80daf193
updated for my short term goals
...
Originally committed as revision 512 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
96c7b53561
* Added a note that says that WMP cannot stream .mpg files.
...
Originally committed as revision 509 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
abb2a5e242
Added use of StartSendOnKey
...
Originally committed as revision 508 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
9cfe269e70
* Updated with new stream configuration items
...
Originally committed as revision 502 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
3e12d48a89
- Updating docs....
...
Originally committed as revision 475 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
f359a5bed8
* Updated so that some streams actually work!
...
Originally committed as revision 456 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
bdd3c092bf
* These are my notes on streaming
...
Originally committed as revision 455 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
af469427b3
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek
...
- Fix temporal-reference-glitches for MPEG1 - Thanks to Lennert Buytenhek
Originally committed as revision 343 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
4b44538ce6
update
...
Originally committed as revision 145 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
84a02cdd68
added patch info (I prefer only diff -u) and clear info about my patch copyright policy
...
Originally committed as revision 125 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
61a663b268
added image question
...
Originally committed as revision 124 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
1705679ee6
updated
...
Originally committed as revision 106 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
8fa30bd7c3
updated
...
Originally committed as revision 90 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
79ba6118b9
added FAQ - you are free to add entries - the web page faq is generated from this file
...
Originally committed as revision 87 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
980fc7b834
fixed config for direct mplayer build compatibility
...
Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
85f07f223d
merge
...
Originally committed as revision 6 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
de6d9b6404
Initial revision
...
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
1b58d58dda
removing old files
...
Originally committed as revision 4 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
9aeeeb63f7
Initial revision
...
Originally committed as revision 2 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago