| Commit message (Expand) | Author | Age | Files | Lines |
* | WinGui: | sr55 | 2008-02-18 | 2 | -5/+12 |
* | Use 64-bit MP4 containers for the AppleTV preset, in case the 2500kb/s video ... | jbrjake | 2008-02-18 | 3 | -1/+25 |
* | Sanity check the input codec is AC3 when selecting AC3 pass through to avoid ... | eddyg | 2008-02-18 | 2 | -1/+10 |
* | WinGui: | sr55 | 2008-02-18 | 2 | -2/+2 |
* | WinGui: | sr55 | 2008-02-18 | 2 | -9/+19 |
* | MacGui: fix preset drawer so that the presets outline view expands down with ... | dynaflash | 2008-02-18 | 1 | -1962/+1974 |
* | MacGui: Make sure that mp4's using ac3 passthru whether by itself or in combi... | dynaflash | 2008-02-18 | 1 | -0/+9 |
* | Only store chapter markers separate from their buffers when doing VFR. | jbrjake | 2008-02-18 | 1 | -1/+1 |
* | Preset updates, including AC3 and AAC for ATV, less insane settings for some ... | jbrjake | 2008-02-18 | 3 | -29/+41 |
* | You know what I said in r1271 about not using the delay_queue except when VFR... | jbrjake | 2008-02-18 | 1 | -5/+1 |
* | Fix hb_log to truncate the message at the correct point, fixes 1244. | eddyg | 2008-02-18 | 1 | -1/+1 |
* | Only futz with frame durations at render-time when using VFR. | jbrjake | 2008-02-18 | 1 | -1/+1 |
* | Remove the transformation matrix, and use the width field of the tkhd atom to... | ritsuka | 2008-02-17 | 1 | -53/+2 |
* | MacGui: add HB_AMIXDOWN_AC3 to HB QueueController so it reports the new hybri... | dynaflash | 2008-02-17 | 1 | -2/+3 |
* | Signal anamorphic in the MP4 container though the pixel aspect atom as well a... | jbrjake | 2008-02-17 | 1 | -2/+13 |
* | Msc OS Contrib Binaries ++ to 0022, bringing to make builds the wonders of AC... | jbrjake | 2008-02-17 | 1 | -1/+1 |
* | macgui: change the human readable name for the dpl2 + ac3 hybrid from "DPLII ... | dynaflash | 2008-02-17 | 1 | -1/+1 |
* | MacGui: Fix DPL2 + AC3 mixdown crash if the input audio source is DTS | dynaflash | 2008-02-17 | 1 | -1/+1 |
* | Only show a line in the log for filters if there are any, only show a line fo... | jbrjake | 2008-02-16 | 1 | -2/+2 |
* | WinGui: | sr55 | 2008-02-16 | 5 | -27/+43 |
* | MacGui: Change aac/ ac3 hybrid to utilize the codecs popup and only offer one... | dynaflash | 2008-02-16 | 2 | -1960/+1977 |
* | Fixes crashes with 2-pass when b-frames are enabled, by only using the delay_... | jbrjake | 2008-02-16 | 1 | -2/+10 |
* | Adds another safeguard to ensure AC3 pass-thru uses a 48khz sample rate. | jbrjake | 2008-02-16 | 1 | -0/+7 |
* | Mcdeint is broken, so avoid using it as a deinterlacer. No more "Slowest," "S... | jbrjake | 2008-02-16 | 3 | -28/+30 |
* | Wires up the CLI for doing AAC and AC3 at the same time, with a new audio enc... | jbrjake | 2008-02-16 | 1 | -3/+34 |
* | Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for... | eddyg | 2008-02-16 | 7 | -17/+116 |
* | Allow multiple output audio tracks from a single DVD audio track. | eddyg | 2008-02-15 | 2 | -16/+53 |
* | Always use a sample rate of 48000hz for AC3. | jbrjake | 2008-02-14 | 1 | -0/+3 |
* | WinGui: | sr55 | 2008-02-14 | 1 | -0/+14 |
* | Reverts 1262, since, duh, sample size != sample duration. | jbrjake | 2008-02-14 | 1 | -1/+1 |
* | Calculate AC3-in-M4V frame sizes based on channel count instead of always usi... | jbrjake | 2008-02-14 | 1 | -1/+1 |
* | AC3 from DVD via HB converted to M4V for viewing on ATV | eddyg | 2008-02-14 | 4 | -8/+372 |
* | WinGui: | sr55 | 2008-02-13 | 8 | -104/+14 |
* | MacGui: remove the preference to turn off verbose output in the activity window. | dynaflash | 2008-02-13 | 3 | -503/+432 |
* | Update x264 to revision 736 and update the vbv 2 pass patch by Gabriel Bouvig... | dynaflash | 2008-02-12 | 2 | -52/+40 |
* | When x264 outputs frames as references for b-frame pyramids, flag them as suc... | jbrjake | 2008-02-12 | 1 | -1/+5 |
* | Refer to transitions in the presence-or-lack-thereof of progressive flags on ... | jbrjake | 2008-02-12 | 1 | -2/+2 |
* | Removes unused variable (and gets rid of the compile warning for it). Change ... | jbrjake | 2008-02-12 | 1 | -1/+0 |
* | Use proper fourcc code of FMP4 for ffmpeg MPEG-4 video, instead of identifyin... | jbrjake | 2008-02-10 | 1 | -2/+2 |
* | - More robust stream duration estimation: take 16 (position,pts) samples then... | van | 2008-02-09 | 1 | -28/+100 |
* | MacGui: fix picture sizing issue in presets where creating a preset using an ... | dynaflash | 2008-02-07 | 1 | -2/+13 |
* | MacGui: Add the Forced subtitles checkbox to custom user presets | dynaflash | 2008-02-07 | 1 | -0/+5 |
* | - correct the way that output timestamps are generated so that VFR will work ... | van | 2008-02-04 | 1 | -27/+73 |
* | Variable frame rate improvements. | jbrjake | 2008-02-04 | 2 | -43/+126 |
* | Add patches to the xvid and mpeg4ip configure scripts for nasm 2.00. | saintdev | 2008-02-04 | 3 | -0/+26 |
* | Remove the seperate action for mpeg4ip on cygwin from the contrib | saintdev | 2008-02-04 | 1 | -28/+15 |
* | Revert "Cygwin: Patches for xvid and mpeg4ip Updated to work with new nasm 2.... | saintdev | 2008-02-04 | 2 | -338/+296 |
* | WinGui: | sr55 | 2008-02-02 | 7 | -56/+102 |
* | Double hb_log() max line length to avoid truncation of x264 options in display. | eddyg | 2008-01-31 | 1 | -1/+1 |
* | MacGUI: Revert a part of the previous commit. | ritsuka | 2008-01-30 | 1 | -1/+1 |