]> git.sesse.net Git - ffmpeg/history - libav
* using DSPContext - so each codec could use its local (sub)set of CPU extension
[ffmpeg] / libav /
2002-11-11 Zdenek Kabelac* cleanup statics & const
2002-11-11 Zdenek Kabelac* cleanup statics & const
2002-11-11 Zdenek Kabelac* cleanup statics & const
2002-11-11 Zdenek Kabelac* cleanup statics & const
2002-11-10 Michael Niedermayerreversing header game
2002-11-09 Michael Niedermayeruse FF_INPUT_BUFFER_PADDING_SIZE
2002-11-09 Måns Rullgårdc standard style / warnings patch by (mru at users...
2002-11-08 François Revolringbuffer patch by (François Revol <revol at free...
2002-11-08 Michael Niedermayercleanup (breaks compatibility, requested by fabrice)
2002-11-06 Zdenek Kabelac* put there more reasnable 15fps speed (though it's...
2002-11-05 Zdenek Kabelac* calculating with the full packet size
2002-11-05 Zdenek Kabelac* allocate slightly more data - so decoders won't be...
2002-11-05 Zdenek Kabelac* free extradata
2002-11-05 Zdenek Kabelac* don't show header errors when eof is reached
2002-11-05 François RevolMIN/MAX sys/param.h patch by (François Revol <revol...
2002-11-05 François RevolBeOS Audio ouput patch by (François Revol <revol at...
2002-11-02 François Revoladded MACE (Macintosh Audio Compression/Expansion)...
2002-11-02 François Revoladded BeOS net_server support (R5 network stack), basic...
2002-10-31 Zdenek Kabelac* always set extradata_size
2002-10-31 Zdenek Kabelac* removed extra_data from AVStream (it's part of Codec)
2002-10-30 Philip Gladstone* Made encoding to ASF streams work again. It turns...
2002-10-28 Fabrice Bellardunified wav header parsing - added extradata support
2002-10-22 Fabrice Bellardput/get portable for IEEE double - renamed put_native_s...
2002-10-21 Fabrice Bellardsingle frame output fix
2002-10-21 Fabrice Bellardthe new output PTS handling is now generic
2002-10-21 Fabrice Bellarduse PTS api - suppressed redundant fourcc tags (don...
2002-10-21 Fabrice Bellarduse consistant PTS handling - fixed MPEG2 Pack header...
2002-10-21 Fabrice BellardAV synchronisation API
2002-10-20 Michael Niedermayernew video grab device for ATI All-In-Wonder cards based...
2002-10-15 Fabrice Bellardbetter framework for specific mpeg mux options such...
2002-10-15 Fabrice Bellardsuppressed vcd flag - use new mpeg mux format instead
2002-10-14 Fabrice Bellardadded null output format for speed testing
2002-10-14 Fabrice Bellardbetter MPEG4 support (at least can view some mpeg4...
2002-10-11 Alex Beregszasziadded mjpeg
2002-10-11 Fabrice Bellardadded stream copy capability
2002-10-11 Fabrice Bellarduse C99 syntax for field init
2002-10-10 Fabrice Bellardadded mpeg in avi support
2002-10-09 Fabrice Bellardadded DV support
2002-10-08 Fabrice Bellardadded raw DV demux (audio is currently not handled)
2002-10-06 Måns Rullgårdc syntax update patch by (mru at users dot sourceforge...
2002-10-04 Fabrice Bellardfixed MPEG2 pts parsing - ignore unknown stream type
2002-10-04 Fabrice Bellardadded DV support
2002-10-01 Michael Niedermayerrv10 cleanup (de)muxer still needs to be cleaned up...
2002-09-30 Michael Niedermayerfixing rv10, this isnt the cleanest solution (parsing...
2002-09-12 Michael Niedermayermpegvideo_probe cant distinguish mpeg4 and mpeg1 raws...
2002-09-12 Michael Niedermayerm4v input support
2002-09-12 Philip GladstoneChange calls to abort() to be calls to av_abort()
2002-09-12 Philip GladstoneAdd the transfer of the new parameters from ffmpeg...
2002-09-11 Max Krasnyanskympeg4 raw output support patch by ("Maksim (Max) Krasny...
2002-09-11 Michael Niedermayerfixing raw yuv input
2002-09-06 Henry Masonyuv4mpeg output support patch by (Henry Mason <talus25...
2002-09-02 Michael Niedermayerar -s -> ranlib
2002-09-01 Mark Hillsoggvorbis support patch by (Mark Hills <mark at pogo...
2002-09-01 Lennert Buytenhekdont needlessly gettimeofday in video grabber patch...
2002-09-01 Lennert Buytenhekunmap video buffers on close patch by (Lennert Buytenhe...
2002-08-09 Zdenek Kabelac* skiping unwanted packets when it's possible
2002-08-09 Zdenek Kabelac* using statics
2002-08-08 Zdenek Kabelac* added support for multiple payloads
2002-08-08 Zdenek Kabelac* ok - let's start with avifile->ffmpeg morphing
2002-07-27 Philip GladstoneFix a potential endless loop (nb (1 * 3) / 2 == 1)
2002-07-27 Philip GladstoneAdd conditional build of strptime
2002-07-27 Philip GladstoneAdd strptime into the source pool for those systems...
2002-07-27 Philip Gladstone* Add code for ffserver to get stream output formats...
2002-07-27 Philip GladstoneAdd prototype of guess_stream_format
2002-07-27 Philip GladstoneAdd another asf output format type -- asf_stream. The...
2002-07-25 Fabrice Bellardadded installlib target
2002-07-25 Fabrice Bellardexported av_probe_input_format()
2002-07-25 Fabrice Bellardrenamed gettime to av_gettime()
2002-07-25 Fabrice Bellardmoved simple c utils
2002-07-25 Fabrice Bellardseparated init code from utils to reduce static library...
2002-07-25 Fabrice Bellardmore consistent naming
2002-07-24 Fabrice Bellardadded RTP/RTSP stuff
2002-07-24 Fabrice Bellardadded url_split()
2002-07-24 Fabrice Bellardadded compilation of RTP/RTSP stuff
2002-07-24 Fabrice Bellardsuppressed packet size dependancy
2002-07-24 Fabrice Bellardhttp protocol now uses tcp: protocol (simpler)
2002-07-24 Fabrice Bellardadded dynamic buffer support - added url_fprintf()...
2002-07-24 Fabrice Bellardadded url_get_max_packet_size() support - added URL_RDW...
2002-07-24 Fabrice Bellardapi change for packet based protocols (such as UDP...
2002-07-24 Fabrice Bellardbetter UDP support - added preliminary multicast suppor...
2002-07-24 Fabrice Bellardadded rtp port range support
2002-07-24 Fabrice Bellardadded local port option
2002-07-23 François Revolpatch by François Revol <revol at free dot fr>
2002-07-22 François Revoladpcm encoding patch by François Revol <revol at free...
2002-07-20 François Revolbeos/mov/adpcm patch by François Revol <revol at free...
2002-07-18 Roy Sigurd Karlsbakklargefile support patch by Roy Sigurd Karlsbakk <roy...
2002-07-18 Zdenek Kabelac* using time.h for Cygwin systems as well
2002-07-08 Zdenek Kabelac* redundant declaration removed
2002-07-04 Fabrice Bellardadded rtp protocol
2002-07-04 Fabrice Bellardadded rtsp support (not activated yet)
2002-07-04 Fabrice Bellardadded rtp support (not activated yet)
2002-07-04 Fabrice Bellardadded raw tcp support
2002-06-22 Michael Niedermayermore mpeg4 fourcc's
2002-06-18 Fabrice Bellardfixed VOB parsing bug
2002-06-18 Michael Niedermayerwmv1
2002-06-17 Philip GladstoneChange ticker_tick to use ticker_abs as we want the...
2002-06-17 Philip GladstoneAdd ticker_abs function that returns the number of...
2002-06-14 Philip GladstoneChange the way that the ?date= stuff is parsed. It...
2002-06-11 Fabrice Bellardoptimized ticker_tick() if num is big - please test...
2002-06-05 Philip Gladstone* Get the buffer size right now we have the buffer...
next