summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
...
* ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer2004-07-25
* image2 / image API cleanup phase-1Michael Niedermayer2004-07-15
* fix first timestamp when decoding mpeg-psMichael Niedermayer2004-06-30
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
* 1000lMichael Niedermayer2004-06-20
* user specified start time offsetWolfram Gloger2004-06-11
* correctly interleave packets during encodingMichael Niedermayer2004-05-29
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* 100l (avi seeking)Michael Niedermayer2004-05-24
* cur_dts in native timebaseMichael Niedermayer2004-05-23
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* NULL pointers ...Michael Niedermayer2004-04-27
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
* dont reduce the min_distance of AVIndexEntryMichael Niedermayer2004-04-07
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-04
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-04
* remove spyware from ogg*.cMichael Niedermayer2004-04-04
* av_log() cleanupMichael Niedermayer2004-03-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-20
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-17
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-13
* fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if...Fabrice Bellard2003-12-16
* make av_read_frame() return buffered frames at EOFFabrice Bellard2003-12-15
* copy packet without omitting the paddingFabrice Bellard2003-12-09
* fixed memory leakFabrice Bellard2003-11-20
* initial av_read_frame() and av_seek_frame() supportFabrice Bellard2003-11-10
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-29
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot...Panagiotis Issaris2003-10-26
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-08
* removed ctype.h headerFabrice Bellard2003-09-08
* memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)Michael Niedermayer2003-09-07
* 1000l in abbrv. tableRoman Shaposhnik2003-08-29
* * making resolution abbreviations rightRoman Shaposhnik2003-08-29
* suppressed frame number modulus hack - added loop_input hack which I find eas...Fabrice Bellard2003-08-24
* win32 compile fixFabrice Bellard2003-08-24
* all human-readable output should go into stderr for now. We reallyRoman Shaposhnik2003-08-21
* no default bit rate if decodingFabrice Bellard2003-08-08
* initial duration/start_time generic support - displays stream duration and av...Fabrice Bellard2003-08-08
* fix fmt == NULL caseFabrice Bellard2003-07-16
* fixed RTP/TCP client supportFabrice Bellard2003-07-15
* * First round of AV sync fixes.Roman Shaposhnik2003-07-12
* mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-04
* VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)Michael Niedermayer2003-05-05
* merging a small amount of the changes from BroadQ, the rest is either not cle...Michael Niedermayer2003-03-18
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)Michael Niedermayer2003-03-08
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-26
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11