August 2007 Commit Log

Number of Commits:
136
Number of Active Developers:
6
dynaflash 2007-08-31 18:27

MacGui: Versioning changes to 0.9.1 and build number 2007083100

13 lines of code changed in:

jbrjake 2007-08-31 18:19

Bumps version number for upcoming release of 0.9.1. Note: still needs to be done in XCode for Mac builds.

4 lines of code changed in:

sr55 2007-08-31 18:18

WinGui: Small update

0 lines of code changed in:

jbrjake 2007-08-31 18:15

Updates NEWS file with changes for the upcoming release of 0.9.1

25 lines of code changed in:

sr55 2007-08-31 15:34

Cygwin Contrib pack updated to 0011

2 lines of code changed in:

jbrjake 2007-08-31 15:23

MacGui: Fixes a minor typo in the x264 options for the QuickTime preset

1 lines of code changed in:

sr55 2007-08-31 13:32

WinGui:
- Fixed possible cross-thread issue when closing the application (when more than 1 window is open)
- Added "Quit HandBrake" to the on complete options.

0 lines of code changed in:

sr55 2007-08-31 13:23

WinGui:
- Cleaned up the Options window a bit.
- Added On Encode Complete Options (in options)
- A few small UI tweaks.

0 lines of code changed in:

eddyg 2007-08-31 02:31

Workaround from "van" to prevent double chapter markers when using advanced deinterlace filters

8 lines of code changed in:

dynaflash 2007-08-31 00:14

MacGui: hide and disable the checkbox to use native subtitles or dubbed audio track in preferences

0 lines of code changed in:

eddyg 2007-08-30 23:51

Back out the GUI handling code for native language prefs.

0 lines of code changed in:

sr55 2007-08-30 22:45

Some old files that should have been deleted some time ago.

0 lines of code changed in:

dynaflash 2007-08-30 15:11

MacGui: minor widget label changes
- In preference window, "Preferred Language" is now "Native Language"
- In main window, "Forced" is now "Forced Subs Only"
- Denoise status is added to -enableUI so it grays out when the main window ui is disabled esp. during scan.

1 lines of code changed in:

sr55 2007-08-30 12:42

WinGui:
- Queue now has minimise button.
- Ability to disable tooltips in tools > options
- Added a few more tooltips to items.
- Removed some old files that are no longer needed.
- Updated splash screen.

0 lines of code changed in:

eddyg 2007-08-30 04:51

Added progress marking for when doing the subtitle scan

22 lines of code changed in:

eddyg 2007-08-30 03:54

Make the auto-fps selected rate sticky

15 lines of code changed in:

saintdev 2007-08-30 03:18

Enable the use of pthreads in ffmpeg.

1 lines of code changed in:

jbrjake 2007-08-30 01:49

Mac OS X Contrib version ++ (mkv chapter fix)

1 lines of code changed in:

eddyg 2007-08-30 00:01

Improved debug messages for Cell start/stop with Cell number and block.

4 lines of code changed in:

eddyg 2007-08-29 23:29

Patch from bitsflew that displays fading subtitles as solid subtitles rather than being invisible.

36 lines of code changed in:

jbrjake 2007-08-29 19:17

Die, non-standard printf logging, die!

5 lines of code changed in:

sr55 2007-08-29 18:38

WinGui:
- Updated splashscreen
- Fixed project build issue.

0 lines of code changed in:

sr55 2007-08-29 18:14

WinGui:
- Gui debug more added to tools > options.
- More exception handling added
- frmReadDVD is now automatic. User no longer has to manually start scan process.
- Re-enabled onwindow scan status message. Removed Message box which alerts scan status.
- Few other small code tweaks.

0 lines of code changed in:

dynaflash 2007-08-29 15:26

MacGui: Fix Picture Preview crash when sizing below 16 pixels width or height.
- Set width and height stepper minimums to 32 px
- use sanity conditional for accessing hb_get_preview() so below 32 px either way the preview does not change
- Used 32 threshold since afaik, no human being can discern any meaningful detail from a 32 px image anyway

10 lines of code changed in:

superdump 2007-08-29 15:21

These calls to free produce double free warnings. It seems that removing the avpicture_free calls doesn't stop the warnings. Confusing to me as the buffers aren't freed elsewhere, but removing these seems to work.

0 lines of code changed in:

eddyg 2007-08-29 06:49

