SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gstreamer-plugins-libav-debugsource-1.6.4-1.2.x86_64.rpm :

* Tue Jul 26 2016 olafAATTaepfle.de- Update to version 1.6.4
* Mon Feb 29 2016 joerg.lorenzenAATTki.tng.de- Added avdeinterlace-Chain-up-to-parent-class-dispose.patch, avdeinterlace-Port-non-deprecated-AVFilter-API.patch, libav-Bitrate-field-changed-from-int-to-int64t-fix.patch and libav-Remove-usage-of-deprecated-API.patch to build against ffmpeg-3.0 libraries (found on GNOME Bugzilla, see bgo#757498).- Added gstreamer-plugins-libav-automake_version.patch to enable build with automake 1.13.
* Fri Feb 19 2016 joerg.lorenzenAATTki.tng.de- Build shared against ffmpeg-2.8 libraries.
* Fri Jan 22 2016 malcolmlewisAATTopensuse.org- Update to version 1.6.3: + avviddec: remove realvideo slice_offset handling. + avcodecmap: Add special mapping for mono channel layouts. + libav: Update to ffmpeg n2.8.5.- Changes from version 1.6.2: + libav: Update to n2.8.3. + avviddec: Make sure to use a buffer pool with the correct width/height configured on it for pushing buffers downstream. + avviddec: Fix structure memory leak. + avviddec: Don\'t fallback on allocation failure. + avvidenc: Fix frame memory leak. + avdemux: Fix string memory leaks.
* Tue Nov 24 2015 malcolmlewisAATTopensuse.org- Move license back to gpl for better support.- Add xz to build requires for lzma support.
* Thu Nov 19 2015 malcolmlewisAATTopensuse.org- Update to version 1.6.1: + avviddec: Fix bufferpool config double free by taking a copy as needed. + libav: Update to n2.8.1. + avviddec: only free config when pool doesn\'t take ownership (CID#1320708). + avcodecmap: Don\'t allocate dummy codec data anymore, it causes crashes nowadays. + avvidenc: Pass the correct user_data to gst_buffer_new_wrapped_full().- Changes from version 1.6.0: + No changes, just a version bump.- Changes from version 1.5.91: + avvidec: increase default alignment to 32 bytes (bgo#754120). + avvideodec: ensure required mem alignment fixing avdec_h265 crashes with ximagesink/glimagesink (bgo#754120). + libav: Update to ffmpeg n2.8 (bgo#754920). + avvid/audenc: Set some tags in the output for downstream\'s info. + avviddec: Fix pool reallocation logic (bgo#753869).- Changes from version 1.5.90: + aviddec: Re-enable direct rendering (bgo#752802). + avvidenc: use template subset check for accept-caps. + avaudenc: use pad template caps for accept-caps. + avaudenc: remove useless getcaps method. + avvidenc: remove useless getcaps method. + avauddec: let audiodecoder call the default pad query handler. + avviddec: let videodecoder call the default pad query handler. + libav: Update to n2.7.2 + avviddec: use template caps intersection for accept-caps (bgo#753623). + avauddec: use template caps intersection for accept-caps (bgo#753623). + Map ffmpeg metadata to GStreamer tags (bgo#566605). + avviddec: Remove unused force parameter. + avviddec: Use caps-like size in get_buffer2(). + avviddec: Reset current_dr on close and when not chosing it (bgo#753189). + avviddec: Disable direct rendering (bgo#752802). + avviddec: Get code out of loop. + avviddec: Only create the AVBuffer once the stride is validated. + avviddec: Re-enable direct rendering. + avauddec: Read channels from the channels field (bgo#752186). + avviddec: Ignore negotiation error on shutdown (bgo#752800). + avauddec: Access field using accessors. + Add support for musepack (mpc) sv8 audio (bgo#732682). + avviddec: fix slice_offset memory leak (bgo#752404). + Update mailing list in doap file. + Make the LGPL build the default and require --enable-gpl to build a GPL licensed version. + avmux: Blacklist some subtitle and adaptive streaming muxers\' + Switch from libav v11.4 to ffmpeg n2.7.1 (bgo#751607). + avaudenc: Remember how many samples the codec consumed for telling the base class. + avauddec: Ensure input buffers have FF_INPUT_BUFFER_PADDING_SIZE padding, which is required by avcodec_decode_audio4 (). + avmux: Ignore stream_segment,ssegment muxer that is provided by ffmpeg. + avvidenc: Fix compiler warning. + avvidenc: Set AVFrame flags for interlacing per frame and not in set_format(). + av{aud,vid}enc: Create wrapped output buffers with GST_MEMORY_FLAG_READONLY. + avvidenc: Properly wrap and free the output AVPackets generated during draining. + avvidenc: Make sure to keep input data alive until libav is done with it. + avaudenc: Make sure to keep input data alive until libav is done with it. + av{aud,vid}enc: Stop using deprecated AVFrame APIs. + avauddec: Remove custom buffer allocation function. + avauddec: Use undeprecated AVFrame API. + avviddec: Free frame before the codec is freed. + avviddec: Use undeprecated AVFrame API and unref frame once we\'re done with it. + avauddec: Negotiate based on the AVFrame instead of just the AVCodecContext. + avviddec: Use the new get_buffer2() API instead of the deprecated APIs. + avviddec: Also proxy the data/size pointers for our wrapper AVBufferRef. + codecmap: add vp9 mapping. + avviddec: Wrap the original AVBufferRef in our own buffer for the destroy function. + avviddec: libav will already copy the reordered_opaque pointer for us. + avviddec: Negotiate based on the AVFrame information, not the context information (bgo#750865).- Changes from version 1.5.2: + avcodec: Check against codec format list (bgo#750398). + viddec: Replicate any 3D/multiview info from input caps onto output. + docs: remove variables that we define in the snippet from common.- Changes from version 1.5.1: + avviddec: Release stream lock while calling avcodec_decode_video2() (bgo#726020). + avviddec: Post error message before returning a flow error. + check: Use GST_CHECK_MAIN () macro everywhere. + Makefile.am: Make top-level \'check-torture\' and \'check-valgrind\' targets functional + avcodecmap: Use video/x-cavs mime type instead of video/x-gst-av-cavs (bgo#727731). + configure: don\'t disable Chinese AVS (cavs) decoder (bgo#727731). + avauddev: Unref decoded AVFrame after we\'re done with it. + libav: Update to v11.4. + configure: bump automake requirement to 1.14 and autoconf to 2.69 (bgo#747624). + avdemux: resurrect some flow return handling (bgo#744572). + libav: Update to v11.3. + avdemux: fix double semicolon. + libav: Add support for 10 bit planar AYUV formats. + libav: Change from deprecated PIX_FMT_
* to AV_PIX_FMT_
*. + avviddec: Don\'t copy padding if handling a frame failed. + avviddec: If a flow return during draining is not OK, don\'t drain any further. + avviddec: Error out if we try to allocate a buffer without being negotiated. + avdemux: remove duplicate goto block. + avdemux: check AVIO Context has been allocated. + gstavviddec: Add drain() vfunc implementation that does the same as finish() (bgo#734617). + avviddec: Implement SKIP and new SKIP_KEY_UNITS_ONLY flags (bgo#735666). + libav: Update to v11.2. + av: use GMutex instead of deprecated GStaticMutex (bgo#740822).- Drop enable-vdpau.patch, see boo#951150.- Update license change to LGPL-2.1+.
* Fri Dec 26 2014 zaitorAATTopensuse.org- Update to version 1.4.5: + videodec: Ensure update_pool is initialized.
* Fri Nov 14 2014 zaitorAATTopensuse.org- Update to version 1.4.4: + No changes, version bump to keep in sync with gst-suite.
* Sat Oct 04 2014 zaitorAATTopensuse.org- Update to version 1.4.3: + avauddec: Keep draining buffers from libav until libav says so.- Changes from version 1.4.2: + avviddec: - After draining frames, flush the libav decoder. - Keep draining buffers from libav until libav says so. + libav: Update to v10.5.
* Thu Aug 28 2014 zaitorAATTopensuse.org- Update to version 1.4.1: + avvidec: Decoded frames lost on EOS (bgo#734608). + libav: Update to v10.4.
* Tue Jul 22 2014 zaitorAATTopensuse.org- Update to version 1.4.0: + The stable 1.4 release series is API and ABI compatible with 1.0.x, 1.2.x and any other 1.x release series in the future. Compared to 1.2.x it contains some new features and more intrusive changes that were considered too risky as a bugfix. + libav: Update to v10.2. + Add the now built html help files to doc.
* Sun May 04 2014 zaitorAATTopensuse.org- Update to version 1.2.4: + Bugs fixed: avdec_h264, matroskademux: crash while seeking (bgo#727779).
* Sun Feb 09 2014 zaitorAATTopensuse.org- Update to version 1.2.3: + Bugs fixed: bgo#696495, bgo#722672, bgo#722672.- Changes from version 1.2.2: + Bugs fixed: bgo#691617, bgo#693772, bgo#697806, bgo#704161.
* Mon Dec 02 2013 hillwoodAATTlinuxfans.org- enable vdpau and vaapi for x86, add enable-vdpau.patch.
* Tue Nov 19 2013 reddwarfAATTopensuse.org- Update to 1.2.1
* Sat Nov 09 2013 reddwarfAATTopensuse.org- Update to 1.2.0
* It continues using the internal libav copy. It may contain security bugs.
* Sat Aug 31 2013 zaitorAATTopensuse.org- Update to version 1.0.10: + Fix bz2 configure check for Windows.- Changes from version 1.0.9: + Enable SIMD optimizations on OS/X, improving performance a lot in many cases. + Bugs fixed: bgo#704442.- Changes from version 1.0.8: + gst-libav: internal libav snapshot version bumped to v0.8.8.- Changes from version 1.0.7: + Update to libav 0.8.6. + Bugs fixed: bgo#697548, bgo#697617.- Changes from version 1.0.6: + avviddec: fix H.264 decoding errors in some files by disabling multi-threaded decoding. + libav: - Fix checks for internal libav configure options. - Update to 0.8.5 release. + Bugs fixed: bgo#691723, bgo#694230.- Changes from version 1.0.5: + Pass CC, LD, AS, AR and NM to the libav configure if set.- Changes from version 1.0.4: + G.726 decoder fixes. + Bugs fixed: bgo#689975.- Changes from version 1.0.3: + avcodecmap: Y41B is YUV411P, not YUV410P.- Changes from version 1.02: + Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes.- Add pkgconfig(bzip2) BuildRequires, in order to support bz2 tracks via the matroska demuxer.- Explicitly list built plugins, so we don\'t loose any on updates.
* Thu Oct 11 2012 reddwarfAATTopensuse.org- Initial version
 
ICM