Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libtheora-devel-1.1.1-slfo.1.1.3 RPM for ppc64le

From OpenSuSE Leap 16.0 for ppc64le

Name: libtheora-devel Distribution: SUSE Linux Framework One
Version: 1.1.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Fri Jun 14 19:26:57 2024
Group: Development/Libraries/C and C++ Build host: ibs-power9-10
Size: 1163837 Source RPM: libtheora-1.1.1-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: http://www.theora.org/
Summary: Theora video compression codec
Theora is a free and open video compression format from the Xiph.org Foundation. Like all our
multimedia technology it can be used to distribute film and video online and on disc without
the licensing and royalty fees or vendor lock-in associated with other formats.

Theora scales from postage stamp to HD resolution, and is considered particularly competitive
at low bitrates. It is in the same class as MPEG-4/DiVX, and like the Vorbis audio codec it
has lots of room for improvement as encoder technology develops.

Theora is in full public release as of November 3, 2008. The bitstream format for Theora I
was frozen Thursday, 2004 July 1. All bitstreams encoded since that date will remain compatible
with future releases.

The package contains the library that can decode and encode Theora streams. Theora is also
able to playback VP3 streams.

Authors:
--------
    the Xiph.Org Foundation http://www.xiph.org/

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Jun 21 2021 mcepl@suse.com
  - Remove completely unnecessary python BR
* Sat Aug 30 2014 jengelh@inai.de
  - Split libtheoradec/enc from libtheora0 as they have different
    SO numbers
  - Trim huge description; improve on RPM group classificaiton
* Thu May 23 2013 idonmez@suse.com
  - Update descriptions, thanks to Perry Werneck
* Sun Nov 20 2011 coolo@suse.com
  - add libtool as buildrequire to avoid implicit dependency
* Mon Aug 29 2011 crrodriguez@opensuse.org
  - remove examples that fail to build, also SDL and png
    are only needed for those, so remove from buildrequires.
* Wed Jul 27 2011 crrodriguez@opensuse.org
  - remove fno-strict-aliasing from CFLAGS as it is no longer
    needed and will slow down things.
* Mon May 23 2011 crrodriguez@opensuse.org
  - Disable doxygen documentation to avoid build dates in
    - devel packages.
  - add missing BuildRequires libpng-devel
* Fri Dec 18 2009 jengelh@medozas.de
  - add baselibs.conf as a source
* Wed Oct 07 2009 adrian@suse.de
  - update to version 1.1.1
    * minor bugfixes
* Sat Sep 26 2009 adrian@suse.de
  - update to version 1.1.0
    * minor fixes since beta 3
* Thu Aug 27 2009 adrian@suse.de
  - update to version 1.1 beta 3
    * Much better encoder
      (faster and more details at same compressions level)
    * Playback received speed improvements, but bitstream format is
      untouched
  - no package split yet for dec/enc/legacy libs due to 11.2 freeze
* Fri Jul 17 2009 adrian@suse.de
  - update to version 1.0 final
    * new additional encoder and decoder libs with new api.
