summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone2002-07-27
* Add some examples of using ACLPhilip Gladstone2002-07-27
* * Make asf streaming work again. Now uses the output format asf_stream.Philip Gladstone2002-07-27
* Add conditional build of strptimePhilip Gladstone2002-07-27
* Add logic to figure out whether strptime is present on the system. If not, thenPhilip Gladstone2002-07-27
* Add strptime into the source pool for those systems that don't have it.Philip Gladstone2002-07-27
* * Add code for ffserver to get stream output formats: guess_stream_formatPhilip Gladstone2002-07-27
* Add prototype of guess_stream_formatPhilip Gladstone2002-07-27
* Add another asf output format type -- asf_stream. The convention is thatPhilip Gladstone2002-07-27
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-25
* added 'NoDaemon' command - added RTP/RTSP stream exampleFabrice Bellard2002-07-25
* added RTSP and RTP server support - added daemon mode as default (use -d for ...Fabrice Bellard2002-07-25
* build stripped and unstripped ffmpeg - ffserver exports all its symbols for m...Fabrice Bellard2002-07-25
* added proposed API for parse_only mode to extract compressed frames from comp...Fabrice Bellard2002-07-25
* added include for ffserver dynamically loaded modulesFabrice Bellard2002-07-25
* renamed gettime() av_gettime() - same for register_all()Fabrice Bellard2002-07-25
* added installlib targetFabrice Bellard2002-07-25
* exported av_probe_input_format()Fabrice Bellard2002-07-25
* renamed gettime to av_gettime()Fabrice Bellard2002-07-25
* moved simple c utilsFabrice Bellard2002-07-25
* separated init code from utils to reduce static library sizeFabrice Bellard2002-07-25
* more consistent namingFabrice Bellard2002-07-25
* added RTP/RTSP stuffFabrice Bellard2002-07-24
* added url_split()Fabrice Bellard2002-07-24
* added compilation of RTP/RTSP stuffFabrice Bellard2002-07-24
* suppressed packet size dependancyFabrice Bellard2002-07-24
* http protocol now uses tcp: protocol (simpler)Fabrice Bellard2002-07-24
* added dynamic buffer support - added url_fprintf() and url_fgetc()Fabrice Bellard2002-07-24
* added url_get_max_packet_size() support - added URL_RDWR flagFabrice Bellard2002-07-24
* api change for packet based protocols (such as UDP and RTP)Fabrice Bellard2002-07-24
* better UDP support - added preliminary multicast support (untested)Fabrice Bellard2002-07-24
* added rtp port range supportFabrice Bellard2002-07-24
* added local port optionFabrice Bellard2002-07-24
* patch by François Revol <revol at free dot fr>François Revol2002-07-23
* this include isn;t longer need and now generate a lot of warnings patch by Bo...Bohdan Horst2002-07-23
* moved codebooks to svq1_cb.hAlex Beregszaszi2002-07-22
* -bug comand line option to workaround encoder bugs which cannot be detected a...Michael Niedermayer2002-07-22
* fixing bitrate vs. kbitrate in headerMichael Niedermayer2002-07-22
* adpcm encoding patch by François Revol <revol at free dot fr>François Revol2002-07-22
* nanosleep patch by François Revol <revol at free dot fr>François Revol2002-07-21
* YUV410P to YUV420P patch by François Revol <revol at free dot fr>François Revol2002-07-21
* minor optimizationsMichael Niedermayer2002-07-21
* pix_abs mmx2 isnt bit-exact ...Michael Niedermayer2002-07-21
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
* BeOS patches by "shatty" <shatty at myrealbox.com>Michael Niedermayer2002-07-19
* largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk2002-07-18
* * using time.h for Cygwin systems as wellZdenek Kabelac2002-07-18
* use edge emu for encoding of width or height %16!=0 filesMichael Niedermayer2002-07-17
* fixing NULL reference frame with dr1Michael Niedermayer2002-07-17
* hmm ABS(dc-diff) > 512 fixMichael Niedermayer2002-07-17