summaryrefslogtreecommitdiff
path: root/libav
Commit message (Expand)AuthorAge
* unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot...Lennert Buytenhek2002-09-01
* * skiping unwanted packets when it's possibleZdenek Kabelac2002-08-09
* * using staticsZdenek Kabelac2002-08-09
* * added support for multiple payloadsZdenek Kabelac2002-08-08
* * ok - let's start with avifile->ffmpeg morphingZdenek Kabelac2002-08-08
* Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone2002-07-27
* Add conditional build of strptimePhilip 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
* 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
* adpcm encoding patch by François Revol <revol at free dot fr>François Revol2002-07-22
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
* 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
* * redundant declaration removedZdenek Kabelac2002-07-08
* added rtp protocolFabrice Bellard2002-07-04
* added rtsp support (not activated yet)Fabrice Bellard2002-07-04
* added rtp support (not activated yet)Fabrice Bellard2002-07-04
* added raw tcp supportFabrice Bellard2002-07-04
* more mpeg4 fourcc'sMichael Niedermayer2002-06-22
* fixed VOB parsing bugFabrice Bellard2002-06-18
* wmv1Michael Niedermayer2002-06-18
* Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone2002-06-17
* Add ticker_abs function that returns the number of ticks to get thePhilip Gladstone2002-06-17
* Change the way that the ?date= stuff is parsed. It now takes a time (with opt...Philip Gladstone2002-06-14
* optimized ticker_tick() if num is big - please test it (should reduce CPU usa...Fabrice Bellard2002-06-11
* * Get the buffer size right now we have the buffer inside the FFStream blockPhilip Gladstone2002-06-05
* * Add the comment block if any of the comment fields are present.Philip Gladstone2002-06-05
* Remove some calls to av_free that tured out to be duplicate. This improvesPhilip Gladstone2002-06-04
* Make sure that the http_proxy environment variable starts with http://Philip Gladstone2002-05-29
* use sys/soundcard.h for OSS audioFabrice Bellard2002-05-26