| Commit message (Expand) | Author | Age | Files | Lines |
* | Handbrake Toolbar Icons by Nik Pawlak ([email protected], @nikpawlak, http... | sr55 | 2012-08-20 | 24 | -0/+12 |
* | WinGui: Setup properties for the HandBrake.Server app. | sr55 | 2012-08-19 | 2 | -3/+11 |
* | WinGui: Prototype of process isolation support (to be used for libhb when thi... | sr55 | 2012-08-19 | 21 | -36/+1160 |
* | Cosmetics. | Rodeo | 2012-08-19 | 1 | -2/+2 |
* | Remove unused code. | Rodeo | 2012-08-19 | 1 | -15/+0 |
* | gfx: New Application Icon (Photoshop PSD and various sizes of png files) by M... | sr55 | 2012-08-18 | 9 | -0/+4 |
* | WinGui: Fixes to the Advanced Panel (8x8t and ref) and Picture Panel (Further... | sr55 | 2012-08-15 | 4 | -28/+35 |
* | Don't send empty audio packets downstream, as empty buffers are assumed to ma... | Rodeo | 2012-08-15 | 2 | -2/+11 |
* | declpcm: modify hdr2layout. | Rodeo | 2012-08-15 | 1 | -3/+2 |
* | Check the return code of hb_audio_resample_update(). This allows us to log an... | Rodeo | 2012-08-15 | 3 | -11/+28 |
* | Let's hope this is the last of my stupid deca52 hb_audio_resample support mis... | Rodeo | 2012-08-15 | 1 | -0/+5 |
* | WinGui: Picture settings MaxWidth/Height fixes | sr55 | 2012-08-13 | 1 | -4/+4 |
* | Interop: Some refactoring, exposing list of video encoders, fixed const value... | randomengy | 2012-08-12 | 5 | -297/+344 |
* | WinGui: Highlight the default preset in italics. | sr55 | 2012-08-12 | 3 | -21/+56 |
* | Improve last commit. While the AC3 decoder doesn't use hb_ff_layout_xlat(), t... | Rodeo | 2012-08-11 | 2 | -5/+5 |
* | Fix a bug where we were attempting to downmix Dolby Surround (AV_CH_LAYOUT_ST... | Rodeo | 2012-08-11 | 1 | -2/+6 |
* | hb_audio_resample: when avresample_open() fails, log the error description. | Rodeo | 2012-08-10 | 1 | -4/+9 |
* | Restore the old hack that disables DTS-ES extension processing. We support 6.... | Rodeo | 2012-08-10 | 1 | -0/+12 |
* | WinGui: --subtitle-burn -> should be burned | sr55 | 2012-08-08 | 2 | -2/+2 |
* | Update the NEWS file | sr55 | 2012-08-05 | 1 | -0/+10 |
* | Add the readable copy of the MinGW doc file | sr55 | 2012-08-05 | 1 | -0/+484 |
* | MinGW doc updates | sr55 | 2012-08-05 | 1 | -2/+5 |
* | Remove Cygwin from the docs folder and add mingw | sr55 | 2012-08-05 | 4 | -492/+10 |
* | WinGui: Add Audio Track Name option back in. For now, I've used a toggle butt... | sr55 | 2012-08-05 | 3 | -19/+91 |
* | WinGui: Improvements in the options screen layout | sr55 | 2012-08-04 | 1 | -15/+9 |
* | WinGui: Added a right click menu for the Audio, Subtitles and Chapters tabs w... | sr55 | 2012-08-04 | 6 | -85/+174 |
* | Encode log: indicate if audio->config.out.normalize_mix_level is enabled. | Rodeo | 2012-08-02 | 1 | -0/+4 |
* | build system: enforce an order to applying contrib patches | jstebbins | 2012-08-02 | 1 | -2/+2 |
* | Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib... | Rodeo | 2012-08-02 | 11 | -304/+376 |
* | libhb: Allow control of audio mix normalization | jstebbins | 2012-08-01 | 9 | -12/+112 |
* | Bump Libav to v0.8-2551-gc83f44d. | Rodeo | 2012-07-30 | 2 | -10/+5 |
* | work: simplify & optimize. | Rodeo | 2012-07-29 | 1 | -47/+38 |
* | work: indentation and miscellaneous cosmetics. | Rodeo | 2012-07-29 | 1 | -181/+182 |
* | work: don't sanitize output bitrate etc. for passthrough audio. | Rodeo | 2012-07-29 | 1 | -11/+15 |
* | Use HB_INVALID_AMIXDOWN and HB_AMIXDOWN_NONE where applicable. | Rodeo | 2012-07-29 | 4 | -10/+11 |
* | Introduce a negative HB_INVALID_AMIXDOWN. | Rodeo | 2012-07-27 | 2 | -1/+3 |
* | WinGui: Couple more Picture Settings Tab bug fixes. Note: Still a few more is... | sr55 | 2012-07-25 | 1 | -1/+6 |
* | WinGui: Don't set -X or -Y for the CLI Query. The UI handles Max Width / Height. | sr55 | 2012-07-25 | 1 | -2/+2 |
* | muxmkv: reset the output track configuration before adding each audio track, ... | Rodeo | 2012-07-24 | 1 | -3/+2 |
* | WinGui: Couple UI tweaks and better text rendering throughout the app since n... | sr55 | 2012-07-23 | 7 | -10/+20 |
* | WinGui: Fix up the Audio Passthru selection options. | sr55 | 2012-07-23 | 7 | -45/+172 |
* | WinGui: Fix a possible crash after scanning a source. | sr55 | 2012-07-23 | 4 | -136/+9 |
* | Only log the input bitrate if it's valid; some decoders (e.g. TrueHD) set it ... | Rodeo | 2012-07-23 | 1 | -1/+7 |
* | libhb: fix logging of container aspect in dvd.c and dvdnav.c | jstebbins | 2012-07-22 | 2 | -2/+2 |
* | WinGui: Move some stuff around in the services library and refactor out some ... | sr55 | 2012-07-20 | 34 | -103/+74 |
* | WinGui: Array of fixes and changes | sr55 | 2012-07-20 | 10 | -27/+199 |
* | Enable threaded decoding for ProRes video sources. | Rodeo | 2012-07-18 | 1 | -4/+1 |
* | libhb: fix deinterlace fast green stripe | jstebbins | 2012-07-18 | 2 | -12/+15 |
* | More fine grained progress statistics during subtitle scan | jstebbins | 2012-07-18 | 3 | -33/+94 |
* | LinGui: Fix preset import of new framerates | jstebbins | 2012-07-17 | 2 | -7/+23 |