* Wed Jan 07 2009 olh@suse.de
  - obsolete old -XXbit packages (bnc#437293)
* Wed May 21 2008 cthiel@suse.de
  - fix baselibs.conf
* Thu Apr 10 2008 ro@suse.de
  - added baselibs.conf file to build xxbit packages
    for multilib support
* Thu Dec 13 2007 crrodriguez@suse.de
  - fix package version numbers 1.0beta1 --> 1.0.beta2
  - libtheora 1.0.beta2
    - Fix a crash bug on char-is-unsigned architectures (PowerPC)
    - Fix a buffer sizing issue that caused rare encoder crashes
    - Fix a buffer alignment issue
    - Improved format documentation.
  - removed unneeded patch, use --with-pic configure option instead.
* Thu Nov 08 2007 adrian@suse.de
  - fix compiling with gcc 4.3 on ia32
* Wed Sep 26 2007 adrian@suse.de
  - update to 1.0beta1
    From official changelog:
    * Granulepos scheme modified to match other codecs. This bumps
    the bitstream revision to 3.2.1. Bitstreams marked 3.2.0 are
    handled correctly by this decoder. Older decoders will show
    a one frame sync error in the less noticable direction.
    * Switch to new spec compliant decoder from theora-exp branch.
    Written by Dr. Timothy Terriberry.
    * Add support to the encoder for using quantization settings
    provided by the application.
    * more assembly optimizations
* Wed Aug 15 2007 coolo@suse.de
  - fixing upgrade (#293401)
* Sat Aug 11 2007 crrodriguez@suse.de
  - fix build in x86_64
  - use library packaging policy
  - run make check in the check section
  - add missing call to ldconfig
* Wed Mar 28 2007 sbrabec@suse.cz
  - Updated to version 1.0alpha7:
    * Enable mmx assembly by default
    * Avoid some relocations that caused problems on SELinux
    * Other build fixes
    * time testing mode (-f) for the dump_video example
    * Merge theora-mmx simd acceleration (x86_32 and x86_64)
    * Major RTP payload specification update
    * Minor format specification updates
    * Fix some spurious calls to free() instead of _ogg_free()
    * Fix invalid array indexing in PixelLineSearch()
    * Improve robustness against invalid input
    * General warning cleanup
    * The offset_y member meaning fix.
  - Use incremental versioning scheme.
  - Documentation repackaged.
  - Use less vague names for binaries.
* Tue Aug 01 2006 dmueller@suse.de
  - Reenable test suite run with valgrind.
* Fri Jul 28 2006 aj@suse.de
  - Disable test suite run with valgrind.
* Fri Mar 10 2006 bk@suse.de
  - libtheora-devel: add libogg-devel to Requires (found by .la check)
* Mon Feb 06 2006 adrian@suse.de
  - add -fstack-protector
  - enable test suite run with valgrind
* Sun Jan 29 2006 aj@suse.de
  - Fix BuildRequires.
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Wed Oct 19 2005 adrian@suse.de
  - update to version 1.0 alpha 5
  - enable test suite
  - generate API documentation with doxygen
* Thu Apr 14 2005 sbrabec@suse.cz
  - Added audiofile-devel to neededforbuild.
* Wed Jan 05 2005 adrian@suse.de
  - update to version 1.0 alpha 4
* Tue Oct 26 2004 adrian@suse.de
  - remove .svn directories
* Mon Oct 18 2004 adrian@suse.de
  - update to current cvs to get pc file
* Thu Aug 19 2004 adrian@suse.de
  - create -devel package
* Tue Jun 29 2004 adrian@suse.de
  - do not install the libtool scripts ...
* Sat Apr 24 2004 adrian@suse.de
  - use xorg-x11 packages
* Wed Apr 21 2004 adrian@suse.de
  - compile with -fno-strict-aliasing
* Sun Mar 21 2004 adrian@suse.de
  - update to alpha 3 release
    on disc format is still not frozen, so this remain an internal package
* Wed Feb 04 2004 adrian@suse.de
  - remove binaries from example dir (they get installed anyway)
* Fri Jan 30 2004 adrian@suse.de
  - initial package of current snapshot (post alpha2)
  - internal package only atm

Files

/usr/include/theora
/usr/include/theora/codec.h
/usr/include/theora/theora.h
/usr/include/theora/theoradec.h
/usr/include/theora/theoraenc.h
/usr/lib64/libtheora.so
/usr/lib64/libtheoradec.so
/usr/lib64/libtheoraenc.so
/usr/lib64/pkgconfig/theora.pc
/usr/lib64/pkgconfig/theoradec.pc
/usr/lib64/pkgconfig/theoraenc.pc
/usr/share/doc/packages/libtheora
/usr/share/doc/packages/libtheora/AUTHORS
/usr/share/doc/packages/libtheora/CHANGES
/usr/share/doc/packages/libtheora/COPYING
/usr/share/doc/packages/libtheora/LICENSE
/usr/share/doc/packages/libtheora/README
/usr/share/doc/packages/libtheora/color.html
/usr/share/doc/packages/libtheora/doxygen-build.stamp
/usr/share/doc/packages/libtheora/draft-ietf-avt-rtp-theora-00.txt
/usr/share/doc/packages/libtheora/draft-ietf-avt-rtp-theora-00.xml
/usr/share/doc/packages/libtheora/html
/usr/share/doc/packages/libtheora/html/annotated.html
/usr/share/doc/packages/libtheora/html/classes.html
/usr/share/doc/packages/libtheora/html/codec_8h.html
/usr/share/doc/packages/libtheora/html/codec_8h_source.html
/usr/share/doc/packages/libtheora/html/doxygen.css
/usr/share/doc/packages/libtheora/html/doxygen.png
/usr/share/doc/packages/libtheora/html/files.html
/usr/share/doc/packages/libtheora/html/functions.html
/usr/share/doc/packages/libtheora/html/functions_vars.html
/usr/share/doc/packages/libtheora/html/globals.html
/usr/share/doc/packages/libtheora/html/globals_defs.html
/usr/share/doc/packages/libtheora/html/globals_enum.html
/usr/share/doc/packages/libtheora/html/globals_eval.html
/usr/share/doc/packages/libtheora/html/globals_func.html
/usr/share/doc/packages/libtheora/html/globals_type.html
/usr/share/doc/packages/libtheora/html/globals_vars.html
/usr/share/doc/packages/libtheora/html/group__basefuncs.html
/usr/share/doc/packages/libtheora/html/group__decfuncs.html
/usr/share/doc/packages/libtheora/html/group__encfuncs.html
/usr/share/doc/packages/libtheora/html/group__oldfuncs.html
/usr/share/doc/packages/libtheora/html/index.html
/usr/share/doc/packages/libtheora/html/modules.html
/usr/share/doc/packages/libtheora/html/structth__comment.html
/usr/share/doc/packages/libtheora/html/structth__huff__code.html
/usr/share/doc/packages/libtheora/html/structth__img__plane.html
/usr/share/doc/packages/libtheora/html/structth__info.html
/usr/share/doc/packages/libtheora/html/structth__quant__info.html
/usr/share/doc/packages/libtheora/html/structth__quant__ranges.html
/usr/share/doc/packages/libtheora/html/structth__stripe__callback.html
/usr/share/doc/packages/libtheora/html/structtheora__comment.html
/usr/share/doc/packages/libtheora/html/structtheora__info.html
/usr/share/doc/packages/libtheora/html/structtheora__state.html
/usr/share/doc/packages/libtheora/html/structyuv__buffer.html
/usr/share/doc/packages/libtheora/html/tab_b.gif
/usr/share/doc/packages/libtheora/html/tab_l.gif
/usr/share/doc/packages/libtheora/html/tab_r.gif
/usr/share/doc/packages/libtheora/html/tabs.css
/usr/share/doc/packages/libtheora/html/theora_8h.html
/usr/share/doc/packages/libtheora/html/theora_8h_source.html
/usr/share/doc/packages/libtheora/html/theoradec_8h.html
/usr/share/doc/packages/libtheora/html/theoradec_8h_source.html
/usr/share/doc/packages/libtheora/html/theoraenc_8h.html
/usr/share/doc/packages/libtheora/html/theoraenc_8h_source.html
/usr/share/doc/packages/libtheora/latex
/usr/share/doc/packages/libtheora/latex/Makefile
/usr/share/doc/packages/libtheora/latex/annotated.tex
/usr/share/doc/packages/libtheora/latex/codec_8h.tex
/usr/share/doc/packages/libtheora/latex/doxygen.sty
/usr/share/doc/packages/libtheora/latex/files.tex
/usr/share/doc/packages/libtheora/latex/group__basefuncs.tex
/usr/share/doc/packages/libtheora/latex/group__decfuncs.tex
/usr/share/doc/packages/libtheora/latex/group__encfuncs.tex
/usr/share/doc/packages/libtheora/latex/group__oldfuncs.tex
/usr/share/doc/packages/libtheora/latex/index.tex
/usr/share/doc/packages/libtheora/latex/modules.tex
/usr/share/doc/packages/libtheora/latex/refman.tex
/usr/share/doc/packages/libtheora/latex/structth__comment.tex
/usr/share/doc/packages/libtheora/latex/structth__huff__code.tex
/usr/share/doc/packages/libtheora/latex/structth__img__plane.tex
/usr/share/doc/packages/libtheora/latex/structth__info.tex
/usr/share/doc/packages/libtheora/latex/structth__quant__info.tex
/usr/share/doc/packages/libtheora/latex/structth__quant__ranges.tex
/usr/share/doc/packages/libtheora/latex/structth__stripe__callback.tex
/usr/share/doc/packages/libtheora/latex/structtheora__comment.tex
/usr/share/doc/packages/libtheora/latex/structtheora__info.tex
/usr/share/doc/packages/libtheora/latex/structtheora__state.tex
/usr/share/doc/packages/libtheora/latex/structyuv__buffer.tex
/usr/share/doc/packages/libtheora/latex/theora_8h.tex
/usr/share/doc/packages/libtheora/latex/theoradec_8h.tex
/usr/share/doc/packages/libtheora/latex/theoraenc_8h.tex
/usr/share/doc/packages/libtheora/vp3-format.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jul 17 23:25:02 2024