log utils.c @ 6462:22cb1e82d915 libavformat

age author description
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