Updated the CLI comments for subtitle scan to correspond with the new
extra pass method now employed.

3 lines of code changed in:

superdump 2007-08-28 23:04

- Roll back avpicture_alloc to malloc + avpicture_fill. This fixes the MacGUI preview window crashing.
- Free the sws context after its use to avoid a memleak.

Both alterations courtesy of BradleyS. Kudos.

36 lines of code changed in:

saintdev 2007-08-28 21:45

Not sure how I commented these out, but they shouldn't be.

2 lines of code changed in:

sr55 2007-08-28 21:23

Updated Cygwin Contrib Pack to 0010

2 lines of code changed in:

saintdev 2007-08-28 20:15

Update to libmkv-0.6.1.2. 0.6.1.1 was broken.

1 lines of code changed in:

saintdev 2007-08-28 19:30

Fix contrib/Jamfile on some computers $(CONTRIB) != $CONTRIB.

40 lines of code changed in:

saintdev 2007-08-28 18:55

Update libmkv to 0.6.1.1 fixes the chapter-hang issue.

1 lines of code changed in:

dynaflash 2007-08-28 17:54

MacGui: fix bug where cancelling the browse window for source didnt enable Window > Queue properly

1 lines of code changed in:

saintdev 2007-08-28 07:56

Clean up contrib/Jamfile. Also enable configure cache for libs that allow it.
This should (somewhat) speed up compiles of the contrib libraries.

98 lines of code changed in:

eddyg 2007-08-28 04:21

Don't use hb_log() outside of libhb, use fprintf() instead.

1 lines of code changed in:

eddyg 2007-08-27 23:06

Enable jam to work by changing the error handling to use a callback rather than a direct call outside of libhb.

34 lines of code changed in:

dynaflash 2007-08-27 19:57

MacGui: set the GrowlDelegate to self, should prevent two instances of the HBController object.

1 lines of code changed in:

superdump 2007-08-27 18:16

Add lang.c to the libhb dlib target so that it is linked when the target is built.

2 lines of code changed in:

superdump 2007-08-27 18:14

Remove ScanController.* from the main Jamfile as they are no longer present or needed.

0 lines of code changed in:

dynaflash 2007-08-27 14:34

MacGui: disable interface during scanning, and if there is no valid title found
- Prevents crashing when attmepting to access audio variables when a valid source is not present.

14 lines of code changed in:

eddyg 2007-08-27 06:29

missed file

232 lines of code changed in:

eddyg 2007-08-27 06:24

Moved functions from lang.h to lang.c for easy includion in Controller.mm

15 lines of code changed in:

dynaflash 2007-08-27 06:08

MacGui: Integrate HBDVDetector directly into Controller.mm and get rid of ScanController and its associated files.

80 lines of code changed in:

eddyg 2007-08-27 04:46

Added support to the mac gui for auto-selecting subtitles if the main audio language is not in your native language (via the new preferences box).

45 lines of code changed in:

eddyg 2007-08-27 03:59

Improved error handling when disk already full for MKV containers.

20 lines of code changed in:

eddyg 2007-08-27 03:07

Fixed up mkv error messages that did not apply, and added one which was missed.

8 lines of code changed in:

eddyg 2007-08-27 02:55

Added rudimentory error handling to HB. Instead of using hb_log() use hb_error(). Also causes us to stop muxing when we get a write error in MP4 and MKV containers. Still requires macosx dialog box by dynaflash (see main.mm for stub to use).

130 lines of code changed in:

sr55 2007-08-26 21:41

Deinterlace and Denoise values updated.

0 lines of code changed in:

sr55 2007-08-26 21:27

WinGui:
- Added extensive exception handling to the Title.cs file for debugging purposes in upcoming 2.41 release.

0 lines of code changed in:

sr55 2007-08-25 21:34

WinGui:
- PSP Preset Fix
- Cleaned up Exception handling a bit.

0 lines of code changed in:

sr55 2007-08-24 22:10

WinGui:
- Fixed View DVD Information window not loading the dvdinfo.dat file every time the window is launched.
- Fixed a small file path issue with frmReadDVD

0 lines of code changed in:

dynaflash 2007-08-24 20:38

MacGui: Fix main window closing to it doesnt crash HB and allow you to get it back. Also, closing main window now does NOT quit HandBrake.
- Courtesy of Ritsuka. Thanks Ritsuka!

23 lines of code changed in:

jbrjake 2007-08-24 20:22

