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-09-12mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v...Michael Niedermayer
2002-09-12m4v input supportMichael Niedermayer
2002-09-12Change calls to abort() to be calls to av_abort()Philip Gladstone
2002-09-12Add the transfer of the new parameters from ffmpeg to ffserver and vice-versaPhilip Gladstone
2002-09-11mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualc...Max Krasnyansky
2002-09-11fixing raw yuv inputMichael Niedermayer
2002-09-06yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)Henry Mason
2002-09-02ar -s -> ranlibMichael Niedermayer
2002-09-01oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills
2002-09-01dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <bu...Lennert Buytenhek
2002-09-01unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot...Lennert Buytenhek
2002-08-09* skiping unwanted packets when it's possibleZdenek Kabelac
2002-08-09* using staticsZdenek Kabelac
2002-08-09* added support for multiple payloadsZdenek Kabelac
2002-08-08* ok - let's start with avifile->ffmpeg morphingZdenek Kabelac
2002-07-27Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone
2002-07-27Add conditional build of strptimePhilip Gladstone
2002-07-27Add strptime into the source pool for those systems that don't have it.Philip Gladstone
2002-07-27* Add code for ffserver to get stream output formats: guess_stream_formatPhilip Gladstone
2002-07-27Add prototype of guess_stream_formatPhilip Gladstone
2002-07-27Add another asf output format type -- asf_stream. The convention is thatPhilip Gladstone
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