summaryrefslogtreecommitdiff
path: root/libav
Commit message (Expand)AuthorAge
* fixed output pts computation in case of pcm audio (fixes ffplay status display)Fabrice Bellard2002-11-19
* better than nothing patch for correct audio output with ffplayFabrice Bellard2002-11-19
* a/v sync support: added correct pts handlingFabrice Bellard2002-11-19
* factorized All In Wonder code (not tested) - Added AIW auto detect (not teste...Fabrice Bellard2002-11-19
* now raw mpeg4 video decoding is fully supportedFabrice Bellard2002-11-18
* added multicast SDP/RTP demux for multicast streams - added support for MPEG4...Fabrice Bellard2002-11-18
* do not read probe data if format is specified - match_ext() must be exportedFabrice Bellard2002-11-18
* fixed multicast connectFabrice Bellard2002-11-18
* lower case div3Michael Niedermayer2002-11-18
* fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)John Ryland2002-11-14
* * fix double freeZdenek Kabelac2002-11-13
* Bump up the priority on the decoding thread.François Revol2002-11-12
* * cleanup statics & constZdenek Kabelac2002-11-11
* * cleanup statics & constZdenek Kabelac2002-11-11
* * cleanup statics & constZdenek Kabelac2002-11-11
* * cleanup statics & constZdenek Kabelac2002-11-11
* reversing header gameMichael Niedermayer2002-11-10
* use FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2002-11-09
* c standard style / warnings patch by (mru at users dot sourceforge dot net (M...Måns Rullgård2002-11-09
* ringbuffer patch by (François Revol <revol at free dot fr>)François Revol2002-11-08
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
* * put there more reasnable 15fps speed (though it's probably meaningless)Zdenek Kabelac2002-11-06
* * calculating with the full packet sizeZdenek Kabelac2002-11-05
* * allocate slightly more data - so decoders won't be touching memoryZdenek Kabelac2002-11-05
* * free extradataZdenek Kabelac2002-11-05
* * don't show header errors when eof is reachedZdenek Kabelac2002-11-05
* MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-02
* * always set extradata_sizeZdenek Kabelac2002-10-31
* * removed extra_data from AVStream (it's part of Codec)Zdenek Kabelac2002-10-31
* * Made encoding to ASF streams work again. It turns out that the defaultPhilip Gladstone2002-10-30
* unified wav header parsing - added extradata supportFabrice Bellard2002-10-28
* put/get portable for IEEE double - renamed put_native_string/get_native_stringFabrice Bellard2002-10-22
* single frame output fixFabrice Bellard2002-10-21
* the new output PTS handling is now genericFabrice Bellard2002-10-21
* use PTS api - suppressed redundant fourcc tags (don't know why it was duplica...Fabrice Bellard2002-10-21
* use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref v...Fabrice Bellard2002-10-21
* AV synchronisation APIFabrice Bellard2002-10-21
* new video grab device for ATI All-In-Wonder cards based on the GATOS km drive...Michael Niedermayer2002-10-20
* better framework for specific mpeg mux options such as vcd - added (incomplet...Fabrice Bellard2002-10-15
* suppressed vcd flag - use new mpeg mux format insteadFabrice Bellard2002-10-15
* added null output format for speed testingFabrice Bellard2002-10-14
* better MPEG4 support (at least can view some mpeg4 examples)Fabrice Bellard2002-10-14
* added mjpegAlex Beregszaszi2002-10-11
* added stream copy capabilityFabrice Bellard2002-10-11
* use C99 syntax for field initFabrice Bellard2002-10-11
* added mpeg in avi supportFabrice Bellard2002-10-10
* added DV supportFabrice Bellard2002-10-09