------------------------------------------------------------------------ r16420 | stefano | 2009-01-04 08:04:02 -0300 (Sun, 04 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/avformat.h M /trunk/libavformat/utils.c Drop the deprecated parse_image_size() and parse_frame_rate() functions at the next libavformat major version bump. ------------------------------------------------------------------------ r16421 | michael | 2009-01-04 13:23:18 -0300 (Sun, 04 Jan 2009) | 4 lines Changed paths: M /trunk/libavformat/mp3.c If we find a VBR tag at the beginning of the file don't attempt to parse it as a valid frame. patch by (Yoav Steinberg yoav out monfort in co in il) ------------------------------------------------------------------------ r16422 | aurel | 2009-01-04 14:48:19 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/libavutil/tree.c add a termination condition ------------------------------------------------------------------------ r16423 | aurel | 2009-01-04 14:48:54 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/libavutil/tree.c cosmetic: indent ------------------------------------------------------------------------ r16424 | michael | 2009-01-04 15:48:37 -0300 (Sun, 04 Jan 2009) | 5 lines Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/avcodec.h A /trunk/libavcodec/metadata.c A /trunk/libavcodec/metadata.h M /trunk/libavformat/avformat.h M /trunk/libavformat/avidec.c M /trunk/libavformat/avienc.c M /trunk/libavformat/utils.c Generic metadata API. avi is updated as example. No version bump, the API still might change slightly ... No update to ffmpeg.c as requested by aurel. ------------------------------------------------------------------------ r16425 | michael | 2009-01-04 15:58:49 -0300 (Sun, 04 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/avcodec.h D /trunk/libavcodec/metadata.c D /trunk/libavcodec/metadata.h M /trunk/libavformat/Makefile M /trunk/libavformat/avformat.h A /trunk/libavformat/metadata.c (from /trunk/libavcodec/metadata.c:16424) A /trunk/libavformat/metadata.h (from /trunk/libavcodec/metadata.h:16424) Move metadata API from avcodec to avformat. ------------------------------------------------------------------------ r16426 | michael | 2009-01-04 16:00:35 -0300 (Sun, 04 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/utils.c 10l format include path for metadata.h ------------------------------------------------------------------------