log utils.c @ 1252:613adcd70d18 libavformat

age author description
Fri, 11 Aug 2006 21:24:54 +0000 bcoudurier update documentation libavformat
Fri, 11 Aug 2006 21:21:51 +0000 bcoudurier export av_interleave_packet_per_dts libavformat
Tue, 08 Aug 2006 20:31:19 +0000 michael dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort libavformat
Tue, 08 Aug 2006 19:55:32 +0000 michael timestamp debugging av_logs() libavformat
Sun, 23 Jul 2006 18:19:33 +0000 reimar Try to find out correct start time to make seeking faster and add some libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sat, 08 Jul 2006 07:14:00 +0000 aurel set proper bits_per_sample value for ADPCM codecs libavformat
Fri, 07 Jul 2006 17:50:09 +0000 bcoudurier av_get_bits_per_sample and due simplifications libavformat
Fri, 30 Jun 2006 07:41:25 +0000 gpoirier Move initialisations and internal symbols in allformats.h, libavformat
Thu, 29 Jun 2006 19:42:34 +0000 mru extradata may be used as bitstream reader input so allocate with padding libavformat
Thu, 29 Jun 2006 19:02:15 +0000 mru do not fail av_find_stream_info() if params for all streams could not be found libavformat
Sun, 25 Jun 2006 17:37:12 +0000 lu_zero cleanup patch from Diego Petten <flameeyes@gentoo.org> libavformat
Tue, 20 Jun 2006 19:46:09 +0000 mru increase search limit in av_find_stream_info libavformat
Sat, 17 Jun 2006 15:53:23 +0000 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
Fri, 16 Jun 2006 07:54:37 +0000 mru free codec extradata in av_close_input_file libavformat
Thu, 15 Jun 2006 23:26:48 +0000 bcoudurier make dump_format output more homogenous libavformat
Tue, 13 Jun 2006 11:10:55 +0000 michael fix probe of high bitrate mpeg2video libavformat
Fri, 24 Mar 2006 15:47:44 +0000 bcoudurier use av_d2q to parse frame rate libavformat
Tue, 21 Mar 2006 11:29:50 +0000 michael provide more info on which streams lack codec parameters libavformat
Sat, 11 Mar 2006 00:22:21 +0000 michael simplify AVFormatParameters NULL checks libavformat
Wed, 01 Mar 2006 11:29:55 +0000 michael add size to AVIndex libavformat
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