summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Fix AllowSleep option. Port the Numeric Stepper control from Vidcoder...sr552013-01-067-28/+1002
* CLI: fix previous commit. free(NULL) is perfectly safe.Rodeo2013-01-061-19/+19
* CLI: check against NULL before freeing.Rodeo2013-01-061-31/+32
* LinGui: fix issue with FLAC24 fallbackjstebbins2013-01-061-23/+1
* libhb: fix audio sync regression with DVDsjstebbins2013-01-061-6/+25
* libhb: handle incorrect stuffing in transport streamsjstebbins2013-01-061-1/+7
* Fix dts-hd regressionjstebbins2013-01-061-26/+60
* LinGui: silence some compiler warningsjstebbins2013-01-051-2/+2
* CLI: fix warning.Rodeo2013-01-041-10/+8
* hb_rate_s, hb_mixdown_s, hb_encoder_s: use const char * instead of char *Rodeo2013-01-043-12/+13
* CLI: help: print per-encoder default mixdown dynamically.Rodeo2013-01-041-8/+14
* CLI: avoid an #fidef.Rodeo2013-01-042-5/+2
* CLI: use hb_get_default_audio_encoder().Rodeo2013-01-041-26/+28
* libhb: add hb_get_default_audio_encoder().Rodeo2013-01-042-7/+14
* CLI: fix logging of the default mixdown in --help.Rodeo2013-01-041-12/+17
* common.h: cosmetics.Rodeo2013-01-041-20/+23
* LinGui: fix selection of mixdown when using fallback audio encoderjstebbins2013-01-031-0/+4
* LinGui: build preset import/export tables from hb_encoder_t tablesjstebbins2013-01-031-36/+53
* build system: update config.guessjstebbins2013-01-031-123/+159
* libav: solaris build fixesjstebbins2013-01-031-1/+6
* MacGui: fix queue editing after adding the x264 preset system.Rodeo2013-01-031-5/+24
* MacGui: cosmetics.Rodeo2013-01-031-6/+6
* MacGui: add getters and setter for x264 preset system.Rodeo2013-01-032-221/+273
* FLAC: add 24-bit encoding.Rodeo2013-01-025-17/+35
* libav patch: fix dts audio bitstream desync when frame size changesjstebbins2013-01-021-0/+37
* MacGui: fix memory leak, more refactoring, bugfixes.Rodeo2013-01-022-72/+87
* MacGui: more refactoring, bugfixes.Rodeo2013-01-023-189/+191
* MacGui: fix fx264UseAdvancedOptionsCheck (hopefully).Rodeo2013-01-023-10/+16
* MacGui: code refactoring (x264 preset system).Rodeo2013-01-022-129/+117
* MacGui: fix preset import/export with the x264 system.Rodeo2013-01-021-84/+65
* libhb: fix a problem with BD audio track detectionjstebbins2013-01-011-0/+3
* MacGui: Initial x264 presets implementation.dynaflash2013-01-015-252/+1940
* LinGui: filter out high444 from h264 profilesjstebbins2012-12-312-1/+10
* Bump libav to v9_beta3.Rodeo2012-12-3134-459/+363
* WinGui: Removed High444, use auto instead.sr552012-12-312-5/+5
* WinGui: Increase the size of the cropping numeric boxes and change their bind...sr552012-12-311-4/+4
* WinGui: Missed a place for removing High10 and 422sr552012-12-311-4/+4
* WinGui: Bump copyright date.sr552012-12-315-5/+5
* WinGui: Remove High10 and High422 options.sr552012-12-311-4/+4
* LinGui: filter out x264 profiles high10 and high422jstebbins2012-12-301-0/+8
* LinGui: Update copyright datesjstebbins2012-12-3021-22/+22
* WinGui: Add the plist keys and fix numerous bugs in the x264 preset/tune/prof...sr552012-12-297-8/+85
* LinGui: preset import/export robustnessjstebbins2012-12-281-0/+10
* WinGui: Initial work to implement x264 Preset/Tune/Profile/Level options in-gui.sr552012-12-2825-221/+732
* lingui: convert tabs to spacesjstebbins2012-12-2748-24781/+24781
* update presets for lingui and CLIjstebbins2012-12-273-441/+437
* LinGui: add x264 preset/tune/profile/level supportjstebbins2012-12-2715-419/+1399
* WinGui: Default the textboxes for Seconds and Frames to sensible values.sr552012-12-271-1/+23
* WinGui: Improved handling of preview filename generation and fixed the second...sr552012-12-273-18/+22
* libhb: prevent segfault when opening mp4 file fails.jstebbins2012-12-261-113/+116