]> granicus.if.org Git - handbrake/log
handbrake
11 years agoWinGui: Make the Preset Plist importer a bit more robust by checking versions and...
sr55 [Tue, 21 Jan 2014 20:27:57 +0000 (20:27 +0000)]
WinGui: Make the Preset Plist importer a bit more robust by checking versions and automatically falling back to a value for invalid key/value pairs from old versions.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5988 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix some trailing white space
jstebbins [Mon, 20 Jan 2014 17:59:18 +0000 (17:59 +0000)]
LinGui: fix some trailing white space

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5987 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix more damage caused by glade
jstebbins [Mon, 20 Jan 2014 17:53:32 +0000 (17:53 +0000)]
LinGui: fix more damage caused by glade

and reformat some tooltips since gtk3 seems to not do
automatic wrapping of tootips.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5986 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoMacGui: fixy a crash when opening an external SRT file.
Rodeo [Sun, 19 Jan 2014 21:34:55 +0000 (21:34 +0000)]
MacGui: fixy a crash when opening an external SRT file.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5985 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Few minor UI tweaks.
sr55 [Sun, 19 Jan 2014 19:47:01 +0000 (19:47 +0000)]
WinGui: Few minor UI tweaks.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5984 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix problem with un-editable GtkEntry fields
jstebbins [Sat, 18 Jan 2014 00:12:30 +0000 (00:12 +0000)]
LinGui: fix problem with un-editable GtkEntry fields
This affected custom denoise, deinterlace, and decomb

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5983 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoQSV: update libmfx to v2014.
Rodeo [Fri, 17 Jan 2014 16:31:51 +0000 (16:31 +0000)]
QSV: update libmfx to v2014.

Synchronizes with the dispatcher from Intel
Media SDK 2014 for Clients, and adds support
for the Media SDK API 1.8 fields and defines.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5982 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix deprecated GtkTable, GtkHBox, GtkVBox, GtkHSeparator
jstebbins [Thu, 16 Jan 2014 20:31:40 +0000 (20:31 +0000)]
LinGui: fix deprecated GtkTable, GtkHBox, GtkVBox, GtkHSeparator
GtkTable      -> GtkGrid
GtkHBox       -> GtkBox
GtkVBox       -> GtkBox
GtkHSeparator -> GtkSeparator

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5981 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: update ubuntu 12.04 build to gtk-3
jstebbins [Thu, 16 Jan 2014 16:13:32 +0000 (16:13 +0000)]
LinGui: update ubuntu 12.04 build to gtk-3
I was using gtk-2 because gtk-3 used to crash on ubuntu 12.04.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5980 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: update linux build instructions
jstebbins [Thu, 16 Jan 2014 00:34:31 +0000 (00:34 +0000)]
LinGui: update linux build instructions

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5979 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix formatting of icon lists in UI xml
jstebbins [Thu, 16 Jan 2014 00:01:47 +0000 (00:01 +0000)]
LinGui: fix formatting of icon lists in UI xml
glade screwed up the formatting which causes the icons to be incorrectly
parsed.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5978 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix incompatibility with older versions of gtk
jstebbins [Wed, 15 Jan 2014 23:56:41 +0000 (23:56 +0000)]
LinGui: fix incompatibility with older versions of gtk
glade added some unnecessary objects

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5977 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoRemove some leftovers from the mpeg2dec contrib removal.
Rodeo [Wed, 15 Jan 2014 22:45:39 +0000 (22:45 +0000)]
Remove some leftovers from the mpeg2dec contrib removal.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5976 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agostream: fix a crash caused by assigning an audio work-object to some video tracks.
Rodeo [Wed, 15 Jan 2014 17:39:09 +0000 (17:39 +0000)]
stream: fix a crash caused by assigning an audio work-object to some video tracks.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5975 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix deprecation of GtkAction and GtkUIManager
jstebbins [Wed, 15 Jan 2014 00:28:20 +0000 (00:28 +0000)]
LinGui: fix deprecation of GtkAction and GtkUIManager
Farely large change since these were the old way of creating menus :-\

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5974 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agodecavcodec: only allow in-decoder downmix if it matches the requested mix levels.
Rodeo [Wed, 15 Jan 2014 00:09:56 +0000 (00:09 +0000)]
decavcodec: only allow in-decoder downmix if it matches the requested mix levels.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5973 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix deprecated g_type_init()
jstebbins [Tue, 14 Jan 2014 19:05:31 +0000 (19:05 +0000)]
LinGui: fix deprecated g_type_init()

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5972 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix deprecated gtk_widget_get_style()
jstebbins [Tue, 14 Jan 2014 19:00:58 +0000 (19:00 +0000)]
LinGui: fix deprecated gtk_widget_get_style()

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5971 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: Fix deprecated GtkHScale
jstebbins [Tue, 14 Jan 2014 18:30:33 +0000 (18:30 +0000)]
LinGui: Fix deprecated GtkHScale
Fixing this deprecation makes the LinGui incompatible with versions
of gtk prior to 2.16. Too bad for you if you are using such and ancient gtk.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5970 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix deprecated gtk_widget_modify_font
jstebbins [Tue, 14 Jan 2014 17:58:22 +0000 (17:58 +0000)]
LinGui: fix deprecated gtk_widget_modify_font

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5969 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix deprecated GTK_STOCK_*
jstebbins [Tue, 14 Jan 2014 17:50:26 +0000 (17:50 +0000)]
LinGui: fix deprecated GTK_STOCK_*

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5968 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix some deprications in gtk 3.10
jstebbins [Tue, 14 Jan 2014 16:07:46 +0000 (16:07 +0000)]
LinGui: fix some deprications in gtk 3.10
Fixes live preview play pause icons in gtk 3.10.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5967 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoremove contrib mpeg2dec
jstebbins [Mon, 13 Jan 2014 18:43:07 +0000 (18:43 +0000)]
remove contrib mpeg2dec
We no longer need mpeg2dec.  libav now has all the features we need
for mpeg2 decoding.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5966 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoRevert previous commit, sorry.
Rodeo [Sun, 12 Jan 2014 23:46:44 +0000 (23:46 +0000)]
Revert previous commit, sorry.

