Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-13keyframe & non keyframe index fixesMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-02-09-target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])Chriss
2005-01-22support discarding uninterresting packetsMichael Niedermayer
2004-12-29common.h -> common.h/bitstream.hMichael Niedermayer
2004-12-05This patch takes into account that fifo_realloc may adjust fifo.wptrChriss
2004-12-01fifo_realloc()Michael Niedermayer
2004-11-24DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)Chriss
2004-11-21parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and ...Michael Niedermayer
2004-10-17user setable preload and max_mux_delayMichael Niedermayer
2004-10-07do not randomize unknown timestampsMichael Niedermayer
2004-10-07user selectable packet_size and mux_rateMichael Niedermayer
2004-10-03AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis...Paul Curtis
2004-10-03initial dts fixMichael Niedermayer
2004-10-03remove wrong 33bit truncation of internal timestampsMichael Niedermayer
2004-10-03pts/dts 100l fixMichael Niedermayer
2004-10-03cleanup video buffer sizeMichael Niedermayer
2004-10-03cleanupMichael Niedermayer
2004-10-03SCR timestamp fix try #1Michael Niedermayer
2004-10-02simplify put_padding_packet()Michael Niedermayer
2004-10-01move free() of AVStream priv data to av_write_trailer()Michael Niedermayer
2004-10-0164bit and reading over the end of the array fixesMichael Niedermayer
2004-10-01do not call (av_)abort()Michael Niedermayer
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
2004-06-19cvs diff before cvs commitMike Melanson
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-06-09ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>Michael Niedermayer
2004-05-29correctly interleave packets during encodingMichael Niedermayer
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-05-26dont add padding in the middle of the data patch by (Sidik Isani <isani at cf...Sidik Isani
2004-05-23store index for seeking in the native timebase of each streamMichael Niedermayer
2004-04-27mpeg SVCD compatibility, SCR fixes, standard complianceHauke Duden
2004-04-24Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)Dmitry Borisov
2004-04-12moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer
2004-03-25warning patrolFalk Hüffner
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2004-02-20improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)Hauke Duden
2004-02-01Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>)Michael Niedermayer
2004-01-18CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)Michael Niedermayer
2004-01-17seeking stuffMichael Niedermayer
2004-01-17store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer
2004-01-14caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer
2003-12-18harcoded DTS computation for mpegFabrice Bellard
2003-12-16primitive LPCM generatorFabrice Bellard
2003-12-16better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generat...Fabrice Bellard
2003-12-09suppress PTS in packets when not needed (slightly smaller files), fixed PTS g...Michel Bardiaux
2003-11-10seek supportFabrice Bellard
2003-10-29make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard
2003-10-281/0 fix by (Tim Allen <tim at proximity dot com dot au>)Michael Niedermayer
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson