| Commit message (Expand) | Author | Age | Files | Lines |
* | libhb: fix audio sync regression with DVDs | jstebbins | 2013-01-06 | 1 | -6/+25 |
* | libhb: handle incorrect stuffing in transport streams | jstebbins | 2013-01-06 | 1 | -1/+7 |
* | hb_rate_s, hb_mixdown_s, hb_encoder_s: use const char * instead of char * | Rodeo | 2013-01-04 | 2 | -11/+12 |
* | CLI: avoid an #fidef. | Rodeo | 2013-01-04 | 1 | -0/+1 |
* | libhb: add hb_get_default_audio_encoder(). | Rodeo | 2013-01-04 | 2 | -7/+14 |
* | common.h: cosmetics. | Rodeo | 2013-01-04 | 1 | -20/+23 |
* | FLAC: add 24-bit encoding. | Rodeo | 2013-01-02 | 5 | -17/+35 |
* | libhb: fix a problem with BD audio track detection | jstebbins | 2013-01-01 | 1 | -0/+3 |
* | Bump libav to v9_beta3. | Rodeo | 2012-12-31 | 24 | -278/+302 |
* | LinGui: add x264 preset/tune/profile/level support | jstebbins | 2012-12-27 | 5 | -0/+58 |
* | libhb: prevent segfault when opening mp4 file fails. | jstebbins | 2012-12-26 | 1 | -113/+116 |
* | hb_x264_param_unparse: cosmetics. | Rodeo | 2012-12-20 | 1 | -1/+1 |
* | hb_x264_param_unparse: unset a few options that have no effect in the advance... | Rodeo | 2012-12-20 | 1 | -1/+21 |
* | hb_apply_h264_level: cosmetics, change the meaning of the last parameter (be_... | Rodeo | 2012-12-20 | 2 | -10/+10 |
* | fix mac ui scaling problem after performing live preview encode | jstebbins | 2012-12-17 | 1 | -1/+36 |
* | fix some crashes in the macui | jstebbins | 2012-12-12 | 2 | -0/+3 |
* | libhb: refactor job initialization and cleanup | jstebbins | 2012-12-09 | 2 | -97/+77 |
* | libhb: fix hb_dict_next() when dict is empty | jstebbins | 2012-12-09 | 1 | -2/+2 |
* | encx264: raise qpmin to 4. 3 has been found to fail on real sources. | Rodeo | 2012-12-09 | 1 | -3/+5 |
* | libhb: Fix a timing problem when rendering vobsubs | jstebbins | 2012-12-08 | 2 | -11/+41 |
* | libhb: fix eedi2 crash in decomb | jstebbins | 2012-11-30 | 1 | -1/+0 |
* | hb_x264_param_unparse(): fix typo. | Rodeo | 2012-11-27 | 1 | -1/+1 |
* | libhb: fix memory consumption problem | jstebbins | 2012-11-26 | 1 | -2/+2 |
* | libhb: fix generation of silence buffer for filling audio gaps | jstebbins | 2012-11-21 | 1 | -1/+1 |
* | muxmkv: don't write the last chapter marker if it is shorter than 3/2 second. | Rodeo | 2012-11-21 | 1 | -43/+45 |
* | hb_audio_remap: protect against invalid channel layouts. | Rodeo | 2012-11-21 | 4 | -7/+18 |
* | Improve support for planar audio. | Rodeo | 2012-11-21 | 9 | -172/+311 |
* | libhb: fix BD encoding | jstebbins | 2012-11-20 | 2 | -11/+16 |
* | hb_apply_h264_level: miscellaneous cosmetics. | Rodeo | 2012-11-12 | 2 | -33/+66 |
* | hb_x264_param_unparse: miscellaneous cosmetics. | Rodeo | 2012-11-12 | 2 | -307/+329 |
* | hb_x264_param_unparse: returns a complete x264 encopts string from a preset/t... | Rodeo | 2012-11-12 | 3 | -3/+630 |
* | Improve management of titles and jobs | jstebbins | 2012-11-12 | 21 | -583/+1253 |
* | Add a utility function to check whether an H.264 level can be used given the ... | Rodeo | 2012-11-05 | 2 | -0/+30 |
* | encx264: revert part of revision 4944. | Rodeo | 2012-11-05 | 2 | -25/+21 |
* | encavcodecaudio: cosmetics. | Rodeo | 2012-10-27 | 1 | -3/+3 |
* | declpcm: remove an unnecessary instruction. | Rodeo | 2012-10-27 | 1 | -8/+6 |
* | Fix initialization of hb_job_t.pfr_vrate(_base). | Rodeo | 2012-10-27 | 3 | -0/+8 |
* | deca52: avoid repeated alloc/free by re-using a fixed-size buffer. | Rodeo | 2012-10-26 | 1 | -7/+3 |
* | deca52: remove an unnecessary instruction. | Rodeo | 2012-10-26 | 1 | -8/+6 |
* | deca52: cleanup. | Rodeo | 2012-10-26 | 1 | -25/+33 |
* | hb_audio_remap improvements: | Rodeo | 2012-10-20 | 6 | -114/+197 |
* | Bump libbluray to version 0.2.3. | Rodeo | 2012-10-20 | 1 | -2/+2 |
* | hb_ff_set_sample_fmt() improvements. | Rodeo | 2012-10-17 | 5 | -24/+48 |
* | libhb: Fix crash found on some dvd's | jstebbins | 2012-10-13 | 2 | -36/+74 |
* | libhb: fix calculation of sync->gain_factor. | Rodeo | 2012-09-29 | 1 | -1/+1 |
* | libhb: remove unnecessary usage of hb_audio_remap. | Rodeo | 2012-09-23 | 3 | -17/+1 |
* | libhb: simplify calculation of sync->gain_factor. | Rodeo | 2012-09-23 | 1 | -3/+1 |
* | decpgssub: avoid dropping subtitles when we get broken timestamps. | Rodeo | 2012-09-20 | 1 | -9/+24 |
* | deca52: ignore mix levels when dowmixing to Lt/Rt. | Rodeo | 2012-09-16 | 1 | -3/+14 |
* | hb_audio_resample: remove unnecessary check. | Rodeo | 2012-09-16 | 1 | -2/+1 |