aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-121-3/+23
* ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer2004-07-251-1/+7
* image2 / image API cleanup phase-1Michael Niedermayer2004-07-151-0/+1
* fix first timestamp when decoding mpeg-psMichael Niedermayer2004-06-301-1/+8
* flush audio encoder buffers at the endMichael Niedermayer2004-06-221-0/+4
* 1000lMichael Niedermayer2004-06-201-2/+2
* user specified start time offsetWolfram Gloger2004-06-111-3/+8
* correctly interleave packets during encodingMichael Niedermayer2004-05-291-39/+134
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-19/+94
* 100l (avi seeking)Michael Niedermayer2004-05-241-1/+1
* cur_dts in native timebaseMichael Niedermayer2004-05-231-74/+34
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-231-16/+49
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-41/+37
* NULL pointers ...Michael Niedermayer2004-04-271-0/+5
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-121-2/+155
* dont reduce the min_distance of AVIndexEntryMichael Niedermayer2004-04-071-0/+3
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-041-4/+9
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-041-1/+7
* remove spyware from ogg*.cMichael Niedermayer2004-04-041-1/+2
* av_log() cleanupMichael Niedermayer2004-03-031-14/+14
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-12/+32
* avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-201-2/+8
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-171-5/+10
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-131-24/+58
* fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if...Fabrice Bellard2003-12-161-17/+9
* make av_read_frame() return buffered frames at EOFFabrice Bellard2003-12-151-4/+24
* copy packet without omitting the paddingFabrice Bellard2003-12-091-2/+4
* fixed memory leakFabrice Bellard2003-11-201-4/+2
* initial av_read_frame() and av_seek_frame() supportFabrice Bellard2003-11-101-198/+718
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-291-71/+94
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot...Panagiotis Issaris2003-10-261-3/+3
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-081-53/+3
* removed ctype.h headerFabrice Bellard2003-09-081-1/+0
* memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)Michael Niedermayer2003-09-071-3/+4
* 1000l in abbrv. tableRoman Shaposhnik2003-08-291-2/+2
* * making resolution abbreviations rightRoman Shaposhnik2003-08-291-2/+6
* suppressed frame number modulus hack - added loop_input hack which I find eas...Fabrice Bellard2003-08-241-7/+0
* win32 compile fixFabrice Bellard2003-08-241-4/+10
* all human-readable output should go into stderr for now. We reallyRoman Shaposhnik2003-08-211-8/+8
* no default bit rate if decodingFabrice Bellard2003-08-081-1/+4
* initial duration/start_time generic support - displays stream duration and av...Fabrice Bellard2003-08-081-0/+318
* fix fmt == NULL caseFabrice Bellard2003-07-161-1/+1
* fixed RTP/TCP client supportFabrice Bellard2003-07-151-5/+18
* * First round of AV sync fixes.Roman Shaposhnik2003-07-121-13/+52
* mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-041-1/+1
* VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)Michael Niedermayer2003-05-051-4/+4
* merging a small amount of the changes from BroadQ, the rest is either not cle...Michael Niedermayer2003-03-181-3/+3
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-12/+11
* read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)Michael Niedermayer2003-03-081-0/+5
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-261-1/+1