| Commit message (Expand) | Author | Age | Files | Lines |
* | * skiping unwanted packets when it's possible | Zdenek Kabelac | 2002-08-09 | 1 | -37/+27 |
* | * using statics | Zdenek Kabelac | 2002-08-09 | 1 | -30/+8 |
* | * added support for multiple payloads | Zdenek Kabelac | 2002-08-08 | 1 | -41/+74 |
* | * ok - let's start with avifile->ffmpeg morphing | Zdenek Kabelac | 2002-08-08 | 2 | -175/+355 |
* | Fix a potential endless loop (nb (1 * 3) / 2 == 1) | Philip Gladstone | 2002-07-27 | 1 | -1/+1 |
* | Add conditional build of strptime | Philip Gladstone | 2002-07-27 | 1 | -1/+6 |
* | Add strptime into the source pool for those systems that don't have it. | Philip Gladstone | 2002-07-27 | 2 | -0/+1036 |
* | * Add code for ffserver to get stream output formats: guess_stream_format | Philip Gladstone | 2002-07-27 | 1 | -35/+115 |
* | Add prototype of guess_stream_format | Philip Gladstone | 2002-07-27 | 1 | -0/+2 |
* | Add another asf output format type -- asf_stream. The convention is that | Philip Gladstone | 2002-07-27 | 1 | -5/+33 |
* | added installlib target | Fabrice Bellard | 2002-07-25 | 1 | -1/+9 |
* | exported av_probe_input_format() | Fabrice Bellard | 2002-07-25 | 1 | -93/+4 |
* | renamed gettime to av_gettime() | Fabrice Bellard | 2002-07-25 | 2 | -12/+4 |
* | moved simple c utils | Fabrice Bellard | 2002-07-25 | 1 | -0/+110 |
* | separated init code from utils to reduce static library size | Fabrice Bellard | 2002-07-25 | 1 | -0/+69 |
* | more consistent naming | Fabrice Bellard | 2002-07-25 | 1 | -6/+7 |
* | added RTP/RTSP stuff | Fabrice Bellard | 2002-07-24 | 1 | -4/+34 |
* | added url_split() | Fabrice Bellard | 2002-07-24 | 1 | -0/+51 |
* | added compilation of RTP/RTSP stuff | Fabrice Bellard | 2002-07-24 | 1 | -1/+1 |
* | suppressed packet size dependancy | Fabrice Bellard | 2002-07-24 | 2 | -14/+6 |
* | http protocol now uses tcp: protocol (simpler) | Fabrice Bellard | 2002-07-24 | 1 | -74/+44 |
* | added dynamic buffer support - added url_fprintf() and url_fgetc() | Fabrice Bellard | 2002-07-24 | 1 | -9/+236 |
* | added url_get_max_packet_size() support - added URL_RDWR flag | Fabrice Bellard | 2002-07-24 | 1 | -5/+27 |
* | api change for packet based protocols (such as UDP and RTP) | Fabrice Bellard | 2002-07-24 | 1 | -8/+27 |
* | better UDP support - added preliminary multicast support (untested) | Fabrice Bellard | 2002-07-24 | 1 | -73/+188 |
* | added rtp port range support | Fabrice Bellard | 2002-07-24 | 2 | -6/+27 |
* | added local port option | Fabrice Bellard | 2002-07-24 | 1 | -13/+60 |
* | patch by François Revol <revol at free dot fr> | François Revol | 2002-07-23 | 1 | -25/+135 |
* | adpcm encoding patch by François Revol <revol at free dot fr> | François Revol | 2002-07-22 | 1 | -0/+5 |
* | beos/mov/adpcm patch by François Revol <revol at free dot fr> | François Revol | 2002-07-20 | 2 | -7/+174 |
* | largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> | Roy Sigurd Karlsbakk | 2002-07-18 | 1 | -1/+1 |
* | * using time.h for Cygwin systems as well | Zdenek Kabelac | 2002-07-18 | 1 | -1/+1 |
* | * redundant declaration removed | Zdenek Kabelac | 2002-07-08 | 1 | -1/+0 |
* | added rtp protocol | Fabrice Bellard | 2002-07-04 | 1 | -0/+249 |
* | added rtsp support (not activated yet) | Fabrice Bellard | 2002-07-04 | 3 | -0/+968 |
* | added rtp support (not activated yet) | Fabrice Bellard | 2002-07-04 | 2 | -0/+694 |
* | added raw tcp support | Fabrice Bellard | 2002-07-04 | 1 | -0/+152 |
* | more mpeg4 fourcc's | Michael Niedermayer | 2002-06-22 | 2 | -0/+14 |
* | fixed VOB parsing bug | Fabrice Bellard | 2002-06-18 | 1 | -1/+1 |
* | wmv1 | Michael Niedermayer | 2002-06-18 | 2 | -2/+4 |
* | Change ticker_tick to use ticker_abs as we want the absolute number | Philip Gladstone | 2002-06-17 | 1 | -2/+2 |
* | Add ticker_abs function that returns the number of ticks to get the | Philip Gladstone | 2002-06-17 | 1 | -0/+16 |
* | Change the way that the ?date= stuff is parsed. It now takes a time (with opt... | Philip Gladstone | 2002-06-14 | 1 | -36/+30 |
* | optimized ticker_tick() if num is big - please test it (should reduce CPU usa... | Fabrice Bellard | 2002-06-11 | 1 | -1/+11 |
* | * Get the buffer size right now we have the buffer inside the FFStream block | Philip Gladstone | 2002-06-05 | 1 | -2/+2 |
* | * Add the comment block if any of the comment fields are present. | Philip Gladstone | 2002-06-05 | 1 | -3/+6 |
* | Remove some calls to av_free that tured out to be duplicate. This improves | Philip Gladstone | 2002-06-04 | 1 | -3/+3 |
* | Make sure that the http_proxy environment variable starts with http:// | Philip Gladstone | 2002-05-29 | 1 | -1/+1 |
* | use sys/soundcard.h for OSS audio | Fabrice Bellard | 2002-05-26 | 1 | -1/+1 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 22 | -239/+247 |