log utils.c @ 4188:d2093f4132df libavformat

age author description
Sat, 10 Jan 2009 09:56:07 +0000 stefano Move the AVFormatContext options definition to a dedicated file, libavformat
Fri, 09 Jan 2009 20:10:13 +0000 lucabe Do not assume that if pkt->destruct != av_destruct_packet then it is not libavformat
Fri, 09 Jan 2009 00:01:42 +0000 aurel rename ff_metadata_sync_compat to ff_metadata_mux_compat libavformat
Thu, 08 Jan 2009 23:24:51 +0000 aurel Add a second metadata compatibility layer, so that metadata that gets libavformat
Wed, 07 Jan 2009 20:44:23 +0000 michael Do not try to duplicate packets that have data==NULL. libavformat
Tue, 06 Jan 2009 22:11:04 +0000 aurel free all allocated metadata structures libavformat
Tue, 06 Jan 2009 00:09:23 +0000 aurel Add a metadata compatibility layer, so that when a user application set libavformat
Sun, 04 Jan 2009 23:31:31 +0000 aurel rename AVMetaData to AVMetadata and meta_data to metadata libavformat
Sun, 04 Jan 2009 19:00:35 +0000 michael 10l format include path for metadata.h libavformat
Sun, 04 Jan 2009 18:48:37 +0000 michael Generic metadata API. libavformat
Sun, 04 Jan 2009 11:04:02 +0000 stefano Drop the deprecated parse_image_size() and parse_frame_rate() functions libavformat
Sat, 08 Nov 2008 18:37:03 +0000 stefano Fix argument constness for the av_codec_get_id() and libavformat
Thu, 23 Oct 2008 17:30:36 +0000 bcoudurier dnxhd codec is intra only libavformat
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavformat
Sun, 19 Oct 2008 01:02:48 +0000 michael Check for pts==dts on I/P frames in the presence of non low delay decoding and libavformat
Sat, 18 Oct 2008 22:41:21 +0000 michael Move code setting delay and presentation_delayed a little up so libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Sat, 27 Sep 2008 17:37:22 +0000 diego Move doxygen comments for av_gettime from utils.c to avformat.h. libavformat
Fri, 19 Sep 2008 12:37:38 +0000 michael Ensure that muxer and encoder aspect ratios match. So no libavformat
Mon, 08 Sep 2008 19:37:22 +0000 bcoudurier set block align in av_write_header if not set, fix issue #489 libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Wed, 03 Sep 2008 14:44:54 +0000 michael Add AVPacket.convergence_duration. libavformat
Tue, 02 Sep 2008 15:33:57 +0000 michael Fix detection of MPEG4 in MPEG-PS. libavformat
Fri, 29 Aug 2008 22:13:22 +0000 bcoudurier make has_codec_parameters not returning true when sample_fmt is not set libavformat
Fri, 29 Aug 2008 01:43:27 +0000 michael Do not truncate timestamps before the muxer as it makes simple libavformat
Thu, 28 Aug 2008 12:00:58 +0000 rbultje Change implementation for ff_data_to_hex(), this is faster. See discussion on libavformat
Wed, 27 Aug 2008 23:43:28 +0000 rbultje Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformat
Tue, 26 Aug 2008 20:38:04 +0000 aurel remove useless assignment (st is never read after this line) libavformat
Mon, 25 Aug 2008 15:39:43 +0000 andoma When setting codec_id during codec probe we must also set codec_type. libavformat
Sun, 24 Aug 2008 17:24:34 +0000 reimar Mark several libavformat arrays const libavformat
Sat, 23 Aug 2008 23:13:58 +0000 aurel export sample_aspect_ratio read by the demuxer in a separate field libavformat
Thu, 14 Aug 2008 03:24:58 +0000 michael Do not fill the pts reordering buffer with guessed dts. libavformat
Wed, 13 Aug 2008 17:22:53 +0000 aurel strcasecmp() requires #include <strings.h> libavformat
Tue, 12 Aug 2008 17:26:36 +0000 bcoudurier Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, libavformat
Sun, 10 Aug 2008 00:28:56 +0000 stefano Cosmetics: move at the beginning of the file the av_frac_* functions, avoid libavformat
Fri, 08 Aug 2008 18:40:50 +0000 stefano Implement avformat_version(). libavformat
Wed, 06 Aug 2008 22:17:38 +0000 mru Maintain pointer to end of AVFormatContext.packet_buffer list libavformat
Thu, 31 Jul 2008 18:02:55 +0000 bcoudurier check url_fseek return value, update seek reg tests libavformat
Fri, 18 Jul 2008 07:13:56 +0000 benoit Fix a mem leak in av_find_stream_info(). libavformat
Mon, 14 Jul 2008 20:31:17 +0000 michael Move the codec_id overriding at a slightly better place. libavformat
Mon, 14 Jul 2008 19:11:09 +0000 michael Remove common factors from timebase in av_set_pts_info(). libavformat
Sat, 12 Jul 2008 20:40:47 +0000 michael Remove old hackish codec probe system. libavformat
Sat, 12 Jul 2008 20:01:23 +0000 michael Use strcmp() instead of strncmp() in set_codec_from_probe_data(). libavformat
Sat, 12 Jul 2008 19:57:57 +0000 michael indent libavformat
Sat, 12 Jul 2008 19:57:30 +0000 michael Only try to probe the codec when the available data has roughly doubled libavformat
Sat, 12 Jul 2008 19:56:25 +0000 michael Add mpegvideo and H.264 to the codec probe. libavformat
Sat, 12 Jul 2008 18:43:02 +0000 michael indent libavformat
Sat, 12 Jul 2008 18:42:00 +0000 michael New codec probing system try #1. libavformat
Sat, 12 Jul 2008 14:28:27 +0000 michael Move add_to_pktbuf() before av_read_packet(). My future work on codec identification libavformat
Sat, 12 Jul 2008 13:25:26 +0000 michael Move set_codec_from_probe_data() up to where the other probe functions are. libavformat
Sat, 12 Jul 2008 13:15:00 +0000 michael Pass AVPacketList instead of the whole context to add_to_pktbuf as that is libavformat
Tue, 08 Jul 2008 23:26:26 +0000 michael indent libavformat
Tue, 08 Jul 2008 23:25:01 +0000 michael 10000l for myself, my last change was incomplete. libavformat
Tue, 08 Jul 2008 14:07:37 +0000 michael Set cur_dts to 0 only during creating new streams and not every time cur_dts happens libavformat
Thu, 03 Jul 2008 12:12:03 +0000 rbultje Reindent after r14059, see "[PATCH] allow empty params for libavformat
Thu, 03 Jul 2008 12:10:54 +0000 rbultje Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow libavformat
Fri, 27 Jun 2008 19:00:04 +0000 bcoudurier give context to av_log libavformat
Thu, 26 Jun 2008 11:28:24 +0000 michael Also print flags with FF_FDEBUG_TS. libavformat
Wed, 25 Jun 2008 19:30:48 +0000 bcoudurier make av_find_stream_info find frame_size for aac too libavformat
Wed, 25 Jun 2008 18:36:41 +0000 michael Make av_find_stream_info() find the frame_size for vorbis. libavformat