aboutsummaryrefslogtreecommitdiffstats
path: root/libav
Commit message (Expand)AuthorAgeFilesLines
* pkt->pts is already set, please fix audio if you modify this code - supressed...Fabrice Bellard2002-11-201-12/+0
* The problems of doing cvs add foo.*Philip Gladstone2002-11-201-0/+0
* Compile framehook.cPhilip Gladstone2002-11-201-2/+1
* Initial versions of code to all per-frame video processing in ffmpeg.Philip Gladstone2002-11-203-0/+121
* Set the pkt->pts field correctly so that frame rate reduction has a chancePhilip Gladstone2002-11-201-0/+1
* Set the pkt->pts field so that we have a chance of doing frame rate reductionPhilip Gladstone2002-11-201-0/+7
* Get rid of a warning from asfcheck. Not sure that it really helps with WMP th...Philip Gladstone2002-11-201-1/+1
* fixed output pts computation in case of pcm audio (fixes ffplay status display)Fabrice Bellard2002-11-191-2/+18
* better than nothing patch for correct audio output with ffplayFabrice Bellard2002-11-191-2/+3
* a/v sync support: added correct pts handlingFabrice Bellard2002-11-192-11/+31
* factorized All In Wonder code (not tested) - Added AIW auto detect (not teste...Fabrice Bellard2002-11-191-393/+244
* now raw mpeg4 video decoding is fully supportedFabrice Bellard2002-11-181-4/+1
* added multicast SDP/RTP demux for multicast streams - added support for MPEG4...Fabrice Bellard2002-11-181-15/+272
* do not read probe data if format is specified - match_ext() must be exportedFabrice Bellard2002-11-181-4/+6
* fixed multicast connectFabrice Bellard2002-11-181-4/+4
* lower case div3Michael Niedermayer2002-11-181-0/+1
* fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)John Ryland2002-11-141-1/+1
* * fix double freeZdenek Kabelac2002-11-131-1/+1
* Bump up the priority on the decoding thread.François Revol2002-11-121-2/+1
* * cleanup statics & constZdenek Kabelac2002-11-111-41/+38
* * cleanup statics & constZdenek Kabelac2002-11-114-10/+10
* * cleanup statics & constZdenek Kabelac2002-11-111-4/+4
* * cleanup statics & constZdenek Kabelac2002-11-1112-37/+35
* reversing header gameMichael Niedermayer2002-11-106-6/+6
* use FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2002-11-091-4/+6
* c standard style / warnings patch by (mru at users dot sourceforge dot net (M...Måns Rullgård2002-11-092-8/+8
* 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