Hello community, here is the log from the commit of package libavutil for openSUSE:Factory checked in at 2013-11-17 20:19:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libavutil (Old) and /work/SRC/openSUSE:Factory/.libavutil.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libavutil" Changes: -------- --- /work/SRC/openSUSE:Factory/libavutil/libavutil.changes 2013-08-04 23:52:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libavutil.new/libavutil.changes 2013-11-17 20:19:38.000000000 +0100 @@ -1,0 +2,48 @@ +Sat Nov 09 00:00:00 UTC 2013 - [email protected] + +- update to 2.1 + * aecho filter + * perspective filter ported from libmpcodecs + * ffprobe -show_programs option + * compand filter + * RTMP seek support + * when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate + even when used as an input option. Previous behavior can be restored with + the -noaccurate_seek option. + * ffmpeg -t option can now be used for inputs, to limit the duration of + data read from an input file + * incomplete Voxware MetaSound decoder + * read EXIF metadata from JPEG + * DVB teletext decoder + * phase filter ported from libmpcodecs + * w3fdif filter + * Opus support in Matroska + * FFV1 version 1.3 is stable and no longer experimental + * FFV1: YUVA(444,422,420) 9, 10 and 16 bit support + * changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be + more consistent with other muxers. + * adelay filter + * pullup filter ported from libmpcodecs + * ffprobe -read_intervals option + * Lossless and alpha support for WebP decoder + * Error Resilient AAC syntax (ER AAC LC) decoding + * Low Delay AAC (ER AAC LD) decoding + * mux chapters in ASF files + * SFTP protocol (via libssh) + * libx264: add ability to encode in YUVJ422P and YUVJ444P + * Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder + does + * make decoding alpha optional for prores, ffv1 and vp6 by setting + the skip_alpha flag. + * ladspa wrapper filter + * native VP9 decoder + * dpx parser + * max_error_rate parameter in ffmpeg + * PulseAudio output device + * ReplayGain scanner + * Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support) + * Linux framebuffer output device + * HEVC decoder, raw HEVC demuxer, HEVC demuxing in TS, Matroska and MP4 + * mergeplanes filter + +------------------------------------------------------------------- Old: ---- ffmpeg-2.0-crippled.tar.bz2 libavutil-2.0-cripple.patch New: ---- ffmpeg-2.1-crippled.tar.bz2 libavutil-2.1-cripple.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libavutil.spec ++++++ --- /var/tmp/diff_new_pack.z9DmRw/_old 2013-11-17 20:19:39.000000000 +0100 +++ /var/tmp/diff_new_pack.z9DmRw/_new 2013-11-17 20:19:39.000000000 +0100 @@ -20,7 +20,7 @@ %define swscale 2 Name: libavutil -Version: 2.0 +Version: 2.1 Release: 0 Summary: Utilities library from ffmpeg License: LGPL-3.0+ ++++++ ffmpeg-2.0-crippled.tar.bz2 -> ffmpeg-2.1-crippled.tar.bz2 ++++++ ++++ 31583 lines of diff (skipped) ++++++ libavutil-2.0-cripple.patch -> libavutil-2.1-cripple.patch ++++++ --- /work/SRC/openSUSE:Factory/libavutil/libavutil-2.0-cripple.patch 2013-08-04 23:52:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libavutil.new/libavutil-2.1-cripple.patch 2013-11-17 20:19:38.000000000 +0100 @@ -1,7 +1,7 @@ -diff -ur ffmpeg-2.0.orig/configure ffmpeg-2.0/configure ---- ffmpeg-2.0.orig/configure 2013-07-10 02:43:00.000000000 +0200 -+++ ffmpeg-2.0/configure 2013-07-28 09:20:44.530930614 +0200 -@@ -1227,14 +1227,7 @@ +diff -ur ffmpeg-2.1.orig/configure ffmpeg-2.1/configure +--- ffmpeg-2.1.orig/configure 2013-10-28 01:58:04.000000000 +0100 ++++ ffmpeg-2.1/configure 2013-11-09 17:02:38.138479786 +0100 +@@ -1236,14 +1236,7 @@ " LIBRARY_LIST=" @@ -16,7 +16,7 @@ swscale " -@@ -2351,18 +2344,6 @@ +@@ -2412,18 +2405,6 @@ sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file" } @@ -35,9 +35,9 @@ ALL_COMPONENTS=" $BSF_LIST $DECODER_LIST -diff -ur ffmpeg-2.0.orig/libavutil/frame.h ffmpeg-2.0/libavutil/frame.h ---- ffmpeg-2.0.orig/libavutil/frame.h 2013-07-10 02:43:01.000000000 +0200 -+++ ffmpeg-2.0/libavutil/frame.h 2013-07-28 09:26:31.695146746 +0200 +diff -ur ffmpeg-2.1.orig/libavutil/frame.h ffmpeg-2.1/libavutil/frame.h +--- ffmpeg-2.1.orig/libavutil/frame.h 2013-10-28 01:58:06.000000000 +0100 ++++ ffmpeg-2.1/libavutil/frame.h 2013-11-09 17:03:30.307167925 +0100 @@ -22,8 +22,6 @@ #include <stdint.h> @@ -47,10 +47,10 @@ #include "avutil.h" #include "buffer.h" #include "dict.h" -diff -ur ffmpeg-2.0.orig/tests/Makefile ffmpeg-2.0/tests/Makefile ---- ffmpeg-2.0.orig/tests/Makefile 2013-07-10 02:43:01.000000000 +0200 -+++ ffmpeg-2.0/tests/Makefile 2013-07-28 09:20:44.531930588 +0200 -@@ -69,63 +69,6 @@ +diff -ur ffmpeg-2.1.orig/tests/Makefile ffmpeg-2.1/tests/Makefile +--- ffmpeg-2.1.orig/tests/Makefile 2013-10-28 01:58:06.000000000 +0100 ++++ ffmpeg-2.1/tests/Makefile 2013-11-09 17:04:30.244660726 +0100 +@@ -72,68 +72,6 @@ FILTERDEMDECMUX = $(call ALLYES, $(1)_FILTER $(2)_DEMUXER $(3)_DECODER $(4)_MUXER) FILTERDEMDECENCMUX = $(call ALLYES, $(1)_FILTER $(2)_DEMUXER $(3)_DECODER $(4)_ENCODER $(5)_MUXER) @@ -75,6 +75,7 @@ -include $(SRC_PATH)/tests/fate/dfa.mak -include $(SRC_PATH)/tests/fate/dpcm.mak -include $(SRC_PATH)/tests/fate/ea.mak +-include $(SRC_PATH)/tests/fate/exif.mak -include $(SRC_PATH)/tests/fate/ffmpeg.mak -include $(SRC_PATH)/tests/fate/ffprobe.mak -include $(SRC_PATH)/tests/fate/filter-audio.mak @@ -83,11 +84,15 @@ -include $(SRC_PATH)/tests/fate/fft.mak -include $(SRC_PATH)/tests/fate/gif.mak -include $(SRC_PATH)/tests/fate/h264.mak +-include $(SRC_PATH)/tests/fate/hevc.mak -include $(SRC_PATH)/tests/fate/image.mak -include $(SRC_PATH)/tests/fate/indeo.mak -include $(SRC_PATH)/tests/fate/libavcodec.mak +-include $(SRC_PATH)/tests/fate/libavdevice.mak -include $(SRC_PATH)/tests/fate/libavformat.mak +-include $(SRC_PATH)/tests/fate/libavresample.mak -include $(SRC_PATH)/tests/fate/libavutil.mak +-include $(SRC_PATH)/tests/fate/libswresample.mak -include $(SRC_PATH)/tests/fate/lossless-audio.mak -include $(SRC_PATH)/tests/fate/lossless-video.mak -include $(SRC_PATH)/tests/fate/microsoft.mak -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
