aboutsummaryrefslogtreecommitdiffstats
path: root/libav/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* renamed libav to libavformatFabrice Bellard2002-11-251-351/+0
* export match_ext()Fabrice Bellard2002-11-201-0/+2
* suppressed PKT_FLAG_DROPPED_FRAMEFabrice Bellard2002-11-201-1/+0
* * cleanup statics & constZdenek Kabelac2002-11-111-1/+0
* * removed extra_data from AVStream (it's part of Codec)Zdenek Kabelac2002-10-311-2/+0
* the new output PTS handling is now genericFabrice Bellard2002-10-211-1/+5
* AV synchronisation APIFabrice Bellard2002-10-211-1/+19
* suppressed vcd flag - use new mpeg mux format insteadFabrice Bellard2002-10-151-1/+0
* added stream copy capabilityFabrice Bellard2002-10-111-0/+2
* added raw DV demux (audio is currently not handled)Fabrice Bellard2002-10-081-0/+3
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-011-0/+3
* * ok - let's start with avifile->ffmpeg morphingZdenek Kabelac2002-08-081-1/+4
* Add prototype of guess_stream_formatPhilip Gladstone2002-07-271-0/+2
* more consistent namingFabrice Bellard2002-07-251-6/+7
* added RTP/RTSP stuffFabrice Bellard2002-07-241-4/+34
* * redundant declaration removedZdenek Kabelac2002-07-081-1/+0
* split mux/demux related structures - added file probing support - improve med...Fabrice Bellard2002-05-201-76/+126
* use av memory handling functionsFabrice Bellard2002-05-181-0/+3
* - Added r_frame_rate in AVStream to store the real frame rate.Juanjo2002-05-141-0/+1
* - VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)Juanjo2002-05-121-1/+3
* * Add prototype for strlcpyPhilip Gladstone2002-05-101-0/+2
* * Add a duration field to the AVPacketPhilip Gladstone2002-05-091-0/+1
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-0/+4
* * some minor modification by Philip GladstonZdenek Kabelac2002-04-081-1/+2
* * support for .au .gif .mov .mp4 by François Revol <revol@free.fr>Zdenek Kabelac2002-04-081-0/+9
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-071-2/+2
* changed av_open_input_file() prototypeFabrice Bellard2001-09-241-1/+11
* added pcm formatsFabrice Bellard2001-09-231-1/+8
* image number handlingFabrice Bellard2001-09-161-1/+4
* added raw mjpeg format - added jpeg image formatFabrice Bellard2001-08-151-0/+2
* win32 fixesFabrice Bellard2001-08-131-2/+0
* added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/...Fabrice Bellard2001-08-111-0/+4
* Initial revisionFabrice Bellard2001-07-221-0/+192