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
Fabrice Bellard
2effd27446
added RTSP and RTP server support - added daemon mode as default (use -d for foreground mode) - added module support
...
Originally committed as revision 812 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
3773697945
build stripped and unstripped ffmpeg - ffserver exports all its symbols for modules - added installlib target for development static libraries installation
...
Originally committed as revision 811 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
917e06c81b
added proposed API for parse_only mode to extract compressed frames from compressed streams
...
Originally committed as revision 810 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
e3e105b38a
added include for ffserver dynamically loaded modules
...
Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
2c4ae653af
renamed gettime() av_gettime() - same for register_all()
...
Originally committed as revision 808 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
910fdd21b5
added installlib target
...
Originally committed as revision 807 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
a25e098d33
exported av_probe_input_format()
...
Originally committed as revision 806 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
a11bf0bd61
renamed gettime to av_gettime()
...
Originally committed as revision 805 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
2302dd1319
moved simple c utils
...
Originally committed as revision 804 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
4624540b71
separated init code from utils to reduce static library size
...
Originally committed as revision 803 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
9498853132
more consistent naming
...
Originally committed as revision 802 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
fb0256250d
added RTP/RTSP stuff
...
Originally committed as revision 801 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
a9a721da7c
added url_split()
...
Originally committed as revision 800 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
bdd7d51848
added compilation of RTP/RTSP stuff
...
Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
94ef68647c
suppressed packet size dependancy
...
Originally committed as revision 798 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
0e2a219706
http protocol now uses tcp: protocol (simpler)
...
Originally committed as revision 797 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
abba3dd133
added dynamic buffer support - added url_fprintf() and url_fgetc()
...
Originally committed as revision 796 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
8a9488b550
added url_get_max_packet_size() support - added URL_RDWR flag
...
Originally committed as revision 795 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
f031df23fe
api change for packet based protocols (such as UDP and RTP)
...
Originally committed as revision 794 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
2d225591e9
better UDP support - added preliminary multicast support (untested)
...
Originally committed as revision 793 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
85fb7b3490
added rtp port range support
...
Originally committed as revision 792 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
5188559986
added local port option
...
Originally committed as revision 791 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
François Revol
3ffe379394
patch by François Revol <revol at free dot fr>
...
- fix for multiple frames per chunk
- better probing
- better header parsing
- fixed some 4CCs
- use av_new_stream() (but still dealocates some of them with av_free())
Originally committed as revision 790 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Bohdan Horst
a5f0696948
this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl>
...
Originally committed as revision 789 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Alex Beregszaszi
ce23c668f1
moved codebooks to svq1_cb.h
...
Originally committed as revision 788 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
fe670d099d
-bug comand line option to workaround encoder bugs which cannot be detected automatically
...
Originally committed as revision 787 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
05174fd411
fixing bitrate vs. kbitrate in header
...
fixing wmv1 decoder (was broken during some optimizations ...)
inter-intra prediction encoding
Originally committed as revision 786 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
François Revol
889c522492
adpcm encoding patch by François Revol <revol at free dot fr>
...
Originally committed as revision 785 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
François Revol
27a5e8b897
nanosleep patch by François Revol <revol at free dot fr>
...
Originally committed as revision 784 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
François Revol
6742d95d59
YUV410P to YUV420P patch by François Revol <revol at free dot fr>
...
Originally committed as revision 783 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
3e6a20a0cd
minor optimizations
...
fixing numbers.avi
fixing ac prediction between MBs with different QP
Originally committed as revision 782 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
4afeaec92f
pix_abs mmx2 isnt bit-exact ...
...
Originally committed as revision 781 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
Michael Niedermayer
e1707f52d5
BeOS patches by "shatty" <shatty at myrealbox.com>
...
1. errno's are negative on beos, so negating them gives positive values.
2. the -shared flag is -nostart on beos.
3. building the shared lib on beos requires -fomit-frame-pointer
4. beos doesn't have oss support
Originally committed as revision 779 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Roy Sigurd Karlsbakk
eddbd7e5a0
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>
...
Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
9235088f0f
* using time.h for Cygwin systems as well
...
Originally committed as revision 777 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
79c0c7858d
use edge emu for encoding of width or height %16!=0 files
...
Originally committed as revision 776 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
9022797ba2
fixing NULL reference frame with dr1
...
Originally committed as revision 775 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
9ac7ecd698
hmm ABS(dc-diff) > 512 fix
...
printing some error messages if some error occurs
Originally committed as revision 774 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
9be42dba97
larger edge emu buffer (might have been too small)
...
Originally committed as revision 773 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
5499377432
fixing gmc with emu edges
...
Originally committed as revision 772 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
4c9ede2e4b
interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea
...
Originally committed as revision 771 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
cc504d3c3c
low_delay / has_b_frames fix
...
Originally committed as revision 770 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
1a013246fb
fixes fire.avi & subtitles.avi
...
Originally committed as revision 769 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
fe072fb4ee
exporting mbskip_table after it has been allocated
...
Originally committed as revision 768 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
bc6d7776d8
hurry up support
...
returning buf_size insetad of 0
Originally committed as revision 767 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
22b13d5b4c
grayscale only decoding
...
Originally committed as revision 766 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
3cf33c37e7
dr1
...
Originally committed as revision 765 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
94aec31fa0
dr1
...
Originally committed as revision 764 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago