summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Add duration of the chapter to the chapters tab.sr552013-01-233-3/+16
* LinGui: fix ubuntu package dependencyjstebbins2013-01-231-1/+1
* Sync TrueHD channel order fix with Libav.Rodeo2013-01-222-41/+207
* Fix hb_apply_h264_level() after x264 bump.Rodeo2013-01-221-1/+1
* LinGui: Fix ubuntu nighly buildsjstebbins2013-01-225-0/+344
* contrib: update yasm to 1.2.0jstebbins2013-01-221-1/+1
* Bump x264 to r2245 bc13772.Rodeo2013-01-221-1/+1
* libhb: Fix issue with silence insertion when using FLAC encoderjstebbins2013-01-211-5/+20
* LinGui: Use gtk+ 3 in ubuntu 12.10 nightly buildsjstebbins2013-01-211-2/+2
* LinGui: Work around STUPID gtk3 file chooser bug :-\jstebbins2013-01-211-0/+14
* WinGui: Just some prototype code for safe keeping. Not currently used.sr552013-01-2012-8/+554
* WinGui: Couple UI tidyup'ssr552013-01-183-14/+11
* WinGui: Update advanced tab notice to be clearer.sr552013-01-182-0/+4
* WinGui: UI Tweaks.sr552013-01-1714-42/+406
* WinGui: Fix Allow Sleep option.sr552013-01-171-1/+1
* libav patch: fix silly error in dca resync patchjstebbins2013-01-171-7/+9
* Bump Libav to v9.1.Rodeo2013-01-167-42/+9
* MacGui: retain the current storage width and height and use it when unparsing...Rodeo2013-01-162-6/+17
* LinGui: Fix building with versions of gstreamer older than 0.10.33jstebbins2013-01-161-1/+1
* LinGui: Fix compatibility with GTK versions < 2.32jstebbins2013-01-154-17/+40
* LinGui: Add GTK+-3 supportjstebbins2013-01-1311-3856/+4674
* WinGui: Options screen refactoring.sr552013-01-1317-119/+333
* WinGui: Numerous bug fixes. Many around the automatic selection feature on th...sr552013-01-136-119/+117
* WinGui: Some Layout improvements to the Advanced tab to make it clearer what ...sr552013-01-113-185/+147
* WinGui: Couple of minor UI tweaks and new tooltips.sr552013-01-115-7/+69
* MacGui: free(NULL) is perfectly safe.Rodeo2013-01-061-10/+7
* MacGui: fAudioFallbackPopUp should be an NSPopUpButton.Rodeo2013-01-061-1/+1
* MacGui: fX264MediumPresetIndex is an index, not a pointer.Rodeo2013-01-061-1/+1
* CLI: fix AppleTV preset in ShowPresets().Rodeo2013-01-061-1/+1
* LinGui,CLI: change h.264 profile to high in AppleTV presetjstebbins2013-01-062-3/+3
* libiconv patch: disables building of preloadable shared libjstebbins2013-01-061-0/+106
* WinGui: Restore RF0 warning and Correctly show RF or QP depending on the vide...sr552013-01-065-5/+67
* 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