log utils.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Mon, 27 Sep 2010 22:17:58 +0000 cehoyos Fix index_entries pos: libavformat
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