I forgot about capabilities, we can't just swap the preferred implementation like that.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5965 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoQSV: add an option to select the preferred implementation at runtime.
Rodeo [Sun, 12 Jan 2014 23:30:19 +0000 (23:30 +0000)]
QSV: add an option to select the preferred implementation at runtime.

This is intended for developers only; having to rebuild just to compare software to hardware is annoying as hell.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5964 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoQSV: base the B-pyramid check on the presence of B-references, rather than the initia...
Rodeo [Sun, 12 Jan 2014 22:52:30 +0000 (22:52 +0000)]
QSV: base the B-pyramid check on the presence of B-references, rather than the initial delay.

This is potentially more accurate.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5963 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agobump libav, libav-v10_alpha1-90-g63debaa
jstebbins [Sun, 12 Jan 2014 21:48:54 +0000 (21:48 +0000)]
bump libav, libav-v10_alpha1-90-g63debaa
Adds interlaced VC1 and HEVC support.
Eliminates the need for most of our local patches.
Many assorted bug fixes and improvements.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5962 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agomuxavformat: don't overwrite the last track's parameters when adding attachments.
Rodeo [Wed, 8 Jan 2014 11:18:17 +0000 (11:18 +0000)]
muxavformat: don't overwrite the last track's parameters when adding attachments.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5961 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoCLI: use proper system headers.
Rodeo [Tue, 7 Jan 2014 11:48:22 +0000 (11:48 +0000)]
CLI: use proper system headers.

ReviewBoard #671.

Patch by icchan. Thanks!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5960 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoparsecsv: always check result of malloc()
Rodeo [Tue, 7 Jan 2014 11:45:10 +0000 (11:45 +0000)]
parsecsv: always check result of malloc()

RebiewBoard #670.

Patch by icchan. Thanks!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5959 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoRevert previous borked commit. Sorry!
Rodeo [Tue, 7 Jan 2014 11:42:39 +0000 (11:42 +0000)]
Revert previous borked commit. Sorry!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5958 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoparsecsv: always check result of malloc()
Rodeo [Tue, 7 Jan 2014 11:41:35 +0000 (11:41 +0000)]
parsecsv: always check result of malloc()

RebiewBoard #670.

Patch by icchan. Thanks!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5957 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoencoders: save chapter markers in a list.
Rodeo [Tue, 7 Jan 2014 11:37:35 +0000 (11:37 +0000)]
encoders: save chapter markers in a list.

If chapters were a few seconds apart or less, we would encounter a new marker before the previous one had been placed in an output buffer.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5956 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: don't forget to delete chapter markers after saving them in filter_loop.
Rodeo [Tue, 7 Jan 2014 00:00:50 +0000 (00:00 +0000)]
libhb: don't forget to delete chapter markers after saving them in filter_loop.

