summaryrefslogtreecommitdiff
path: root/libav
Commit message (Expand)AuthorAge
* added mjpegAlex Beregszaszi2002-10-11
* added stream copy capabilityFabrice Bellard2002-10-11
* use C99 syntax for field initFabrice Bellard2002-10-11
* added mpeg in avi supportFabrice Bellard2002-10-10
* added DV supportFabrice Bellard2002-10-09
* added raw DV demux (audio is currently not handled)Fabrice Bellard2002-10-08
* c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgå...Måns Rullgård2002-10-06
* fixed MPEG2 pts parsing - ignore unknown stream typeFabrice Bellard2002-10-04
* added DV supportFabrice Bellard2002-10-04
* rv10 cleanup (de)muxer still needs to be cleaned up (still searching voluntee...Michael Niedermayer2002-10-01
* fixing rv10, this isnt the cleanest solution (parsing the packet header in th...Michael Niedermayer2002-09-30
* mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v...Michael Niedermayer2002-09-12
* m4v input supportMichael Niedermayer2002-09-12
* Change calls to abort() to be calls to av_abort()Philip Gladstone2002-09-12
* Add the transfer of the new parameters from ffmpeg to ffserver and vice-versaPhilip Gladstone2002-09-12
* mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualc...Max Krasnyansky2002-09-11
* fixing raw yuv inputMichael Niedermayer2002-09-11
* yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)Henry Mason2002-09-06
* ar -s -> ranlibMichael Niedermayer2002-09-02
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
* dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <bu...Lennert Buytenhek2002-09-01
* 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