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-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
2002-10-22put/get portable for IEEE double - renamed put_native_string/get_native_stringFabrice Bellard
2002-10-21single frame output fixFabrice Bellard
2002-10-21the new output PTS handling is now genericFabrice Bellard
2002-10-21use PTS api - suppressed redundant fourcc tags (don't know why it was duplica...Fabrice Bellard
2002-10-21use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref v...Fabrice Bellard
2002-10-21AV synchronisation APIFabrice Bellard
2002-10-21new video grab device for ATI All-In-Wonder cards based on the GATOS km drive...Michael Niedermayer
2002-10-15better framework for specific mpeg mux options such as vcd - added (incomplet...Fabrice Bellard
2002-10-15suppressed vcd flag - use new mpeg mux format insteadFabrice Bellard
2002-10-14added null output format for speed testingFabrice Bellard
2002-10-14better MPEG4 support (at least can view some mpeg4 examples)Fabrice Bellard
2002-10-12added mjpegAlex Beregszaszi
2002-10-11added stream copy capabilityFabrice Bellard
2002-10-11use C99 syntax for field initFabrice Bellard
2002-10-10added mpeg in avi supportFabrice Bellard
2002-10-09added DV supportFabrice Bellard