Some filters will propagate them, and since filter_loop also restores them, this can result in duplicate chapters or other related issues.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5955 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: use av_pix_fmt_desc_get
jstebbins [Mon, 6 Jan 2014 18:58:03 +0000 (18:58 +0000)]
libhb: use av_pix_fmt_desc_get

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5954 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Fix a number of styles that were not obeying the Use System Colours option.
sr55 [Thu, 2 Jan 2014 21:48:00 +0000 (21:48 +0000)]
WinGui: Fix a number of styles that were not obeying the Use System Colours option.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5953 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: cleanup some warnings.
sr55 [Thu, 2 Jan 2014 21:15:56 +0000 (21:15 +0000)]
WinGui: cleanup some warnings.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5952 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoqsv: log occurrences of invalid DTS (i.e. DTS > PTS) in the encoder.
Rodeo [Thu, 2 Jan 2014 15:46:46 +0000 (15:46 +0000)]
qsv: log occurrences of invalid DTS (i.e. DTS > PTS) in the encoder.

The muxer is not verbose enough, plus we have access to some additional info not available downstream.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5951 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoqsv: add some frame type helper functions.
Rodeo [Thu, 2 Jan 2014 14:32:46 +0000 (14:32 +0000)]
qsv: add some frame type helper functions.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5950 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agomuxavformat: print the actual error name, rather than a hard-to-lookup error code.
Rodeo [Thu, 2 Jan 2014 14:07:42 +0000 (14:07 +0000)]
muxavformat: print the actual error name, rather than a hard-to-lookup error code.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5949 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Fix a crash when updating the status display.
sr55 [Thu, 2 Jan 2014 12:30:30 +0000 (12:30 +0000)]
WinGui: Fix a crash when updating the status display.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5948 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: fix green line in deinterlace preview and fast deinterlace
jstebbins [Sun, 29 Dec 2013 23:30:13 +0000 (23:30 +0000)]
libhb: fix green line in deinterlace preview and fast deinterlace

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5947 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Move a bunch of strings out to the resources file.
sr55 [Sun, 29 Dec 2013 21:06:41 +0000 (21:06 +0000)]
WinGui: Move a bunch of strings out to the resources file.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5946 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Improved an Add All Error message in relation to the Auto File Naming feature.
sr55 [Sun, 29 Dec 2013 20:31:20 +0000 (20:31 +0000)]
WinGui: Improved an Add All Error message in relation to the Auto File Naming feature.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5945 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Fix a few bugs:
sr55 [Sun, 29 Dec 2013 20:23:51 +0000 (20:23 +0000)]
WinGui: Fix a few bugs:
- Advanced query getting nulled out for QSV due to some dead code.
- Updated the regex for the decomb value to accept unquoted value as well as quoted.
- Remapped Ctrl-F to Ctrl-O to be more standard.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5944 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoPrint the av_interleaved_write_frame error code in muxavformat.c
sr55 [Sun, 29 Dec 2013 19:25:24 +0000 (19:25 +0000)]
Print the av_interleaved_write_frame error code in muxavformat.c

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5943 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoports: detect more Intel microarchitecture families.
Rodeo [Fri, 27 Dec 2013 20:49:39 +0000 (20:49 +0000)]
ports: detect more Intel microarchitecture families.

