log utils.c @ 6486:fed4be333771 libavformat

age author description
Sun, 26 Sep 2010 14:25:22 +0000 michael Move AVOptions from libavcodec to libavutil libavformat
Tue, 07 Sep 2010 21:06:21 +0000 cehoyos Fix formatting for negative start times (issue 2139). libavformat
Sun, 05 Sep 2010 22:25:45 +0000 aurel move stream info arrays into a struct to ease future dynamic allocation libavformat
Tue, 24 Aug 2010 15:08:53 +0000 mru avformat: free decryption key in av_close_input_stream() libavformat
Thu, 19 Aug 2010 14:49:53 +0000 mstorsjo Make parse_key_value from httpauth a common lavf internal function libavformat
Wed, 18 Aug 2010 20:34:31 +0000 aurel rename LAVF_API_* defines to FF_API_* to clarify that it is not public API libavformat
Tue, 17 Aug 2010 20:23:19 +0000 aurel add LAVF_API_OLD_METADATA define to disable the deprecated metadata API libavformat
Thu, 12 Aug 2010 00:35:19 +0000 bcoudurier Fix segv when stream copy and validate_tag fails, st->codec->codec is not set libavformat
Tue, 10 Aug 2010 17:27:22 +0000 cehoyos Fix mem leak when trying to open a non-existing image file (issue 2126). libavformat
Mon, 09 Aug 2010 10:05:33 +0000 mstorsjo Make hex_to_data a lavf internal function libavformat
Mon, 26 Jul 2010 23:12:28 +0000 stefano Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() libavformat
Sat, 03 Jul 2010 03:15:37 +0000 bcoudurier Move AVStream->codec_info_nb_frames increment after try_decode_frame libavformat
Sat, 03 Jul 2010 03:07:33 +0000 bcoudurier In av_find_stream_info, decode at least 4 h.264 frames to be able to guess delay. libavformat
Wed, 30 Jun 2010 23:01:44 +0000 cehoyos Make "invalid dts/pts combination" a debug instead of a warning message. libavformat
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavformat
Mon, 28 Jun 2010 08:04:52 +0000 mstorsjo Fix a warning in av_read_frame_internal libavformat
Sun, 27 Jun 2010 14:16:46 +0000 mru Make ff_url_split() public libavformat
Tue, 22 Jun 2010 08:48:28 +0000 cehoyos Fix failure in av_read_frame on timestamp rollover. libavformat
Sat, 19 Jun 2010 21:56:50 +0000 mstorsjo ff_url_join: Don't add any at-char if the auth is an empty string libavformat
Tue, 15 Jun 2010 13:26:52 +0000 mru Add compatibility wrappers for functions moved from lavf to lavc libavformat
Sat, 05 Jun 2010 23:13:52 +0000 michael Fix muxing rgb rawvideo in avi regression. libavformat
Wed, 02 Jun 2010 10:54:53 +0000 stefano Make the error message issued in case of invalid codec tag more libavformat
Tue, 01 Jun 2010 19:49:21 +0000 michael Print an error when MAX_STREAMS is reached. libavformat
Thu, 27 May 2010 17:11:37 +0000 michael Make sure that when the parser is feeded with frame==packet that the libavformat
Wed, 26 May 2010 04:20:32 +0000 alexc Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. libavformat
Mon, 24 May 2010 16:42:16 +0000 jai_menon Display a more descriptive log message when probe buffer limit is libavformat
Sat, 22 May 2010 21:52:06 +0000 stefano Make av_write_header() return AVERROR(EINVAL) rather than -1 if the libavformat
Sat, 22 May 2010 21:52:02 +0000 stefano Store in a dedicated array the format name - codec id - codec type libavformat
Sat, 22 May 2010 15:56:49 +0000 stefano Prefer enum CodecID over int in ff_codec_get_tag(). libavformat
Fri, 21 May 2010 07:07:57 +0000 mstorsjo Add a libavformat internal function ff_write_chained libavformat
Tue, 18 May 2010 19:23:29 +0000 cehoyos Validate AVCodecTag vs CodecID. libavformat
Tue, 18 May 2010 19:16:40 +0000 cehoyos Factorize some code into the new function ff_toupper4(). libavformat
Fri, 14 May 2010 22:04:39 +0000 bcoudurier Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. libavformat
Sat, 01 May 2010 13:49:35 +0000 reimar Export av_probe_input_format2. libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Tue, 13 Apr 2010 07:25:50 +0000 benoit Do not probe when the format is known. libavformat
Sun, 11 Apr 2010 00:43:36 +0000 michael Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. libavformat
Fri, 09 Apr 2010 22:39:39 +0000 michael Dont try to compute AVPacket duration for possibly interlaced video codecs libavformat
Thu, 08 Apr 2010 09:02:27 +0000 thardin Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. libavformat
Sun, 04 Apr 2010 22:19:42 +0000 michael Fix rounding direction for calculation of AVPacket.duration. libavformat
Thu, 01 Apr 2010 12:09:33 +0000 michael Limit probing to probesize. libavformat
Wed, 31 Mar 2010 12:55:16 +0000 michael Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Wed, 31 Mar 2010 10:45:15 +0000 cehoyos Probe aac codecs for CODEC_ID_PROBE. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Fri, 26 Mar 2010 01:12:14 +0000 stefano Fix updating condition for the probe_size variable in the internal libavformat
Thu, 25 Mar 2010 07:14:41 +0000 mstorsjo Reindent libavformat
Thu, 25 Mar 2010 07:13:20 +0000 mstorsjo Add a lowercase parameter to ff_data_to_hex libavformat
Sun, 21 Mar 2010 16:34:04 +0000 stefano Make av_open_input_file() return AVERROR_INVALIDDATA rather than libavformat
Tue, 16 Mar 2010 21:45:30 +0000 mru Fix erroneous behaviour when format probe hits end of file libavformat
Mon, 15 Mar 2010 23:15:24 +0000 aurel rename av_read_frame_flush to ff_read_frame_flush libavformat
Mon, 15 Mar 2010 23:14:07 +0000 aurel rename av_program_add_stream_index to ff_program_add_stream_index libavformat
Mon, 15 Mar 2010 10:36:30 +0000 mstorsjo Move the NTP offset definitions to internal.h libavformat
Sun, 14 Mar 2010 22:40:16 +0000 stefano Move the probe loop from av_open_input_file() into its own method libavformat
Wed, 10 Mar 2010 22:21:39 +0000 mstorsjo Make the ntp_time function available to other parts of libavformat, as ff_ntp_time libavformat
Tue, 09 Mar 2010 15:19:23 +0000 michael Add special case to avoid binary search when appending index entries. libavformat
Mon, 08 Mar 2010 23:51:53 +0000 stefano Remove definition of match_ext(), which is declared under #ifdef libavformat
Mon, 08 Mar 2010 09:05:03 +0000 mstorsjo Reindent libavformat
Mon, 08 Mar 2010 09:03:25 +0000 mstorsjo Rename url_split to ff_url_split libavformat
Mon, 08 Mar 2010 03:46:37 +0000 mru Revert "Move the probe loop from av_open_input_file() into its own method" libavformat
Mon, 08 Mar 2010 00:00:50 +0000 alexc av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling. libavformat
Sun, 07 Mar 2010 23:10:18 +0000 cehoyos Fix pts->dts conversion init for non-zero initial value for pts. libavformat
Sun, 07 Mar 2010 22:42:11 +0000 stefano Move the probe loop from av_open_input_file() into its own method libavformat
Sat, 06 Mar 2010 22:36:36 +0000 mru Add some missing #includes libavformat
Fri, 05 Mar 2010 22:31:45 +0000 mstorsjo Add a function ff_url_join for assembling URLs libavformat
Fri, 05 Mar 2010 17:26:34 +0000 vitor Fix memory leak in NUT muxer libavformat
Sun, 28 Feb 2010 18:37:09 +0000 cehoyos Print chapter info in dump_format(). libavformat
Tue, 23 Feb 2010 16:29:57 +0000 michael Count all frames with codec_info_nb_frames not just ones with non zero libavformat
Tue, 23 Feb 2010 15:07:18 +0000 michael Put codec_info_nb_frames back in AVStream and print its value. libavformat
Mon, 22 Feb 2010 22:05:20 +0000 michael Make sure mp1/mp2 get their frame_size set. libavformat
Mon, 22 Feb 2010 10:19:46 +0000 michael Make sure a set r_frame_rate is not overriden by a guess. libavformat
Tue, 16 Feb 2010 16:32:25 +0000 rbultje Set lavf identification string globally in av_write_header(), rather libavformat
Fri, 12 Feb 2010 20:35:29 +0000 michael Add flag so muxers not needing width/height can signal this. libavformat
Sun, 07 Feb 2010 19:10:04 +0000 michael Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the libavformat
Sun, 07 Feb 2010 16:27:17 +0000 michael Use av_compare_ts() for interleaving per dts. libavformat
Wed, 03 Feb 2010 23:59:48 +0000 michael Dont try generic seek if seek request before first index entry and backward. libavformat
Wed, 03 Feb 2010 23:05:58 +0000 michael Try to open decoders in av_find_stream_info() even if no packets for the libavformat
Sun, 31 Jan 2010 17:43:18 +0000 michael Increase search range if no end timestamp could be found for the duration libavformat
Sat, 30 Jan 2010 22:55:12 +0000 michael Flag to ignore dts on frames that contain pts. libavformat
Wed, 27 Jan 2010 19:37:52 +0000 michael Fix duration calculation in the presence of a single wraping of the timeline. libavformat
Mon, 18 Jan 2010 23:56:04 +0000 bcoudurier set average frame rate in mov demuxer libavformat
Wed, 13 Jan 2010 14:32:48 +0000 benoit Check there is a stream before writing header. libavformat
Sun, 03 Jan 2010 14:31:25 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavformat
Fri, 01 Jan 2010 23:56:09 +0000 stefano Use av_match_ext() in place of the deprecated match_ext() function. libavformat
Fri, 01 Jan 2010 23:50:10 +0000 stefano Deprecate match_ext() in favor of av_match_ext(), and mark it for libavformat
Fri, 01 Jan 2010 12:58:03 +0000 stefano Use av_guess_format() in place of the deprecated guess_format(). libavformat
Fri, 01 Jan 2010 12:46:24 +0000 stefano Deprecate guess_format() in favor of av_guess_format(). libavformat
Thu, 31 Dec 2009 14:12:58 +0000 stefano Deprecate and mark for deletion the function guess_stream_format(), libavformat
Sun, 13 Dec 2009 23:39:20 +0000 michael Make sure the Metadata: header is not printed if the only metadata will not libavformat
Sun, 13 Dec 2009 23:34:46 +0000 michael Move dump_metadata() to where it is in ffmbc, looks better. libavformat
Sun, 13 Dec 2009 23:31:01 +0000 michael indent libavformat
Sun, 13 Dec 2009 23:30:41 +0000 michael Skip dumping language twice. libavformat
Sun, 13 Dec 2009 23:27:43 +0000 michael dump metadata for AVStreams & AVPrograms too. libavformat
Sun, 13 Dec 2009 23:19:24 +0000 michael Factorize dump_metadata() out. libavformat
Sun, 13 Dec 2009 22:56:59 +0000 michael Try to simplify av_estimate_timings_from_pts() like in ffmbc. libavformat
Sun, 13 Dec 2009 22:15:51 +0000 michael Debug av_log() about stream probing from ffmbc. libavformat
Sun, 13 Dec 2009 15:52:11 +0000 michael Add avg_frame_rate. libavformat
Sun, 13 Dec 2009 15:01:09 +0000 michael Remove commented out code. libavformat
Sat, 12 Dec 2009 15:26:33 +0000 cehoyos Reset pts_buffers in av_read_frame_flush(). libavformat
Sun, 06 Dec 2009 00:03:53 +0000 daniel Calls to url_fseek should have their return value checked in libavformat
Tue, 01 Dec 2009 22:56:44 +0000 bcoudurier Change ret type to int64_t because url_fseek returns int64_t. libavformat
Tue, 01 Dec 2009 20:15:05 +0000 bcoudurier use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformat
Mon, 30 Nov 2009 22:08:22 +0000 michael Print a warning if the duration is estimated from the bitrate, as this is libavformat
Wed, 18 Nov 2009 17:15:17 +0000 diego Add functions to return library license and library configuration. libavformat
Wed, 11 Nov 2009 21:57:50 +0000 diego Add '#undef fprintf' before PRINT macro that uses fprintf. libavformat
Fri, 30 Oct 2009 18:17:16 +0000 bcoudurier print packet duration when debugging timestamps libavformat
Mon, 19 Oct 2009 18:55:27 +0000 bcoudurier check stream index validity in av_program_add_stream_index libavformat
Mon, 19 Oct 2009 18:53:32 +0000 bcoudurier request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 libavformat
Mon, 19 Oct 2009 02:20:08 +0000 bcoudurier reindent after commit libavformat
Mon, 19 Oct 2009 02:12:10 +0000 bcoudurier In dump_format, print streams not associated with any program. libavformat
Sun, 18 Oct 2009 20:25:48 +0000 bcoudurier fix indentation and add braces libavformat
Sat, 17 Oct 2009 20:37:58 +0000 vitor Avoid segfault for empty input files libavformat
Sun, 11 Oct 2009 11:56:53 +0000 cehoyos Allow autodetection of E-AC3. libavformat
Sat, 03 Oct 2009 19:40:52 +0000 cehoyos Add FIXME about low_delay vs has_b_frames. libavformat
Sat, 03 Oct 2009 19:30:09 +0000 cehoyos H264 allows B frames without requiring a >=1 sized buffer. libavformat
Fri, 18 Sep 2009 13:19:13 +0000 michael Only use *ic_ptr when it has been initialized. libavformat
Thu, 17 Sep 2009 18:46:50 +0000 bcoudurier print at debug level the score at which codec probing succedeed libavformat
Wed, 16 Sep 2009 20:44:26 +0000 michael Print a warning if a format has been detected with a low score. libavformat
Wed, 16 Sep 2009 20:23:04 +0000 michael Print at debug level the score with which probing succeeded. libavformat