Keeps IHB from crashing before it starts to encode, by telling encfaac.c to mixdown to Dolby Pro Logic II.

2 lines of code changed in:

jbrjake 2007-08-24 20:21

Doubles the number of frames checked for cadence changes, streamlines their storage with a for loop, gets rid of inaccurate "Interlaced->Progressive" messages during scanning, and, during encoding, displays those messages with time stamps in seconds instead of using the PTS units.

10 lines of code changed in:

jbrjake 2007-08-24 20:20

Allows stream.c to try to read .VOB, .TS, and .mpeg files in addition to .vob, .ts, .m2t, and .mpg files. These are just more hard-coded file type extensions.

awk, if this is a Bad Idea for a reason I'm ignorant of, feel free to revert.

6 lines of code changed in:

dynaflash 2007-08-24 07:23

MacGui: Add DriveDetectors back to xcode project so that IHB will still build with jam

35 lines of code changed in:

sr55 2007-08-23 21:53

WinGui:
- Minor code tweaks / cleanup

0 lines of code changed in:

dynaflash 2007-08-23 21:12

MacGui: Increase the Activity Window text storage to double its current capacity for more complete logs.

8 lines of code changed in:

dynaflash 2007-08-23 19:25

MacGui: Clean up source files used in Source Scanning
- Remove now deprecated DriveDetector.h and DriveDetector.m
- Add HBDVDDetector.m as it was misnamed in the commit before our release.

244 lines of code changed in:

dynaflash 2007-08-23 19:04

MacGui: internal code changes
- change method names and their corresponding target actions in nibs to conform to the our new obj c coding guidelines

281 lines of code changed in:

dynaflash 2007-08-23 16:55

MacGui: Fix disabling of the subtititles Forced checkbox if user cancels the initial scan.

1 lines of code changed in:

dynaflash 2007-08-22 20:10

MacGui: internal change to Controller.mm
- move preset loading code from awakeFromNib to a new method called loadPresets
- remove references to unused x264Opts.plist file we never used.

This fat boy is going on a diet !

36 lines of code changed in:

sr55 2007-08-22 19:48

WinGui:
- Added some more exception handling.
- Added workaround for issue with scanning on French systems causing a crash.

0 lines of code changed in:

sr55 2007-08-22 16:29

WinGui:
- Added debuging / crash prevention code in frmReadDVD.
- Fixed issue with queue when adding items after initial encode.

0 lines of code changed in:

sr55 2007-08-21 16:40

- Fixed Spelling typo (Thanks saintdev).
- Fixed File_Open not finding ts files.
- Fixed Incorrect Version Number for update checker.
- Fixed DVDTitle Dropdown displaying no title error when there was only 1 item in it.

0 lines of code changed in:

eddyg 2007-08-21 13:32

Fixed up what a subtitle scan looks like in the GUI job queue

13 lines of code changed in:

eddyg 2007-08-21 07:17

Added handling for the forced subtitle button.

5 lines of code changed in:

dynaflash 2007-08-21 06:55

MacGui: Add subtitle widgets for eddyg's forced subtitle implementation.
- Create checkbox called "Forced" next to the NSPopUp button for subtitle selection with outlet named fSubForcedCheck
- Create a new preference checkbox to use subtitles instead of dubbed audio track if so desired.

21 lines of code changed in:

eddyg 2007-08-21 04:24

Add Subtitle scanning for forced subtitles and normal subtitles from the CLI
and the MacOS GUI. See the new subtitle language options in the GUI.

271 lines of code changed in:

eddyg 2007-08-21 00:50

Added "--subtitle-force" option to the CLI, and added changes to decsub to
select only forced subtitles curtesy of Utumno (thanks!).

57 lines of code changed in:

eddyg 2007-08-21 00:16

Add colour/chroma to subtitles where they are not transparent.

98 lines of code changed in:

Repository Tag: 0.9.0
sr55 2007-08-19 16:07

updated AUTHORS

82 lines of code changed in:

dynaflash 2007-08-19 15:57

MacGui: Update Version and build numbers in xcode for libhb and libhbdylib.

8 lines of code changed in:

jbrjake 2007-08-19 15:26

Updates NEWS file with changes since the last release.

43 lines of code changed in:

jbrjake 2007-08-19 08:36

Adds eddyg and reorganizes.

23 lines of code changed in:

dynaflash 2007-08-19 08:16

MacGui: Small pre release bug fixes
- Deinterlace On in preferences now sets deinterlacing to "Fast" upon launch
- Fixed bug AutoCrop was set to "Custom" upon launch.
- Changed verbage in Preference Panel to Activity Window instead of Debug Window.

17 lines of code changed in:

dynaflash 2007-08-19 07:14

MacGui: Set version to 0.9.0 and build to 2007081900 for the impending release.

13 lines of code changed in:

dynaflash 2007-08-19 06:34

MacGui: Fix main menu enabling if user cancels the source browse window

33 lines of code changed in:

jbrjake 2007-08-19 05:25

Small patch to keep mcdeint in mode 2 from crashing. Thanks, blindjimmy!

1 lines of code changed in:

jbrjake 2007-08-19 05:22

CLI/MacGui: removes weightb=0 from the turbo option string, because it was causing frame count differences for the 2nd pass. Also removes a stray colon from the Broke preset.

3 lines of code changed in:

dynaflash 2007-08-19 05:17

MacGui: Added Main Menu commands, and set enabled states to prevent crashing due to conflicting commands.

98 lines of code changed in:

jbrjake 2007-08-19 02:57

Increments the variables HB_BUILD and HB_VERSION, in preparation for tagging. I think more needs to be done in XCode for the MacGui side of things.

6 lines of code changed in:

dynaflash 2007-08-18 07:43

MacGui: Better implementation of the new scan controller for reading physical dvds.
- This one is all blindjimmy's doing, Thanks!
- adds a VIDEO_TS check for reading random vobs off of a general purpose dvd.
- uses a new cocoa class instead of the old c functions for drive detection.

41 lines of code changed in:

jbrjake 2007-08-17 21:57

Prevents a bus error at scan time with DVDs that have a weird cell structure. Much gratitude to dynaflash, as without his patient assistance tele-debugging this, I would have been forced to buy a copy of Young Guns.

13 lines of code changed in:

sr55 2007-08-17 18:03

Contrib pack updated for CygWin (009)

3 lines of code changed in:

jbrjake 2007-08-17 01:27

++ mac contrib bin to 0018
(used the intel headers this time, so hopefully there's won't be any problems like with 0016)

1 lines of code changed in:

sr55 2007-08-16 22:15

WinGui:
- Number of extra tweaks to the GUI for vista

0 lines of code changed in:

sr55 2007-08-16 22:08

WinGui:
- Fixed issue with gui display under vista.

0 lines of code changed in:

saintdev 2007-08-16 21:56

Version bump for libmkv.

1 lines of code changed in:

saintdev 2007-08-16 21:56

Switch to mk_laceXiph().

9 lines of code changed in:

dynaflash 2007-08-16 20:10

MacGui: fix scancontroller to use mount point instead of file path for physical commercial dvds.
- thanks for the work on this one blindjimmy !
- needs to be prettier, but wanted it checked in asap before release for testing.

205 lines of code changed in:

sr55 2007-08-16 18:02

WinGui:
- Fixed issue with manual cropping and empty text box leading to --crop :::: being passed to the cli.

0 lines of code changed in:

sr55 2007-08-16 17:51

WinGui:
- File extension changes for the presets done.
- Fixed a few bugs where checkbox's were not being linked with their code.

0 lines of code changed in:

sr55 2007-08-16 17:44

WinGui:
- presets added in line with http://handbrake.m0k.org/trac/wiki/BuiltInPresets

0 lines of code changed in:

dynaflash 2007-08-16 07:46

MacGui: Layout refinements courtesy of hawkman

12 lines of code changed in:

jbrjake 2007-08-15 21:14

Adds scripts to the Makefile for Mac to "make gui-release" and "make cli-release" to easily build a .dmg for each. The gui one uses bz compression, since the MacGui isn't Panther-compatible anyway. To save bandwidth, not including pdfs or api.

6 lines of code changed in:

jbrjake 2007-08-15 16:37

Lessens the brownpantsification effect from the DVD Read Blocks Failed error message.

1 lines of code changed in:

jbrjake 2007-08-15 00:05

Prettier logging display for filters.

4 lines of code changed in:

jbrjake 2007-08-14 21:35

Use hb_log for DVD: messages instead of printf.

4 lines of code changed in:

jbrjake 2007-08-14 17:15

Moves the filters' logging info to work.c, adds parameter info. I also changed the deinterlace filter name to include its default method (ffmpeg) and removed the logging line from work.c that said if job->deinterlace was true or not, as it's now superfluous.

