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