summaryrefslogtreecommitdiff
path: root/libav/utils.c
Commit message (Expand)AuthorAge
* renamed libav to libavformatFabrice Bellard2002-11-25
* use codec_id so that the codec does not need to be openedFabrice Bellard2002-11-20
* added handling of URL redirectors (needed for RTSP streaming client)Fabrice Bellard2002-11-20
* fixed output pts computation in case of pcm audio (fixes ffplay status display)Fabrice Bellard2002-11-19
* do not read probe data if format is specified - match_ext() must be exportedFabrice Bellard2002-11-18
* * cleanup statics & constZdenek Kabelac2002-11-11
* use FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2002-11-09
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
* * allocate slightly more data - so decoders won't be touching memoryZdenek Kabelac2002-11-05
* single frame output fixFabrice Bellard2002-10-21
* the new output PTS handling is now genericFabrice Bellard2002-10-21
* AV synchronisation APIFabrice Bellard2002-10-21
* * Add code for ffserver to get stream output formats: guess_stream_formatPhilip Gladstone2002-07-27
* exported av_probe_input_format()Fabrice Bellard2002-07-25
* added url_split()Fabrice Bellard2002-07-24
* * using time.h for Cygwin systems as wellZdenek Kabelac2002-07-18
* fixed VOB parsing bugFabrice Bellard2002-06-18
* Change the way that the ?date= stuff is parsed. It now takes a time (with opt...Philip Gladstone2002-06-14
* license/copyright changeFabrice Bellard2002-05-25
* Change order of extensions and read_probe checking. This gives the read_probePhilip Gladstone2002-05-24
* split mux/demux related structures - added file probing support - improve med...Fabrice Bellard2002-05-20
* use av memory handling functionsFabrice Bellard2002-05-18
* * Add implementation of strlcpyPhilip Gladstone2002-05-10
* * support for .au .gif .mov .mp4 by François Revol <revol@free.fr>Zdenek Kabelac2002-04-08
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-20
* changed av_open_input_file() prototypeFabrice Bellard2001-09-24
* added pcm formatsFabrice Bellard2001-09-23
* fixed image number syntax problemsFabrice Bellard2001-09-16
* added raw mjpegFabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13
* added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/...Fabrice Bellard2001-08-11
* added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: d...Fabrice Bellard2001-07-23
* Initial revisionFabrice Bellard2001-07-22