| Commit message (Expand) | Author | Age | Files | Lines |
* | fix more compiler warnings | jstebbins | 2012-05-26 | 1 | -2/+0 |
* | Foreign Audio Search: improve duplicate subtitle detection. | Rodeo | 2012-05-14 | 1 | -6/+8 |
* | Fix a couple Foreign Audio Search issues causes by the changes introduced in ... | Rodeo | 2012-05-14 | 1 | -9/+3 |
* | libhb: include subtitles in all passes. When doing 2-pass, we want to send th... | Rodeo | 2012-05-14 | 1 | -24/+13 |
* | Sorry, missed one. | Rodeo | 2012-05-12 | 1 | -2/+3 |
* | Further cleanup. | Rodeo | 2012-05-12 | 1 | -10/+10 |
* | Cleanup: merge two consecutive if( job->indepth_scan ) blocks. | Rodeo | 2012-05-12 | 1 | -18/+8 |
* | libhb: fix another filter initialization problem | jstebbins | 2012-05-07 | 1 | -1/+3 |
* | libhb: Fix problem with positions of burned-in subs | jstebbins | 2012-05-05 | 1 | -55/+1 |
* | libhb: fix problem with filter initialization | jstebbins | 2012-05-02 | 1 | -0/+1 |
* | Minor simplification. | Rodeo | 2012-05-01 | 1 | -2/+2 |
* | Simplify Foreign Audio Search code: | Rodeo | 2012-05-01 | 1 | -55/+75 |
* | PGS (bluray) subtitle support \o/ | jstebbins | 2012-04-26 | 1 | -110/+196 |
* | libhb: fix crash when subtitle render filter fails to initialize | jstebbins | 2012-04-15 | 1 | -3/+4 |
* | Revision 4546 lost a call to hb_set_anamorphic_size, which in turn called hb_... | Rodeo | 2012-04-10 | 1 | -7/+12 |
* | Activity Log: fix some typos and make indentation a bit more consistent. | Rodeo | 2012-03-31 | 1 | -1/+1 |
* | encx264: use x264_param_apply_fastfirstpass. | Rodeo | 2012-03-28 | 1 | -0/+8 |
* | Rework filter pipeline | jstebbins | 2012-03-27 | 1 | -114/+253 |
* | Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2... | Rodeo | 2012-03-24 | 1 | -4/+9 |
* | Add HB_INVALID_AUDIO_QUALITY define. -1 is valid for Vorbis VBR and thus does... | Rodeo | 2012-02-21 | 1 | -4/+4 |
* | Show P-to-P start and end times in activity log | jstebbins | 2011-11-26 | 1 | -2/+32 |
* | Allow vorbis quality to go down to -0.2 | jstebbins | 2011-10-31 | 1 | -3/+3 |
* | Add flac + quality + compression level support | jstebbins | 2011-10-12 | 1 | -55/+117 |
* | CLI: x264 preset, tuning, and profile support | jstebbins | 2011-10-02 | 1 | -0/+15 |
* | libhb: Auto Passthru and audio/video encoder lists. | Rodeo | 2011-09-19 | 1 | -56/+51 |
* | libhb: fix incorrect decrementing of audio->config.out.track; it starts at 1,... | Rodeo | 2011-09-09 | 1 | -5/+4 |
* | libhb: fix setting Libav codec private options | jstebbins | 2011-08-12 | 1 | -2/+7 |
* | libhb: allow changing colorimetry in x264 options | jstebbins | 2011-08-08 | 1 | -2/+2 |
* | add more audio passthru options | jstebbins | 2011-08-01 | 1 | -0/+2 |
* | libhb: fix or simplify several hacks involved with Libav support | jstebbins | 2011-07-27 | 1 | -42/+17 |
* | Add DTS-HD passthru \o/ | jstebbins | 2011-06-14 | 1 | -14/+22 |
* | libhb: add support for libav aac encoder (libhb only) | jstebbins | 2011-06-07 | 1 | -2/+15 |
* | libhb: fix crash when x264 fails to initialize | jstebbins | 2011-06-06 | 1 | -1/+1 |
* | Macgui: libhb, MacGUI: reflect the fact that DRC only applies to non-passthru... | dynaflash | 2011-05-19 | 1 | -1/+1 |
* | HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo. | sr55 | 2011-04-18 | 1 | -1/+20 |
* | Add audio gain adjustment to libhb and CLI | jstebbins | 2011-04-05 | 1 | -0/+4 |
* | Make logging of audio and subtitle id's more consistant | jstebbins | 2011-04-02 | 1 | -3/+3 |
* | Simplify a lot of subtitle handling code. | jstebbins | 2011-03-27 | 1 | -16/+0 |
* | Remove legacy % to RF mapping. | jstebbins | 2011-03-21 | 1 | -5/+1 |
* | Add mpeg-2 encoding support to libhb, cli, and lingui | jstebbins | 2011-03-19 | 1 | -5/+14 |
* | fix 2 pass cfr x264 crash | jstebbins | 2011-03-13 | 1 | -5/+1 |
* | Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoder | jstebbins | 2011-03-11 | 1 | -2/+2 |
* | make keyint match between 1st and 2nd passes of vfr and pfr encodes. | jstebbins | 2011-03-08 | 1 | -14/+31 |
* | Remove depreciated cpu count from the api | sr55 | 2011-02-26 | 1 | -9/+4 |
* | plug some memory leaks. | jstebbins | 2011-02-12 | 1 | -2/+14 |
* | fix ffmpeg multiple audio decode issue | jstebbins | 2011-01-17 | 1 | -30/+56 |
* | fix problem with large ssa subtitle batches stalling the pipeline. | jstebbins | 2011-01-15 | 1 | -1/+11 |
* | cli: allow setting modulus with ana-none | jstebbins | 2010-12-17 | 1 | -2/+2 |
* | prevent crash with strict ana and non-mod-2 dimensions. | jstebbins | 2010-12-17 | 1 | -0/+1 |
* | clean up crufty legacy code | jstebbins | 2010-10-23 | 1 | -18/+0 |