15 lines of code changed in:

sr55 2007-08-14 15:35

WinGui:
-Forgot to remove a few debug lines.

0 lines of code changed in:

sr55 2007-08-14 15:31

WinGui:
- Fixed CRF & Quality slider issues.

0 lines of code changed in:

dynaflash 2007-08-14 07:14

MacGui: Cosmetic changes to Picture Window
- Change "Misc" box to "Filters"
- move the detelecine checkbox above deinterlace and denoise NSPopUps

0 lines of code changed in:

dynaflash 2007-08-14 06:42

MacGui: Fix queue window to show proper video framerate and assorted display formatting improvements
- Fix is courtesy of BradleyS

36 lines of code changed in:

dynaflash 2007-08-14 06:15

MacGui: Add height check for keep aspect ratio on when selecting a preset.
- Patch courtesy of BradleyS, Thanks!

10 lines of code changed in:

dynaflash 2007-08-14 06:00

MacGui: Fix bug where 2 pass turbo, if checked, would stay checked and enabled when switching to Constant Quality.
- Thanks eddyg for the heads up !

2 lines of code changed in:

dynaflash 2007-08-14 02:37

MacGui: Denoise filter initial implementation
- Add Denoise NSPopUp to Picture Window
- Contains None, Weak, Medium, Strong.

72 lines of code changed in:

jbrjake 2007-08-14 02:03

Adds a log message informing the user of which filters are being applied.

1 lines of code changed in:

dynaflash 2007-08-13 20:46

MacGui: Add detelecine parameter to Presets using key PictureDetelecine.
- note, this is currently only observed is use current picture settings is specified at the time of preset creation.

8 lines of code changed in:

jbrjake 2007-08-13 20:09

MacGui: Nerfing the presets a little more.

3 lines of code changed in:

jbrjake 2007-08-13 19:14

