Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libav
AgeCommit message (Expand)Author
2002-07-25added installlib targetFabrice Bellard
2002-07-25exported av_probe_input_format()Fabrice Bellard
2002-07-25renamed gettime to av_gettime()Fabrice Bellard
2002-07-25moved simple c utilsFabrice Bellard
2002-07-25separated init code from utils to reduce static library sizeFabrice Bellard
2002-07-25more consistent namingFabrice Bellard
2002-07-24added RTP/RTSP stuffFabrice Bellard
2002-07-24added url_split()Fabrice Bellard
2002-07-24added compilation of RTP/RTSP stuffFabrice Bellard
2002-07-24suppressed packet size dependancyFabrice Bellard
2002-07-24http protocol now uses tcp: protocol (simpler)Fabrice Bellard
2002-07-24added dynamic buffer support - added url_fprintf() and url_fgetc()Fabrice Bellard
2002-07-24added url_get_max_packet_size() support - added URL_RDWR flagFabrice Bellard
2002-07-24api change for packet based protocols (such as UDP and RTP)Fabrice Bellard
2002-07-24better UDP support - added preliminary multicast support (untested)Fabrice Bellard
2002-07-24added rtp port range supportFabrice Bellard
2002-07-24added local port optionFabrice Bellard
2002-07-24patch by François Revol <revol at free dot fr>François Revol
2002-07-22adpcm encoding patch by François Revol <revol at free dot fr>François Revol
2002-07-21beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol
2002-07-19largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk
2002-07-18* using time.h for Cygwin systems as wellZdenek Kabelac
2002-07-08* redundant declaration removedZdenek Kabelac
2002-07-04added rtp protocolFabrice Bellard
2002-07-04added rtsp support (not activated yet)Fabrice Bellard
2002-07-04added rtp support (not activated yet)Fabrice Bellard
2002-07-04added raw tcp supportFabrice Bellard
2002-06-23more mpeg4 fourcc'sMichael Niedermayer
2002-06-18fixed VOB parsing bugFabrice Bellard
2002-06-18wmv1Michael Niedermayer
2002-06-17Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone
2002-06-17Add ticker_abs function that returns the number of ticks to get thePhilip Gladstone
2002-06-14Change the way that the ?date= stuff is parsed. It now takes a time (with opt...Philip Gladstone
2002-06-11optimized ticker_tick() if num is big - please test it (should reduce CPU usa...Fabrice Bellard
2002-06-05* Get the buffer size right now we have the buffer inside the FFStream blockPhilip Gladstone
2002-06-05* Add the comment block if any of the comment fields are present.Philip Gladstone
2002-06-05Remove some calls to av_free that tured out to be duplicate. This improvesPhilip Gladstone
2002-05-30Make sure that the http_proxy environment variable starts with http://Philip Gladstone
2002-05-26use sys/soundcard.h for OSS audioFabrice Bellard
2002-05-26license/copyright changeFabrice Bellard
2002-05-26fixed double free - fixed probe functionFabrice Bellard
2002-05-26fixed double free - fixed jpg image sequence automatic selectionFabrice Bellard
2002-05-26fixed memory free (no free necessary for private data) - added better support...Fabrice Bellard
2002-05-24Change order of extensions and read_probe checking. This gives the read_probePhilip Gladstone
2002-05-24* Add a probe function for FFM filesPhilip Gladstone
2002-05-24* Fix a problem caused by a duplicate free of priv_data -- now uses av_freepPhilip Gladstone
2002-05-20fixed memory freeFabrice Bellard
2002-05-20converted to new APIFabrice Bellard
2002-05-20suppressed mpeg demux mess - use now dynamic stream creation apiFabrice Bellard
2002-05-20split mux/demux related structures - added file probing support - improve med...Fabrice Bellard