Mercurial > libavformat.hg
graph
-
add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users sourceforge net>) libavformat2004-12-17, by michael
-
some sanity checks on what is muxed, invalid timestamps in mpeg are very common and lead to strange errors in the mpeg muxer otherwise libavformat2004-12-14, by michael
-
This patch takes into account that fifo_realloc may adjust fifo.wptr libavformat2004-12-05, by michael
-
fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi libavformat2004-11-30, by michael
-
int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) libavformat2004-11-23, by michael
-
parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul Curtis <pfc >at> terrapin <dot< com>) libavformat2004-11-21, by michael
-
disable redundant image formats, otherwise we wont get any bugreports about -f image2 libavformat2004-11-14, by michael
-
allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end libavformat2004-11-13, by michael
-
IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>) libavformat2004-11-09, by michael
-
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavformat2004-10-28, by michael
-
bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>) libavformat2004-10-22, by michael
-
set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams libavformat2004-10-22, by michael
-
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>) libavformat2004-10-15, by michael
-
* static allocation for audio packets. This will make it a little bit libavformat2004-10-13, by romansh
-
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavformat2004-10-12, by melanson
-
flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) libavformat2004-10-12, by michael
-
default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>) libavformat2004-10-11, by michael
-
print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat2004-10-11, by michael
-
untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>) libavformat2004-10-06, by michael
-
AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>) libavformat2004-10-03, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat2004-10-01, by michael
-
support for Sierra Online audio files and Apple QuickDraw codec, libavformat2004-09-28, by melanson
-
* experimental dynamic audio stream allocation for DV demuxer. This libavformat2004-09-27, by romansh
-
* let DV muxer generate audioless DV streams. This might not be 100% libavformat2004-09-27, by romansh
-
* fix for a DV regression introduced with the last round of avi_read_packet libavformat2004-09-19, by romansh
-
removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavformat2004-09-16, by michael
-
added support for the elusive AVI palette change chunk, courtesy of libavformat2004-09-16, by melanson
-
* replacing calls to not-always-available gmtime_r with our own code. libavformat2004-08-18, by romansh
-
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavformat2004-08-14, by melanson
-
iTunes metadata encoding support patch by (Patrice Bensoussan <patrice.bensoussan at free dot fr>) libavformat2004-08-14, by michael
-
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavformat2004-08-13, by michael
-
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) libavformat2004-08-12, by michael
-
2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformat2004-07-28, by michael
-
AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>) libavformat2004-07-28, by michael
-
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformat2004-07-17, by michael
-
compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat2004-07-06, by michael
-
A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>) libavformat2004-06-18, by michael
-
ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com> libavformat2004-06-09, by michael
-
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavformat2004-05-30, by michael
-
dont add padding in the middle of the data patch by (Sidik Isani <isani at cfht dot hawaii dot edu>) libavformat2004-05-25, by michael
-
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat2004-05-21, by michael
-
fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>) libavformat2004-04-27, by michael
-
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavformat2004-04-24, by michael
-
nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformat2004-04-24, by michael
-
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformat2004-04-24, by michael
-
Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>) libavformat2004-04-23, by michael
-
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat2004-04-13, by michael
-
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat2004-04-12, by michael
-
libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat2004-04-12, by michael
-
moving nearly identical binary search code from nut/mpeg/asf to utils.c libavformat2004-04-12, by michael
-
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavformat2004-04-09, by michael
-
* making it possible to specify recording date and time in a stream libavformat2004-04-06, by romansh
-
store extradata, vorbis in avi works now, dont expect av sync though libavformat2004-04-04, by michael
-
remove function call from muxer->encoder and cleanly pass global headers libavformat2004-04-04, by michael
-
yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) libavformat2004-04-01, by michael
-
* .mov files with uncompressed audio can't be correctly processed libavformat2004-03-31, by romansh
-
* making .mov files generated by ffmpeg compatible with Apple software. libavformat2004-03-28, by romansh
-
Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de) libavformat2004-03-26, by michael
-
support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat2004-03-20, by michael
-
adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) libavformat2004-03-18, by michael
-
decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat2004-03-15, by michael
-
tcp select() check and enables pressing 'q' when reading/(writing) from libavformat2004-03-14, by michael
-
minor VMD system update; still not perfect, but should not crash either libavformat2004-03-14, by melanson
-
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavformat2004-03-14, by melanson
-
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat2004-03-14, by michael
-
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat2004-03-13, by michael
-
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>) libavformat2004-03-13, by michael
-
added SGI image format, encoding and decoding, courtesy of Todd Kirby libavformat2004-03-13, by melanson
-
big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat2004-03-12, by michael
-
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat2004-03-11, by michael