Also disable QSV hardware support on Bonnell-based microprocessors. Some Cloverview processors apparently support media SDK with third-party hardware, and until we can access hardware to test and fix the crashes we have on that platform, let's not enable it.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5942 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Some more minor tweaks to the new source menu and tidyup on the options screen.
sr55 [Thu, 26 Dec 2013 17:02:32 +0000 (17:02 +0000)]
WinGui: Some more minor tweaks to the new source menu and tidyup on the options screen.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5941 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Tags/Spaces tidyup
sr55 [Sun, 22 Dec 2013 17:05:56 +0000 (17:05 +0000)]
WinGui: Tags/Spaces tidyup

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5940 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Add support for passing through chapter names.
sr55 [Sun, 22 Dec 2013 17:05:20 +0000 (17:05 +0000)]
WinGui: Add support for passing through chapter names.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5939 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Attempt to make the new source selection window less jarring in terms of...
sr55 [Sat, 21 Dec 2013 23:51:58 +0000 (23:51 +0000)]
WinGui: Attempt to make the new source selection window less jarring in terms of positioning. Docked it to the left rather than centre and reduce the spacing between the UI elements.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5938 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoTurn of Anamorphic on the Windows Phone 8 preset for the linux gui.
sr55 [Sat, 21 Dec 2013 21:14:29 +0000 (21:14 +0000)]
Turn of Anamorphic on the Windows Phone 8 preset for the linux gui.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5937 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoTidyup / Updates to Doc files
sr55 [Sat, 21 Dec 2013 20:29:53 +0000 (20:29 +0000)]
Tidyup / Updates to Doc files

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5936 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoRemove Anamorphic from Windows Phone preset since these devices don't support it.
sr55 [Sat, 21 Dec 2013 20:19:30 +0000 (20:19 +0000)]
Remove Anamorphic from Windows Phone preset since these devices don't support it.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5935 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoRemove libfaac from the credits file as it is no longer used.
sr55 [Sat, 21 Dec 2013 20:15:32 +0000 (20:15 +0000)]
Remove libfaac from the credits file as it is no longer used.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5934 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: add Czech translation
jstebbins [Mon, 16 Dec 2013 01:29:57 +0000 (01:29 +0000)]
LinGui: add Czech translation
Thanks to the Czech translation team at Transifex
https://www.transifex.com/projects/p/handbrake/

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5933 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoQSV: avoid a hang when GopRefDist 0 is requested by the user.
Rodeo [Sun, 15 Dec 2013 20:29:17 +0000 (20:29 +0000)]
QSV: avoid a hang when GopRefDist 0 is requested by the user.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5932 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoQSV: check whether b_pyramid is respected in the non-workaround path too.
Rodeo [Sun, 15 Dec 2013 20:15:56 +0000 (20:15 +0000)]
QSV: check whether b_pyramid is respected in the non-workaround path too.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5931 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoQSV: don't print BPyramid value when it's not supported by the implementation used...
Rodeo [Sun, 15 Dec 2013 17:06:29 +0000 (17:06 +0000)]
QSV: don't print BPyramid value when it's not supported by the implementation used, as it's somewhat pointless (would always say off anyway).

This also allows to notice whether b-pyramid is available more quickly when reading the log.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5930 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoCLI: sanity-check muxer compatibility for video and audio encoders
Rodeo [Sat, 14 Dec 2013 23:56:17 +0000 (23:56 +0000)]
CLI: sanity-check muxer compatibility for video and audio encoders

This allows us to exit earlier in case of encoder/muxer incompatibility, with a more obvious error message.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5929 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoFix a Segfault (attempt 2) where the job struct is used after it's closed.
sr55 [Thu, 12 Dec 2013 19:00:15 +0000 (19:00 +0000)]
Fix a Segfault (attempt 2) where the job struct is used after it's closed.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5928 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoFix a Segfault where the job struct is used after it's closed.
sr55 [Wed, 11 Dec 2013 21:30:26 +0000 (21:30 +0000)]
Fix a Segfault where the job struct is used after it's closed.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5927 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoOpenCL: disable on Ivy Bridge integrated GPUs.
Rodeo [Wed, 11 Dec 2013 02:24:48 +0000 (02:24 +0000)]
OpenCL: disable on Ivy Bridge integrated GPUs.

Ivy Bridge supports OpenCL on GPU, but it's too slow to be usable for scaling.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5926 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agobuild: fix building with MinGW.
Rodeo [Tue, 10 Dec 2013 22:19:44 +0000 (22:19 +0000)]
build: fix building with MinGW.

Some contribs don't like gnu99 when building with a MinGW toolset.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5925 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Remove needless QSV checkbox to enable QSV in options.
sr55 [Sat, 7 Dec 2013 20:17:31 +0000 (20:17 +0000)]
WinGui: Remove needless QSV checkbox to enable QSV in options.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5924 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Remove support for Growl. This library has been causing numerous issues and...
sr55 [Sat, 7 Dec 2013 20:08:59 +0000 (20:08 +0000)]
WinGui: Remove support for Growl. This library has been causing numerous issues and appears to no longer be in development. Will look into a replacement at a later date.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5923 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Some further work in the background on the still preview feature.
sr55 [Fri, 6 Dec 2013 21:32:58 +0000 (21:32 +0000)]
WinGui: Some further work in the background on the still preview feature.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5922 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agostream: don't treat attached artwork as valid video tracks, which they aren't.
Rodeo [Thu, 5 Dec 2013 19:58:36 +0000 (19:58 +0000)]
stream: don't treat attached artwork as valid video tracks, which they aren't.

