Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libav
AgeCommit message (Expand)Author
2002-11-25renamed libav to libavformatFabrice Bellard
2002-11-22* Ogg/Vorbis patch by Mark HillsMark Hills
2002-11-20experimental mpeg4 video support (currently no slice/timestamp handling)Fabrice Bellard
2002-11-20use codec_id so that the codec does not need to be openedFabrice Bellard
2002-11-20export match_ext()Fabrice Bellard
2002-11-20match SDP based on content instead of extensionFabrice Bellard
2002-11-20added handling of URL redirectors (needed for RTSP streaming client)Fabrice Bellard
2002-11-20supressed incorrect pts init (when the pts is not set, ffmpeg.c presumes the ...Fabrice Bellard
2002-11-20suppressed PKT_FLAG_DROPPED_FRAMEFabrice Bellard
2002-11-20pkt->pts is already set, please fix audio if you modify this code - supressed...Fabrice Bellard
2002-11-20The problems of doing cvs add foo.*Philip Gladstone
2002-11-20Compile framehook.cPhilip Gladstone
2002-11-20Initial versions of code to all per-frame video processing in ffmpeg.Philip Gladstone
2002-11-20Set the pkt->pts field correctly so that frame rate reduction has a chancePhilip Gladstone
2002-11-20Set the pkt->pts field so that we have a chance of doing frame rate reductionPhilip Gladstone
2002-11-20Get rid of a warning from asfcheck. Not sure that it really helps with WMP th...Philip Gladstone
2002-11-19fixed output pts computation in case of pcm audio (fixes ffplay status display)Fabrice Bellard
2002-11-19better than nothing patch for correct audio output with ffplayFabrice Bellard
2002-11-19a/v sync support: added correct pts handlingFabrice Bellard
2002-11-19factorized All In Wonder code (not tested) - Added AIW auto detect (not teste...Fabrice Bellard
2002-11-18now raw mpeg4 video decoding is fully supportedFabrice Bellard
2002-11-18added multicast SDP/RTP demux for multicast streams - added support for MPEG4...Fabrice Bellard
2002-11-18do not read probe data if format is specified - match_ext() must be exportedFabrice Bellard
2002-11-18fixed multicast connectFabrice Bellard
2002-11-18lower case div3Michael Niedermayer
2002-11-14fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)John Ryland
2002-11-13* fix double freeZdenek Kabelac
2002-11-12Bump up the priority on the decoding thread.François Revol
2002-11-11* cleanup statics & constZdenek Kabelac
2002-11-11* cleanup statics & constZdenek Kabelac
2002-11-11* cleanup statics & constZdenek Kabelac
2002-11-11* cleanup statics & constZdenek Kabelac
2002-11-10reversing header gameMichael Niedermayer
2002-11-09use FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer
2002-11-09c standard style / warnings patch by (mru at users dot sourceforge dot net (M...Måns Rullgård
2002-11-08ringbuffer patch by (François Revol <revol at free dot fr>)François Revol
2002-11-08cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer
2002-11-06* put there more reasnable 15fps speed (though it's probably meaningless)Zdenek Kabelac
2002-11-05* calculating with the full packet sizeZdenek Kabelac
2002-11-05* allocate slightly more data - so decoders won't be touching memoryZdenek Kabelac
2002-11-05* free extradataZdenek Kabelac
2002-11-05* don't show header errors when eof is reachedZdenek Kabelac
2002-11-05MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)François Revol
2002-11-05BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol
2002-11-02added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol
2002-11-02added BeOS net_server support (R5 network stack), basically the sameFrançois Revol
2002-10-31* always set extradata_sizeZdenek Kabelac
2002-10-31* removed extra_data from AVStream (it's part of Codec)Zdenek Kabelac
2002-10-30* Made encoding to ASF streams work again. It turns out that the defaultPhilip Gladstone
2002-10-28unified wav header parsing - added extradata supportFabrice Bellard