MacGui: nerfs the presets, as collapsible triangle folder thingies are waiting for the next release. Also adds one for CRF (shamelessly ripped from Sharktooth's CQ-ASP_Q2_eq(crf) profile for MEGui.) Hopefully I watered the presets down enough, but who knows...they might still encode too slowly for the masses.

80 lines of code changed in:

dynaflash 2007-08-13 18:02

MacGui: Detelecine initial implementation
- Added -VideoFramerateChanged method to controller.mm to detect NTSC Film content to error check detelecine.
- Auto detected or manually choosing 23.967 (NTSC Film) disables detelecine checkbox in the picture preview window.

79 lines of code changed in:

jbrjake 2007-08-13 17:14

"Same as source" changes. Old behavior: mark all NTSC content as 23.976. New behavior: mark all NTSC content as 29.97, only use 23.976 when scanning shows a title reporting itself as mostly progressive.
Also threw in a bunch of commented out logging messages for diagnostic usage.
And notification during encodes when progressive flags go on or off (only works in jam builds until the contrib binary packs get rebuilt).

152 lines of code changed in:

jbrjake 2007-08-11 19:21

Applies a patch from the MPlayer project to libmpeg2. This allows mpeg2dec to see PIC_FLAG_REPEAT_FIRST_FIELD in frame structures.

1 lines of code changed in:

jbrjake 2007-08-11 18:34

MacGui: tweaks the deinterlacing parameters.
-Slow becomes yadif 0
-Slower becomes yadif 2, mcdeint 1
-Slowest becomes yadif 1, mcdeint 2
Thanks for the recommendations, huevos_rancheros.

6 lines of code changed in:

dynaflash 2007-08-10 23:26

MacGui: Add toolbar commands to the main menu
- File add: Add To Queue, Start Encoding
- Window add: Show Queue

Note: these menu commands are not yet status sensitive, but needed to get this nib checked in right away.

4 lines of code changed in:

jbrjake 2007-08-10 22:47

MacGui: modifies some presets.
- Removes "HB-" from the preset names.
- Adds Broke preset for people who still encode to CD size.
- Adds Blind preset for people who want an encode done *right now*.
- Adds Deux Six Quatre preset with commonly found x264 settings.
- Changes iPhone preset audio bitrate to 128 (160 is incompatible, unlike on the iPod).
- Applies turbo to all existing presets that used 2-pass.
- Switches the Animation and Television presets to use "Same as source" fps.

236 lines of code changed in:

sr55 2007-08-10 20:33

- Fixed missing icon on the File menu open item. (It got bored and decided to run away)

0 lines of code changed in:

sr55 2007-08-10 20:09

WinGui:
- Open item was missing from file menu. Now Fixed.

0 lines of code changed in:

sr55 2007-08-10 19:59

WinGui:
- Updated splash screen
- Horizontal scroll bar added to queue window.
- Few minor tweaks

0 lines of code changed in:

sr55 2007-08-08 23:55

WinGui:
- Some more tweaks to the presets menu.
- Border added to splash screen.
- Added a quick start tips window.
- Few other small UI tweaks

0 lines of code changed in:

dynaflash 2007-08-07 05:24

MacGui: Add Descriptive Tags to Frame Rate Drop Down
- 23.976 (NTSC Film)
- 25 (PAL Film/Video)
- 29.97 (NTSC Video)

22 lines of code changed in:

jbrjake 2007-08-06 22:12

Patch from eddyg for a much less cryptic hb_log message when DVDReadBlocks fails.

1 lines of code changed in:

jbrjake 2007-08-06 22:05

Display thread IDs in hb_log messages with %x instead of %d, so they aren't negative numbers in 32-bit Ubuntu (and maybe other places). Thanks for the suggestion, mr_cheese_.

3 lines of code changed in:

sr55 2007-08-04 17:00

WinGui:
- Readded a bit of code that was accidentally removed in the last commit.
- Removed some old error handling code that is no longer required.
- Set frmReadDVD to always display on top

0 lines of code changed in:

sr55 2007-08-04 16:50

WinGui:
- Initial place holders for new presets.
- Added a few more code regions.

0 lines of code changed in:

dynaflash 2007-08-03 15:54

MacGui: Send to MetaX upon completion preference initial implementation.
- Thanks Rodney (MetaX dev)!
- Default is off
- Upon completion of encode, if checked in prefs, HB will send the finished movie to MetaX for meta tagging.
- currently only sends a single encode. If using the queue, will send the last job in the queue only.
- In talking to Rodney some work might have to be done on the MetaX side if we ever want to be able to send an entire queue to MetaX all at once.

10 lines of code changed in:

jbrjake 2007-08-03 06:39

Tip: Never ever use the PPC include directory when building the Mac contribs.
Mac OS X contrib version ++ to 0017.
This'll fix anamorphic width on x86. Thanks to Ritsuka for isolating the problem and saintdev for explaining it to me in small words I could understand.

1 lines of code changed in:

sr55 2007-08-02 16:15

a makefile update for superdump's swscale stuff

32 lines of code changed in:

sr55 2007-08-02 14:48

Fixed issue with DownloadCygWinContribBinaries.sh

12 lines of code changed in:

sr55 2007-08-02 14:46

Updated Contrib pack to 008 for cygwin

12 lines of code changed in:

dynaflash 2007-08-02 13:52

MacGui: files I forgot to add on last commit

0 lines of code changed in:

dynaflash 2007-08-02 06:11

MacGui: Use Ritsuka's gear icon at the bottom of the preset drawer.
- Thanks Ritsuka!
- Replaces fugly "Make Default" and "Update" buttons
- Contains a contextual menu which currently contains "Make Default" and "Update Built-In Presets"

83 lines of code changed in:

jbrjake 2007-08-01 18:13

Implements libswscale in HandBrake, giving it Lanczos scaling! This major enhancement comes to us courtesy of superdump, who deserves much praise and glory. To make this work, ffmpeg's been updated to a recent revision.

Darwin contrib binary pack ++ to 0016. Includes fresh ffmpeg and libswscale as well as the recently-patched libmp4v2.

I've also added the configure option --disable-sdl to libmpeg2 in the contrib/Jamfile, because without it jam always fails for me and I'm sick of adding it in every time. Hopefully this doesn't break anything for anyone, but if it does it's just a one-word change.

187 lines of code changed in:

dynaflash 2007-08-01 16:55

MacGui: Fix broken progress bar when selecting a non existing row in the Presets NSTableView
- bug was introduced on a recent checkin.
- Thanks gbooker for the patch and bringing it to our attention!

1 lines of code changed in:

dynaflash 2007-08-01 01:57

MacGui: Deinterlace - fix bug where setting the deinterlace to none didnt show the interlacing in the picture preview.

1 lines of code changed in:

July 2007 »

Generated by StatSVN 0.3.0