summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization of hb_job_t.pfr_vrate(_base).Rodeo2012-10-271-0/+4
* libhb: fix a collection of small memory leaksjstebbins2012-09-131-2/+2
* Audio improvements.Rodeo2012-09-031-37/+39
* Encode log: indicate if audio->config.out.normalize_mix_level is enabled.Rodeo2012-08-021-0/+4
* work: simplify & optimize.Rodeo2012-07-291-47/+38
* work: indentation and miscellaneous cosmetics.Rodeo2012-07-291-181/+182
* work: don't sanitize output bitrate etc. for passthrough audio.Rodeo2012-07-291-11/+15
* Use HB_INVALID_AMIXDOWN and HB_AMIXDOWN_NONE where applicable.Rodeo2012-07-291-4/+5
* Only log the input bitrate if it's valid; some decoders (e.g. TrueHD) set it ...Rodeo2012-07-231-1/+7
* Use libav for dts audio decoding instead of libdca jstebbins2012-07-151-6/+1
* Remove encca_haac_available(). It's no longer needed since we dropped support...Rodeo2012-06-201-35/+26
* Fix Foreign Audio Search bug introduced in revision 4677.Rodeo2012-06-171-1/+11
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* fix more compiler warningsjstebbins2012-05-261-2/+0
* Foreign Audio Search: improve duplicate subtitle detection.Rodeo2012-05-141-6/+8
* Fix a couple Foreign Audio Search issues causes by the changes introduced in ...Rodeo2012-05-141-9/+3
* libhb: include subtitles in all passes. When doing 2-pass, we want to send th...Rodeo2012-05-141-24/+13
* Sorry, missed one.Rodeo2012-05-121-2/+3
* Further cleanup.Rodeo2012-05-121-10/+10
* Cleanup: merge two consecutive if( job->indepth_scan ) blocks.Rodeo2012-05-121-18/+8
* libhb: fix another filter initialization problemjstebbins2012-05-071-1/+3
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-051-55/+1
* libhb: fix problem with filter initializationjstebbins2012-05-021-0/+1
* Minor simplification.Rodeo2012-05-011-2/+2
* Simplify Foreign Audio Search code:Rodeo2012-05-011-55/+75
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-110/+196
* libhb: fix crash when subtitle render filter fails to initializejstebbins2012-04-151-3/+4
* Revision 4546 lost a call to hb_set_anamorphic_size, which in turn called hb_...Rodeo2012-04-101-7/+12
* Activity Log: fix some typos and make indentation a bit more consistent.Rodeo2012-03-311-1/+1
* encx264: use x264_param_apply_fastfirstpass.Rodeo2012-03-281-0/+8
* Rework filter pipelinejstebbins2012-03-271-114/+253
* Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2...Rodeo2012-03-241-4/+9
* Add HB_INVALID_AUDIO_QUALITY define. -1 is valid for Vorbis VBR and thus does...Rodeo2012-02-211-4/+4
* Show P-to-P start and end times in activity logjstebbins2011-11-261-2/+32
* Allow vorbis quality to go down to -0.2jstebbins2011-10-311-3/+3
* Add flac + quality + compression level supportjstebbins2011-10-121-55/+117
* CLI: x264 preset, tuning, and profile supportjstebbins2011-10-021-0/+15
* libhb: Auto Passthru and audio/video encoder lists.Rodeo2011-09-191-56/+51
* libhb: fix incorrect decrementing of audio->config.out.track; it starts at 1,...Rodeo2011-09-091-5/+4
* libhb: fix setting Libav codec private optionsjstebbins2011-08-121-2/+7
* libhb: allow changing colorimetry in x264 optionsjstebbins2011-08-081-2/+2
* add more audio passthru optionsjstebbins2011-08-011-0/+2
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-42/+17
* Add DTS-HD passthru \o/jstebbins2011-06-141-14/+22
* libhb: add support for libav aac encoder (libhb only)jstebbins2011-06-071-2/+15
* libhb: fix crash when x264 fails to initializejstebbins2011-06-061-1/+1
* Macgui: libhb, MacGUI: reflect the fact that DRC only applies to non-passthru...dynaflash2011-05-191-1/+1
* HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.sr552011-04-181-1/+20
* Add audio gain adjustment to libhb and CLIjstebbins2011-04-051-0/+4
* Make logging of audio and subtitle id's more consistantjstebbins2011-04-021-3/+3