| Commit message (Expand) | Author | Age | Files | Lines |
* | ringbuffer patch by (François Revol <revol at free dot fr>) | François Revol | 2002-11-08 | 1 | -17/+145 |
* | cleanup (breaks compatibility, requested by fabrice) | Michael Niedermayer | 2002-11-08 | 3 | -3/+6 |
* | * put there more reasnable 15fps speed (though it's probably meaningless) | Zdenek Kabelac | 2002-11-06 | 1 | -1/+1 |
* | * calculating with the full packet size | Zdenek Kabelac | 2002-11-05 | 1 | -2/+6 |
* | * allocate slightly more data - so decoders won't be touching memory | Zdenek Kabelac | 2002-11-05 | 1 | -1/+4 |
* | * free extradata | Zdenek Kabelac | 2002-11-05 | 1 | -7/+7 |
* | * don't show header errors when eof is reached | Zdenek Kabelac | 2002-11-05 | 1 | -3/+5 |
* | MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>) | François Revol | 2002-11-05 | 6 | -6/+6 |
* | BeOS Audio ouput patch by (François Revol <revol at free dot fr>) | François Revol | 2002-11-05 | 3 | -1/+331 |
* | added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support | François Revol | 2002-11-02 | 1 | -0/+4 |
* | added BeOS net_server support (R5 network stack), basically the same | François Revol | 2002-11-02 | 9 | -6/+112 |
* | * always set extradata_size | Zdenek Kabelac | 2002-10-31 | 1 | -6/+5 |
* | * removed extra_data from AVStream (it's part of Codec) | Zdenek Kabelac | 2002-10-31 | 2 | -10/+4 |
* | * Made encoding to ASF streams work again. It turns out that the default | Philip Gladstone | 2002-10-30 | 3 | -12/+23 |
* | unified wav header parsing - added extradata support | Fabrice Bellard | 2002-10-28 | 4 | -57/+41 |
* | put/get portable for IEEE double - renamed put_native_string/get_native_string | Fabrice Bellard | 2002-10-22 | 3 | -23/+31 |
* | single frame output fix | Fabrice Bellard | 2002-10-21 | 1 | -2/+2 |
* | the new output PTS handling is now generic | Fabrice Bellard | 2002-10-21 | 3 | -66/+63 |
* | use PTS api - suppressed redundant fourcc tags (don't know why it was duplica... | Fabrice Bellard | 2002-10-21 | 1 | -44/+9 |
* | use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref v... | Fabrice Bellard | 2002-10-21 | 1 | -41/+24 |
* | AV synchronisation API | Fabrice Bellard | 2002-10-21 | 2 | -45/+123 |
* | new video grab device for ATI All-In-Wonder cards based on the GATOS km drive... | Michael Niedermayer | 2002-10-20 | 1 | -0/+650 |
* | better framework for specific mpeg mux options such as vcd - added (incomplet... | Fabrice Bellard | 2002-10-15 | 1 | -15/+59 |
* | suppressed vcd flag - use new mpeg mux format instead | Fabrice Bellard | 2002-10-15 | 1 | -1/+0 |
* | added null output format for speed testing | Fabrice Bellard | 2002-10-14 | 1 | -0/+27 |
* | better MPEG4 support (at least can view some mpeg4 examples) | Fabrice Bellard | 2002-10-14 | 1 | -60/+179 |
* | added mjpeg | Alex Beregszaszi | 2002-10-11 | 1 | -0/+1 |
* | added stream copy capability | Fabrice Bellard | 2002-10-11 | 1 | -0/+2 |
* | use C99 syntax for field init | Fabrice Bellard | 2002-10-11 | 1 | -1/+1 |
* | added mpeg in avi support | Fabrice Bellard | 2002-10-10 | 1 | -0/+3 |
* | added DV support | Fabrice Bellard | 2002-10-09 | 1 | -0/+2 |
* | added raw DV demux (audio is currently not handled) | Fabrice Bellard | 2002-10-08 | 5 | -2/+142 |
* | c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgå... | Måns Rullgård | 2002-10-06 | 9 | -27/+27 |
* | fixed MPEG2 pts parsing - ignore unknown stream type | Fabrice Bellard | 2002-10-04 | 1 | -5/+5 |
* | added DV support | Fabrice Bellard | 2002-10-04 | 1 | -0/+3 |
* | 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 |