]> git.sesse.net Git - ffmpeg/history - libav/utils.c
use codec_id so that the codec does not need to be opened
[ffmpeg] / libav / utils.c
2002-11-20 Fabrice Bellarduse codec_id so that the codec does not need to be...
2002-11-20 Fabrice Bellardadded handling of URL redirectors (needed for RTSP...
2002-11-19 Fabrice Bellardfixed output pts computation in case of pcm audio ...
2002-11-18 Fabrice Bellarddo not read probe data if format is specified - match_e...
2002-11-11 Zdenek Kabelac* cleanup statics & const
2002-11-09 Michael Niedermayeruse FF_INPUT_BUFFER_PADDING_SIZE
2002-11-08 Michael Niedermayercleanup (breaks compatibility, requested by fabrice)
2002-11-05 Zdenek Kabelac* allocate slightly more data - so decoders won't be...
2002-10-21 Fabrice Bellardsingle frame output fix
2002-10-21 Fabrice Bellardthe new output PTS handling is now generic
2002-10-21 Fabrice BellardAV synchronisation API
2002-07-27 Philip Gladstone* Add code for ffserver to get stream output formats...
2002-07-25 Fabrice Bellardexported av_probe_input_format()
2002-07-24 Fabrice Bellardadded url_split()
2002-07-18 Zdenek Kabelac* using time.h for Cygwin systems as well
2002-06-18 Fabrice Bellardfixed VOB parsing bug
2002-06-14 Philip GladstoneChange the way that the ?date= stuff is parsed. It...
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-24 Philip GladstoneChange order of extensions and read_probe checking...
2002-05-20 Fabrice Bellardsplit mux/demux related structures - added file probing...
2002-05-18 Fabrice Bellarduse av memory handling functions
2002-05-10 Philip Gladstone* Add implementation of strlcpy
2002-04-08 Zdenek Kabelac* support for .au .gif .mov .mp4 by François Revol...
2002-04-07 Juanjo- Added force_pts to av_write_packet() to be able to...
2002-03-20 Juanjo- Fix pts calculation on mpeg mux (A/V sync) - Thanks...
2001-09-24 Fabrice Bellardchanged av_open_input_file() prototype
2001-09-23 Fabrice Bellardadded pcm formats
2001-09-16 Fabrice Bellardfixed image number syntax problems
2001-08-15 Fabrice Bellardadded raw mjpeg
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-11 Fabrice Bellardadded PPM read/write support - added pgmyuvpipe format...
2001-07-23 Fabrice Bellardadded CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and...
2001-07-22 Fabrice BellardInitial revision