SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for handbrake-unstable-debugsource-0.9.9.9+6509-1.173.x86_64.rpm :
Sun Nov 9 13:00:00 2014 seife+obsAATTb1-systems.com
- update to rev 6509
- bump x265 to version 1.4
- GUI fixes
- libhb: enable crc checking during audio parameter probe

Tue Nov 4 13:00:00 2014 seife+obsAATTb1-systems.com
- disable build of handbrake-gtk on 12.3 or older (gtk3 is too old)
- refine build dependencies to only require GTK3 on 13.1 or newer
- remove unused patch
- rebase \"local fribidi patch\" for <= 11.4

Mon Nov 3 13:00:00 2014 seife+obsAATTb1-systems.com
- udpate to 6502
- use more system libs, less local built
- remove builddate from binaries

Sat Oct 20 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4972

Tue Aug 21 14:00:00 2012 pascal.bleserAATTopensuse.org
- bump version to 0.9.8, update to 4913

Mon Aug 20 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4912

Sun Jul 8 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4819

Sun Apr 22 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4600

Fri Mar 30 14:00:00 2012 pascal.bleserAATTopensuse.org
- bumped to 0.9.7, as 0.9.6 is stable

Fri Mar 30 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4559

Sun Feb 12 13:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4445

Sun Nov 13 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4345

Fri Nov 4 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4338

Fri Oct 28 14:00:00 2011 pascal.bleserAATTopensuse.org
- re-enable handbrake-enable_local_fribidi.patch on < 12.1

Thu Oct 27 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4324

Sun Oct 16 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4294

Fri Aug 26 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4193

Mon Aug 8 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4162

Sat Jul 30 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4144

Sat Jul 2 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4082

Wed Mar 23 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to revision 3876:

* LinGui: backwards compatibility fix gtk versions prior to 2.22 don\'t have
gtk_widget_set/get_realized() func

* LinGui: remove some deprecated widget properties

* LinGui: fix incorrect base class in ghbcompositor: \"works\" with gtk2, but
causes error in gtk3

* LinGui: don\'t use private gtk_marshal_
* functions: they are not exported in
gtk+-3, so create our own marshalers

Tue Mar 22 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to revision 3870:

* many gtk fixes

* remove legacy % to RF mapping: although the % option has been gone for a
while in the cli and gui\'s, there were some mappings happening in libhb and
for preset imports; this removes the last vestages of % quality mapping

Sat Mar 19 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to revision 3853:

* add mpeg-2 encoding support to libhb, cli, and lingui

* use TEMP or TEMPDIR environment variables for location of tmp directory;
falls back to /tmp if neither are set

* add support for DTS-HD High Resolution Audio for BD streams

Mon Mar 14 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to revision 3849:

* fix 2 pass cfr x264 crash: an error in interjob->vrate calculation lead to
specifying a different timebase for the 1st and 2nd pass which x264 does
not allow. This improves the interjob->vrate calculation accuracy and also
guarantees the timebase is the same on both passes regardless of the
calculations accuracy.

* fix source dimensions problem with some mpeg2 streams: was using the
incorrect field for actual \"display\" dimensions of video. The field I was
using is most often used for pan and scan which crops a 16:9 image to fit a
4:3 display.

Sat Mar 12 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to revision 3841:

* fix potential infinite loop in ffmpeg mpeg-4 b-frame handling

Sat Mar 12 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to revision 3840

Wed Mar 9 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to revision 3833
- bumped release to 0.9.5+...

Tue Mar 1 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to revision 3822

Sat Dec 18 13:00:00 2010 pascal.bleserAATTopensuse.org
- update to revision 3711

Thu Dec 2 13:00:00 2010 pascal.bleserAATTopensuse.org
- update to revision 3697

Wed Dec 1 13:00:00 2010 pascal.bleserAATTopensuse.org
- update to revision 3696

Fri Nov 27 13:00:00 2009 pascal.bleserAATTopensuse.org
- update to 0.9.4

Sun Nov 1 13:00:00 2009 pascal.bleserAATTopensuse.org
- update to snapshot 2907

Thu Oct 1 14:00:00 2009 pascal.bleserAATTopensuse.org
- downgrade to snapshot rev 2845 as per upstream request
- fix version display
- use upstream compiler flags as per upstream request

Fri Sep 25 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to rev 2844:

* [2844] bump libtheora to official 1.1 release

* [2843] fix srt track stop time; srt stop time was being set to the end of the start chapter instead of the end of the stop chapter

* [2842] theora: improvements to our theora implementation:
+ support 2-pass mode which is new to theora 1.1
+ set soft target rate control so that single pass abr behaves more like theora 1.0 and doesn\'t look quite so awful

* [2841] don\'t remove srt subs when changing from mkv to mp4

* [2836] bump x264 to r1271 make changes required by the x264 api change fix some build issues that the x264 bump exposed

* [2831] fix bug that was causing one sec. of audio to be dropped on many ffmpeg files

Mon Sep 14 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to rev 2822:

* [2821] dvdnav: improved patch that guarantees forward seek moves position forward; the previous patch worked only for SEEK_CUR

* [2822] allow dvd sources that have no audio

Sun Sep 13 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to rev 2815:

* [2796] set use m4v preference enabled by default

* [2797] fix PAR issue with DV For some (maybe all) DV, ffmpeg doesn\'t give us the sample_aspect_ratio in the context; so when it\'s missing, try looking it up in the AVStream info

* [2811] improve \"auto\" audio selection picks the \"best\" audio given the input codec and output formats

* [2812] show the correct audio codec in the audio list when it has been changed because of incompatibility with source codec or output format

* [2813] fix initialization of chapter list when editing queued job Chapter titles the user entered were lost when editing a queued job

* [2814] fix a Gtk-CRITICAL error when editing chapter names

* [2815] dvdnav: read error recovery - patch libdvdnav seek to guarantee the position will move forward when making a seek request to a position that is after the current position - when a read error is detected, seek forward and retry

Sat Sep 5 14:00:00 2009 pascal.bleserAATTopensuse.org
- new package


 
ICM