aboutsummaryrefslogtreecommitdiffstats
path: root/libav
Commit message (Expand)AuthorAgeFilesLines
* * skiping unwanted packets when it's possibleZdenek Kabelac2002-08-091-37/+27
* * using staticsZdenek Kabelac2002-08-091-30/+8
* * added support for multiple payloadsZdenek Kabelac2002-08-081-41/+74
* * ok - let's start with avifile->ffmpeg morphingZdenek Kabelac2002-08-082-175/+355
* Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone2002-07-271-1/+1
* Add conditional build of strptimePhilip Gladstone2002-07-271-1/+6
* Add strptime into the source pool for those systems that don't have it.Philip Gladstone2002-07-272-0/+1036
* * Add code for ffserver to get stream output formats: guess_stream_formatPhilip Gladstone2002-07-271-35/+115
* Add prototype of guess_stream_formatPhilip Gladstone2002-07-271-0/+2
* Add another asf output format type -- asf_stream. The convention is thatPhilip Gladstone2002-07-271-5/+33
* added installlib targetFabrice Bellard2002-07-251-1/+9
* exported av_probe_input_format()Fabrice Bellard2002-07-251-93/+4
* renamed gettime to av_gettime()Fabrice Bellard2002-07-252-12/+4
* moved simple c utilsFabrice Bellard2002-07-251-0/+110
* separated init code from utils to reduce static library sizeFabrice Bellard2002-07-251-0/+69
* more consistent namingFabrice Bellard2002-07-251-6/+7
* added RTP/RTSP stuffFabrice Bellard2002-07-241-4/+34
* added url_split()Fabrice Bellard2002-07-241-0/+51
* added compilation of RTP/RTSP stuffFabrice Bellard2002-07-241-1/+1
* suppressed packet size dependancyFabrice Bellard2002-07-242-14/+6
* http protocol now uses tcp: protocol (simpler)Fabrice Bellard2002-07-241-74/+44
* added dynamic buffer support - added url_fprintf() and url_fgetc()Fabrice Bellard2002-07-241-9/+236
* added url_get_max_packet_size() support - added URL_RDWR flagFabrice Bellard2002-07-241-5/+27
* api change for packet based protocols (such as UDP and RTP)Fabrice Bellard2002-07-241-8/+27
* better UDP support - added preliminary multicast support (untested)Fabrice Bellard2002-07-241-73/+188
* added rtp port range supportFabrice Bellard2002-07-242-6/+27
* added local port optionFabrice Bellard2002-07-241-13/+60
* patch by François Revol <revol at free dot fr>François Revol2002-07-231-25/+135
* adpcm encoding patch by François Revol <revol at free dot fr>François Revol2002-07-221-0/+5
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-202-7/+174
* largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk2002-07-181-1/+1
* * using time.h for Cygwin systems as wellZdenek Kabelac2002-07-181-1/+1
* * redundant declaration removedZdenek Kabelac2002-07-081-1/+0
* added rtp protocolFabrice Bellard2002-07-041-0/+249
* added rtsp support (not activated yet)Fabrice Bellard2002-07-043-0/+968
* added rtp support (not activated yet)Fabrice Bellard2002-07-042-0/+694
* added raw tcp supportFabrice Bellard2002-07-041-0/+152
* more mpeg4 fourcc'sMichael Niedermayer2002-06-222-0/+14
* fixed VOB parsing bugFabrice Bellard2002-06-181-1/+1
* wmv1Michael Niedermayer2002-06-182-2/+4
* Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone2002-06-171-2/+2
* Add ticker_abs function that returns the number of ticks to get thePhilip Gladstone2002-06-171-0/+16
* Change the way that the ?date= stuff is parsed. It now takes a time (with opt...Philip Gladstone2002-06-141-36/+30
* optimized ticker_tick() if num is big - please test it (should reduce CPU usa...Fabrice Bellard2002-06-111-1/+11
* * Get the buffer size right now we have the buffer inside the FFStream blockPhilip Gladstone2002-06-051-2/+2
* * Add the comment block if any of the comment fields are present.Philip Gladstone2002-06-051-3/+6
* Remove some calls to av_free that tured out to be duplicate. This improvesPhilip Gladstone2002-06-041-3/+3
* Make sure that the http_proxy environment variable starts with http://Philip Gladstone2002-05-291-1/+1
* use sys/soundcard.h for OSS audioFabrice Bellard2002-05-261-1/+1
* license/copyright changeFabrice Bellard2002-05-2522-239/+247