| Commit message (Expand) | Author | Age | Files | Lines |
* | rv10 cleanup (de)muxer still needs to be cleaned up (still searching voluntee... | Michael Niedermayer | 2002-10-01 | 1 | -13/+5 |
* | fixing rv10, this isnt the cleanest solution (parsing the packet header in th... | Michael Niedermayer | 2002-09-30 | 1 | -7/+47 |
* | mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v... | Michael Niedermayer | 2002-09-12 | 1 | -1/+2 |
* | m4v input support | Michael Niedermayer | 2002-09-12 | 1 | -4/+23 |
* | Change calls to abort() to be calls to av_abort() | Philip Gladstone | 2002-09-12 | 4 | -6/+6 |
* | Add the transfer of the new parameters from ffmpeg to ffserver and vice-versa | Philip Gladstone | 2002-09-12 | 3 | -3/+65 |
* | mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualc... | Max Krasnyansky | 2002-09-11 | 1 | -0/+15 |
* | fixing raw yuv input | Michael Niedermayer | 2002-09-11 | 1 | -0/+4 |
* | yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>) | Henry Mason | 2002-09-06 | 1 | -1/+143 |
* | ar -s -> ranlib | Michael Niedermayer | 2002-09-02 | 1 | -1/+2 |
* | oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2002-09-01 | 5 | -0/+181 |
* | dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <bu... | Lennert Buytenhek | 2002-09-01 | 1 | -5/+0 |
* | unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot... | Lennert Buytenhek | 2002-09-01 | 1 | -0/+4 |
* | * skiping unwanted packets when it's possible | Zdenek Kabelac | 2002-08-09 | 1 | -37/+27 |
* | * using statics | Zdenek Kabelac | 2002-08-09 | 1 | -30/+8 |
* | * added support for multiple payloads | Zdenek Kabelac | 2002-08-08 | 1 | -41/+74 |
* | * ok - let's start with avifile->ffmpeg morphing | Zdenek Kabelac | 2002-08-08 | 2 | -175/+355 |
* | Fix a potential endless loop (nb (1 * 3) / 2 == 1) | Philip Gladstone | 2002-07-27 | 1 | -1/+1 |
* | Add conditional build of strptime | Philip Gladstone | 2002-07-27 | 1 | -1/+6 |
* | Add strptime into the source pool for those systems that don't have it. | Philip Gladstone | 2002-07-27 | 2 | -0/+1036 |
* | * Add code for ffserver to get stream output formats: guess_stream_format | Philip Gladstone | 2002-07-27 | 1 | -35/+115 |
* | Add prototype of guess_stream_format | Philip Gladstone | 2002-07-27 | 1 | -0/+2 |
* | Add another asf output format type -- asf_stream. The convention is that | Philip Gladstone | 2002-07-27 | 1 | -5/+33 |
* | added installlib target | Fabrice Bellard | 2002-07-25 | 1 | -1/+9 |
* | exported av_probe_input_format() | Fabrice Bellard | 2002-07-25 | 1 | -93/+4 |
* | renamed gettime to av_gettime() | Fabrice Bellard | 2002-07-25 | 2 | -12/+4 |
* | moved simple c utils | Fabrice Bellard | 2002-07-25 | 1 | -0/+110 |
* | separated init code from utils to reduce static library size | Fabrice Bellard | 2002-07-25 | 1 | -0/+69 |
* | more consistent naming | Fabrice Bellard | 2002-07-25 | 1 | -6/+7 |
* | added RTP/RTSP stuff | Fabrice Bellard | 2002-07-24 | 1 | -4/+34 |
* | added url_split() | Fabrice Bellard | 2002-07-24 | 1 | -0/+51 |
* | added compilation of RTP/RTSP stuff | Fabrice Bellard | 2002-07-24 | 1 | -1/+1 |
* | suppressed packet size dependancy | Fabrice Bellard | 2002-07-24 | 2 | -14/+6 |
* | http protocol now uses tcp: protocol (simpler) | Fabrice Bellard | 2002-07-24 | 1 | -74/+44 |
* | added dynamic buffer support - added url_fprintf() and url_fgetc() | Fabrice Bellard | 2002-07-24 | 1 | -9/+236 |
* | added url_get_max_packet_size() support - added URL_RDWR flag | Fabrice Bellard | 2002-07-24 | 1 | -5/+27 |
* | api change for packet based protocols (such as UDP and RTP) | Fabrice Bellard | 2002-07-24 | 1 | -8/+27 |
* | better UDP support - added preliminary multicast support (untested) | Fabrice Bellard | 2002-07-24 | 1 | -73/+188 |
* | added rtp port range support | Fabrice Bellard | 2002-07-24 | 2 | -6/+27 |
* | added local port option | Fabrice Bellard | 2002-07-24 | 1 | -13/+60 |
* | patch by François Revol <revol at free dot fr> | François Revol | 2002-07-23 | 1 | -25/+135 |
* | adpcm encoding patch by François Revol <revol at free dot fr> | François Revol | 2002-07-22 | 1 | -0/+5 |
* | beos/mov/adpcm patch by François Revol <revol at free dot fr> | François Revol | 2002-07-20 | 2 | -7/+174 |
* | largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> | Roy Sigurd Karlsbakk | 2002-07-18 | 1 | -1/+1 |
* | * using time.h for Cygwin systems as well | Zdenek Kabelac | 2002-07-18 | 1 | -1/+1 |
* | * redundant declaration removed | Zdenek Kabelac | 2002-07-08 | 1 | -1/+0 |
* | added rtp protocol | Fabrice Bellard | 2002-07-04 | 1 | -0/+249 |
* | added rtsp support (not activated yet) | Fabrice Bellard | 2002-07-04 | 3 | -0/+968 |
* | added rtp support (not activated yet) | Fabrice Bellard | 2002-07-04 | 2 | -0/+694 |
* | added raw tcp support | Fabrice Bellard | 2002-07-04 | 1 | -0/+152 |