Fortunately, there's a flag for that.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5921 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agosync: fix previous commit.
Rodeo [Thu, 5 Dec 2013 17:29:44 +0000 (17:29 +0000)]
sync: fix previous commit.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5920 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agosync: find the AAC encoder by name.
Rodeo [Thu, 5 Dec 2013 17:28:55 +0000 (17:28 +0000)]
sync: find the AAC encoder by name.

FDK is non-experimental, so if it's compiled in, it will be selected over the libavcodec encoder, which is what we want to use for consistency (quality hardly matters when encoding silence).

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5919 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agosync: use "drop video to sync" fallback also when audio encoding fails or we do not...
Rodeo [Thu, 5 Dec 2013 17:26:46 +0000 (17:26 +0000)]
sync: use "drop video to sync" fallback also when audio encoding fails or we do not get an output packet after 10 tries.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5918 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agocontrib: fix deprecated GCC compiler options.
Rodeo [Thu, 5 Dec 2013 14:07:39 +0000 (14:07 +0000)]
contrib: fix deprecated GCC compiler options.

-mcpu has been deprecated in favor of -mtune; also, -Wstrict-prototypes was causing build failures on some systems.

Patch by icchan. Thanks!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5917 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibbluray: fix forgotten patch after last commit.
Rodeo [Thu, 5 Dec 2013 14:01:55 +0000 (14:01 +0000)]
libbluray: fix forgotten patch after last commit.

Patch by icchan. Thanks!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5916 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoBuild: use GNU99 mode.
Rodeo [Thu, 5 Dec 2013 14:01:08 +0000 (14:01 +0000)]
Build: use GNU99 mode.

Required for proper POSIX behaviour on Solaris.

Patch by icchan. Thanks!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5915 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agocontrib/mpeg2dec: fix line breaks in gwluserdata patch.
Rodeo [Thu, 5 Dec 2013 13:55:48 +0000 (13:55 +0000)]
contrib/mpeg2dec: fix line breaks in gwluserdata patch.

It contained Windows line-endings that trip up some versions of patch.

Patch by icchan. Thanks!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5914 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoQSV: update libhb presets to match a more recent recommendation.
Rodeo [Thu, 5 Dec 2013 13:52:54 +0000 (13:52 +0000)]
QSV: update libhb presets to match a more recent recommendation.

Based on a patch by Maxym Dmytrychenko.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5913 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoMacGUI: Release the cached images when the preview window is closed.
ritsuka [Tue, 3 Dec 2013 17:01:56 +0000 (17:01 +0000)]
MacGUI: Release the cached images when the preview window is closed.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5912 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: remove use of avpicture_deinterlace
jstebbins [Mon, 2 Dec 2013 21:25:41 +0000 (21:25 +0000)]
libhb: remove use of avpicture_deinterlace

