summaryrefslogtreecommitdiffstats
path: root/libav
Commit message (Expand)AuthorAgeFilesLines
* renamed libav to libavformatFabrice Bellard2002-11-2547-18354/+0
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-221-9/+110
* experimental mpeg4 video support (currently no slice/timestamp handling)Fabrice Bellard2002-11-201-2/+31
* use codec_id so that the codec does not need to be openedFabrice Bellard2002-11-201-1/+1
* export match_ext()Fabrice Bellard2002-11-201-0/+2
* match SDP based on content instead of extensionFabrice Bellard2002-11-201-5/+15
* added handling of URL redirectors (needed for RTSP streaming client)Fabrice Bellard2002-11-201-0/+8
* supressed incorrect pts init (when the pts is not set, ffmpeg.c presumes the ...Fabrice Bellard2002-11-201-3/+0
* suppressed PKT_FLAG_DROPPED_FRAMEFabrice Bellard2002-11-201-1/+0
* 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
OpenPOWER on IntegriCloud