log utils.c @ 975:36a69fbabcfb libavformat

age author description
Sat, 11 Feb 2006 17:17:37 +0000 michael Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org) libavformat
Thu, 02 Feb 2006 20:54:41 +0000 michael improve fps guessing code libavformat
Thu, 02 Feb 2006 19:23:33 +0000 michael sanity checks for seeking libavformat
Thu, 02 Feb 2006 11:27:35 +0000 michael dynamically increase probe buffer until format is detected libavformat
Wed, 25 Jan 2006 22:10:13 +0000 diego warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavformat
Sun, 22 Jan 2006 18:34:17 +0000 diego WinCE cross-compilation support libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Fri, 16 Dec 2005 15:51:16 +0000 michael nan fps fix libavformat
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavformat
Fri, 04 Nov 2005 23:50:11 +0000 michael allow NULL write_header() and write_trailer() libavformat
Sun, 18 Sep 2005 14:45:17 +0000 michael print more time_base fps stuff if av_log level is at debug or above libavformat
Tue, 06 Sep 2005 21:25:35 +0000 mru Kill some compiler warnings. Compiled code verified identical after changes. libavformat
Fri, 02 Sep 2005 19:16:48 +0000 reimar Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavformat
Mon, 15 Aug 2005 15:58:21 +0000 michael parse pict_type for streams in avi libavformat
Mon, 15 Aug 2005 14:22:43 +0000 michael support fixing missing pts by parsing future frames libavformat
Sun, 14 Aug 2005 16:37:29 +0000 michael minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
Sun, 14 Aug 2005 16:19:20 +0000 michael a few checks, seems i forgot to commit this libavformat
Sun, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Sun, 17 Jul 2005 00:28:12 +0000 michael DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavformat
Fri, 08 Jul 2005 09:14:05 +0000 michael avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafly: kenneth, aafloy net) libavformat
Tue, 05 Jul 2005 09:07:51 +0000 michael av_seek_frame() docs timestamp clarification libavformat
Wed, 29 Jun 2005 08:48:26 +0000 michael fix assertion failure libavformat
Tue, 28 Jun 2005 12:55:08 +0000 michael part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu) libavformat
Mon, 27 Jun 2005 20:54:36 +0000 michael dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly libavformat
Mon, 27 Jun 2005 00:04:03 +0000 michael support changing in bitstream global headers into extradata style and back libavformat
Sun, 05 Jun 2005 11:09:50 +0000 michael typo fix by (lists: kenneth aafloy net) libavformat
Sun, 29 May 2005 11:44:21 +0000 michael changing a few AV_LOG_DEBUG to AV_LOG_INFO libavformat
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos libavformat
Sun, 22 May 2005 08:47:09 +0000 michael av_find_stream_info() end check fixes libavformat
Thu, 19 May 2005 00:06:27 +0000 aurel drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) libavformat
Thu, 12 May 2005 16:27:05 +0000 michael 10l (overflows) libavformat
Fri, 06 May 2005 23:41:47 +0000 michael better r_frame_rate guessing code libavformat
Fri, 06 May 2005 21:11:38 +0000 michael division by zero fix libavformat
Fri, 06 May 2005 20:26:50 +0000 michael prefer container time_base for frame duration guess libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Mon, 25 Apr 2005 18:29:06 +0000 michael PIX_FMT_NONE and related fixes libavformat
Thu, 24 Mar 2005 01:51:57 +0000 michael discard dummy packets before doing inapropriate checks on them and failing as a result libavformat
Thu, 17 Mar 2005 01:25:01 +0000 michael more fine grained discarding of packets libavformat
Sun, 13 Mar 2005 00:13:01 +0000 michael keyframe & non keyframe index fixes libavformat
Sat, 26 Feb 2005 03:36:04 +0000 michael shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) libavformat
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavformat
Sat, 29 Jan 2005 02:27:33 +0000 michael dont predict missing timestamps if we lack the required information to do so libavformat
Thu, 27 Jan 2005 16:11:31 +0000 mmu_man support colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
Sat, 22 Jan 2005 13:36:02 +0000 michael support discarding uninterresting packets libavformat
Sat, 22 Jan 2005 02:30:45 +0000 michael fixing demuxing for short files where the framerate detection failed libavformat
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavformat
Sat, 08 Jan 2005 14:21:33 +0000 michael integer overflows, heap corruption libavformat
Mon, 03 Jan 2005 20:33:52 +0000 michael 10l libavformat
Wed, 22 Dec 2004 01:33:04 +0000 michael 1/0l fix libavformat
Tue, 21 Dec 2004 02:27:40 +0000 michael prefer integer fps if possible when guessing libavformat
Tue, 21 Dec 2004 02:16:11 +0000 michael guess fps for the variable fps case libavformat
Sun, 19 Dec 2004 01:23:22 +0000 michael try to guess the fps if they are variable libavformat
Wed, 15 Dec 2004 02:36:03 +0000 michael workaround some broken mpeg-ps timestamps libavformat
Tue, 14 Dec 2004 16:19:26 +0000 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 libavformat
Tue, 14 Dec 2004 12:04:45 +0000 michael fix timestamp prediction for low_delay mpeg streams libavformat
Mon, 06 Dec 2004 00:15:52 +0000 michael use pts based duration/bitrate guessing code for mpeg-ts libavformat
Mon, 06 Dec 2004 00:08:37 +0000 michael fixing pipe seek bug libavformat
Wed, 01 Dec 2004 02:28:28 +0000 michael fifo_realloc() libavformat
Tue, 30 Nov 2004 18:45:34 +0000 michael fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi libavformat
Sun, 28 Nov 2004 18:29:38 +0000 lorenm split ffhuffyuv into 2 codecs: libavformat
Tue, 23 Nov 2004 18:23:56 +0000 michael int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) libavformat
Sat, 13 Nov 2004 17:35:09 +0000 michael raw h261 demuxing fix libavformat
Fri, 12 Nov 2004 22:51:52 +0000 michael try to guess the codec for imag2pipe too libavformat
Thu, 11 Nov 2004 18:09:28 +0000 michael move p*m from image/lavf -> image2/lavc libavformat
Tue, 09 Nov 2004 23:31:46 +0000 michael porting png support from -f image to -f image2 libavformat
Mon, 08 Nov 2004 23:36:32 +0000 michael fix image stream copy libavformat
Fri, 22 Oct 2004 13:15:18 +0000 michael bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>) libavformat
Fri, 22 Oct 2004 01:51:17 +0000 michael set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams libavformat
Wed, 13 Oct 2004 23:58:28 +0000 michael fix assertion failure in case of timestamp discontinuities libavformat
Tue, 12 Oct 2004 10:28:27 +0000 michael generic cur_dts update libavformat
Mon, 11 Oct 2004 19:42:18 +0000 michael default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>) libavformat
Mon, 11 Oct 2004 17:12:52 +0000 michael print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat
Sun, 10 Oct 2004 22:05:43 +0000 michael use native timebase for seeking libavformat
Fri, 08 Oct 2004 20:09:52 +0000 michael write error handling libavformat
Sun, 03 Oct 2004 12:58:14 +0000 michael initial dts fix libavformat
Sun, 03 Oct 2004 02:42:01 +0000 michael SCR timestamp fix try #1 libavformat
Fri, 01 Oct 2004 16:30:15 +0000 michael move free() of AVStream priv data to av_write_trailer() libavformat
Wed, 29 Sep 2004 23:25:01 +0000 michael move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based libavformat
Tue, 28 Sep 2004 21:09:25 +0000 michael uninitalized variables libavformat
Fri, 13 Aug 2004 15:30:42 +0000 michael Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavformat
Thu, 12 Aug 2004 00:09:32 +0000 michael HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) libavformat
Sun, 25 Jul 2004 11:59:34 +0000 michael ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) libavformat
Thu, 15 Jul 2004 18:32:54 +0000 michael image2 / image API cleanup phase-1 libavformat
Wed, 30 Jun 2004 17:34:15 +0000 michael fix first timestamp when decoding mpeg-ps libavformat
Tue, 22 Jun 2004 21:14:01 +0000 michael flush audio encoder buffers at the end libavformat
Sun, 20 Jun 2004 11:28:01 +0000 michael 1000l libavformat
Fri, 11 Jun 2004 22:03:16 +0000 michael user specified start time offset libavformat
Sat, 29 May 2004 18:50:31 +0000 michael correctly interleave packets during encoding libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Mon, 24 May 2004 15:13:23 +0000 michael 100l (avi seeking) libavformat
Sun, 23 May 2004 21:36:23 +0000 michael cur_dts in native timebase libavformat
Sun, 23 May 2004 16:26:12 +0000 michael store index for seeking in the native timebase of each stream libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Tue, 27 Apr 2004 02:55:05 +0000 michael NULL pointers ... libavformat
Mon, 12 Apr 2004 16:50:03 +0000 michael moving nearly identical binary search code from nut/mpeg/asf to utils.c libavformat
Wed, 07 Apr 2004 21:33:53 +0000 michael dont reduce the min_distance of AVIndexEntry libavformat
Sun, 04 Apr 2004 18:33:07 +0000 michael move zero size hack from ogg.c to utils.c libavformat
Sun, 04 Apr 2004 14:39:20 +0000 michael fix obnoxious ogg_packet passing from encoder to muxer libavformat
Sun, 04 Apr 2004 01:10:50 +0000 michael remove spyware from ogg*.c libavformat
Wed, 03 Mar 2004 17:53:55 +0000 michael av_log() cleanup libavformat
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
Fri, 20 Feb 2004 14:39:15 +0000 michael avsync patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
Sat, 17 Jan 2004 18:06:52 +0000 michael store searched distance in index, so we dont waste time searching for keyframes where we already searched libavformat
Tue, 13 Jan 2004 22:02:49 +0000 michael caching of timestamps for mpeg-ps so seeking is faster libavformat
Tue, 16 Dec 2003 11:21:25 +0000 bellard fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) libavformat
Mon, 15 Dec 2003 14:45:37 +0000 bellard make av_read_frame() return buffered frames at EOF libavformat
Tue, 09 Dec 2003 15:34:44 +0000 bellard copy packet without omitting the padding libavformat
Thu, 20 Nov 2003 11:22:25 +0000 bellard fixed memory leak libavformat
Mon, 10 Nov 2003 18:37:55 +0000 bellard initial av_read_frame() and av_seek_frame() support libavformat
Wed, 29 Oct 2003 14:20:56 +0000 bellard make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() libavformat
Sun, 26 Oct 2003 10:49:49 +0000 michael GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavformat
Mon, 08 Sep 2003 21:20:55 +0000 bellard simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c libavformat
Mon, 08 Sep 2003 20:04:44 +0000 bellard removed ctype.h header libavformat
Sun, 07 Sep 2003 09:26:39 +0000 michaelni memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>) libavformat
Fri, 29 Aug 2003 17:27:48 +0000 romansh 1000l in abbrv. table libavformat
Fri, 29 Aug 2003 06:58:55 +0000 romansh * making resolution abbreviations right libavformat
Sun, 24 Aug 2003 21:20:44 +0000 bellard suppressed frame number modulus hack - added loop_input hack which I find easier to understand libavformat