aboutsummaryrefslogtreecommitdiffstats
path: root/libav
Commit message (Expand)AuthorAgeFilesLines
* ringbuffer patch by (François Revol <revol at free dot fr>)François Revol2002-11-081-17/+145
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-083-3/+6
* * put there more reasnable 15fps speed (though it's probably meaningless)Zdenek Kabelac2002-11-061-1/+1
* * calculating with the full packet sizeZdenek Kabelac2002-11-051-2/+6
* * allocate slightly more data - so decoders won't be touching memoryZdenek Kabelac2002-11-051-1/+4
* * free extradataZdenek Kabelac2002-11-051-7/+7
* * don't show header errors when eof is reachedZdenek Kabelac2002-11-051-3/+5
* MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)François Revol2002-11-056-6/+6
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-053-1/+331
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-021-0/+4
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-029-6/+112
* * always set extradata_sizeZdenek Kabelac2002-10-311-6/+5
* * removed extra_data from AVStream (it's part of Codec)Zdenek Kabelac2002-10-312-10/+4
* * Made encoding to ASF streams work again. It turns out that the defaultPhilip Gladstone2002-10-303-12/+23
* unified wav header parsing - added extradata supportFabrice Bellard2002-10-284-57/+41
* put/get portable for IEEE double - renamed put_native_string/get_native_stringFabrice Bellard2002-10-223-23/+31
* single frame output fixFabrice Bellard2002-10-211-2/+2
* the new output PTS handling is now genericFabrice Bellard2002-10-213-66/+63
* use PTS api - suppressed redundant fourcc tags (don't know why it was duplica...Fabrice Bellard2002-10-211-44/+9
* use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref v...Fabrice Bellard2002-10-211-41/+24
* AV synchronisation APIFabrice Bellard2002-10-212-45/+123
* new video grab device for ATI All-In-Wonder cards based on the GATOS km drive...Michael Niedermayer2002-10-201-0/+650
* better framework for specific mpeg mux options such as vcd - added (incomplet...Fabrice Bellard2002-10-151-15/+59
* suppressed vcd flag - use new mpeg mux format insteadFabrice Bellard2002-10-151-1/+0
* added null output format for speed testingFabrice Bellard2002-10-141-0/+27
* better MPEG4 support (at least can view some mpeg4 examples)Fabrice Bellard2002-10-141-60/+179
* added mjpegAlex Beregszaszi2002-10-111-0/+1
* added stream copy capabilityFabrice Bellard2002-10-111-0/+2
* use C99 syntax for field initFabrice Bellard2002-10-111-1/+1
* added mpeg in avi supportFabrice Bellard2002-10-101-0/+3
* added DV supportFabrice Bellard2002-10-091-0/+2
* added raw DV demux (audio is currently not handled)Fabrice Bellard2002-10-085-2/+142
* c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgå...Måns Rullgård2002-10-069-27/+27
* fixed MPEG2 pts parsing - ignore unknown stream typeFabrice Bellard2002-10-041-5/+5
* added DV supportFabrice Bellard2002-10-041-0/+3
* rv10 cleanup (de)muxer still needs to be cleaned up (still searching voluntee...Michael Niedermayer2002-10-011-13/+5
* fixing rv10, this isnt the cleanest solution (parsing the packet header in th...Michael Niedermayer2002-09-301-7/+47
* mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v...Michael Niedermayer2002-09-121-1/+2
* m4v input supportMichael Niedermayer2002-09-121-4/+23
* Change calls to abort() to be calls to av_abort()Philip Gladstone2002-09-124-6/+6
* Add the transfer of the new parameters from ffmpeg to ffserver and vice-versaPhilip Gladstone2002-09-123-3/+65
* mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualc...Max Krasnyansky2002-09-111-0/+15
* fixing raw yuv inputMichael Niedermayer2002-09-111-0/+4
* yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)Henry Mason2002-09-061-1/+143
* ar -s -> ranlibMichael Niedermayer2002-09-021-1/+2
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-015-0/+181
* dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <bu...Lennert Buytenhek2002-09-011-5/+0
* unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot...Lennert Buytenhek2002-09-011-0/+4
* * skiping unwanted packets when it's possibleZdenek Kabelac2002-08-091-37/+27
* * using staticsZdenek Kabelac2002-08-091-30/+8