This function is being remove from libav.  so replace it's functionality
with a threaded implementation of our own.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5911 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: disable mp4v2 and libmkv in nightly builds
jstebbins [Mon, 2 Dec 2013 21:23:42 +0000 (21:23 +0000)]
LinGui: disable mp4v2 and libmkv in nightly builds

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5910 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Redesigned the Source Selection Menu dropdown, to an overlay window. Hopefull...
sr55 [Sun, 1 Dec 2013 16:46:16 +0000 (16:46 +0000)]
WinGui: Redesigned the Source Selection Menu dropdown, to an overlay window. Hopefully this is a bit cleaner but feedback is welcome on the forum. This may get reverted later if it doesn't work out.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5909 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Undo the Preview Change from last checkin.
sr55 [Thu, 28 Nov 2013 21:53:51 +0000 (21:53 +0000)]
WinGui: Undo the Preview Change from last checkin.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5908 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoInterop: Fix an issue with the path being presented in the system codepath. Using...
sr55 [Thu, 28 Nov 2013 21:52:51 +0000 (21:52 +0000)]
Interop: Fix an issue with the path being presented in the system codepath. Using UTF-8 now which should fix a number of issues with characters not displaying or passing-through correctly.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5907 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: add chapter start time to chapter tab display
jstebbins [Wed, 27 Nov 2013 00:35:36 +0000 (00:35 +0000)]
LinGui: add chapter start time to chapter tab display

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5906 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: fix a bunch of compiler warnings
jstebbins [Tue, 26 Nov 2013 22:12:55 +0000 (22:12 +0000)]
libhb: fix a bunch of compiler warnings

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5905 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: fix fps detection for libav "raw" demuxers
jstebbins [Mon, 25 Nov 2013 23:45:00 +0000 (23:45 +0000)]
libhb: fix fps detection for libav "raw" demuxers
Fixes https://forum.handbrake.fr/viewtopic.php?f=11&t=28695&p=133276#p133276

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5904 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Fix typo on the Options window
sr55 [Fri, 22 Nov 2013 22:28:48 +0000 (22:28 +0000)]
WinGui: Fix typo on the Options window

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5903 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Some additional work on Static Previews. Added slider to select the preview...
sr55 [Fri, 22 Nov 2013 22:25:59 +0000 (22:25 +0000)]
WinGui: Some additional work on Static Previews. Added slider to select the preview and set Max size on the image to prevent upscaling.   Note, this feature is still not enabled in the UI.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5902 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Putting in place the framework for a static preview window. Initial window...
sr55 [Tue, 19 Nov 2013 23:18:43 +0000 (23:18 +0000)]
WinGui: Putting in place the framework for a static preview window.  Initial window created and now displays a static preview. This feature is not enabled in the UI yet.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5901 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Fix a large number of stylecop warnings.
sr55 [Tue, 19 Nov 2013 22:54:16 +0000 (22:54 +0000)]
WinGui: Fix a large number of stylecop warnings.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5900 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: fix problem with gereration of dts for lavc encoded video
jstebbins [Tue, 19 Nov 2013 22:46:01 +0000 (22:46 +0000)]
libhb: fix problem with gereration of dts for lavc encoded video
The old method resulted in dts > pts in some cases.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5899 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Finish off moving the User Settings service to the UI Layer.
sr55 [Tue, 19 Nov 2013 22:41:36 +0000 (22:41 +0000)]
WinGui: Finish off moving the User Settings service to the UI Layer.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5898 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Removed the need for the user settings service from IEncode and IScan interfa...
sr55 [Tue, 19 Nov 2013 22:30:26 +0000 (22:30 +0000)]
WinGui: Removed the need for the user settings service from IEncode and IScan interfaces and various other places. This makes the API much simpler to use.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5897 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Started work on API improvements in the Application services dll. Removing...
sr55 [Tue, 19 Nov 2013 21:55:44 +0000 (21:55 +0000)]
WinGui: Started work on API improvements in the Application services dll. Removing the concept of user settings and replacing it with a Configuration object.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5896 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: fix reporting of buffer allocation statistics during scan
jstebbins [Mon, 18 Nov 2013 19:15:38 +0000 (19:15 +0000)]
libhb: fix reporting of buffer allocation statistics during scan
Put hb_buffer_pool_free() in the right position after all buffers
allocated during scan are free.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5895 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoLinGui: fix widget dependency rule for lavc advanced options
jstebbins [Mon, 18 Nov 2013 17:15:43 +0000 (17:15 +0000)]
LinGui: fix widget dependency rule for lavc advanced options

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5894 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoBuildSystem: OSX, add osx10.9 xcconfig files to project.
konablend [Sun, 10 Nov 2013 02:29:25 +0000 (02:29 +0000)]
BuildSystem: OSX, add osx10.9 xcconfig files to project.

This was missed in r5872 and is necessary for SDK selection
from within Xcode IDE.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5893 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: Regenerate the handbrakepineapple.ico file. Improves the icon appearance...
sr55 [Sat, 9 Nov 2013 16:28:56 +0000 (16:28 +0000)]
WinGui: Regenerate the handbrakepineapple.ico file. Improves the icon appearance on windows substantially.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5892 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: don't use DXYVA2-accelerated decoding when QSV-accelerated decoding is enabled...
Rodeo [Fri, 8 Nov 2013 23:22:52 +0000 (23:22 +0000)]
libhb: don't use DXYVA2-accelerated decoding when QSV-accelerated decoding is enabled. The latter is ebtter and faster.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5891 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agolibhb: make avformat-based muxers the default.
Rodeo [Fri, 8 Nov 2013 23:09:51 +0000 (23:09 +0000)]
libhb: make avformat-based muxers the default.

They've matured enough by now.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5890 b64f7644-9d1e-0410-96f1-a4d463321fa5

11 years agoWinGui: use libhb presets for QSV.
Rodeo [Fri, 8 Nov 2013 23:04:44 +0000 (23:04 +0000)]
WinGui: use libhb presets for QSV.

This replaces the built-in QSV presets.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5889 b64f7644-9d1e-0410-96f1-a4d463321fa5