summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: fix calculation of sync->gain_factor.Rodeo2012-09-291-1/+1
* libhb: remove unnecessary usage of hb_audio_remap.Rodeo2012-09-233-17/+1
* libhb: simplify calculation of sync->gain_factor.Rodeo2012-09-231-3/+1
* decpgssub: avoid dropping subtitles when we get broken timestamps.Rodeo2012-09-201-9/+24
* deca52: ignore mix levels when dowmixing to Lt/Rt.Rodeo2012-09-161-3/+14
* hb_audio_resample: remove unnecessary check.Rodeo2012-09-161-2/+1
* libhb: fix a collection of small memory leaksjstebbins2012-09-139-12/+39
* Revert temporary code that silences valgrind warningsjstebbins2012-09-121-2/+0
* libhb: fix potential invalid memory access in decomb (again)jstebbins2012-09-122-6/+17
* libhb: fix potential invalid memory access in decombjstebbins2012-09-121-50/+44
* libhb: learn to spell "dilate"jstebbins2012-09-111-1/+1
* libhb: fix logs for decomb threadsjstebbins2012-09-111-3/+3
* hb_apply_h264_level: return 1 in case of warnings and make return values > 0 ...Rodeo2012-09-111-11/+28
* hb_apply_h264_level: add a parameter to silence warnings.Rodeo2012-09-112-28/+36
* Revert a part of revision 4950 which was not in the ReviewBoard patch.Rodeo2012-09-111-1/+1
* libhb: handle overlapping timestamps betterjstebbins2012-09-111-0/+8
* libhb: Fix error when setting timestamps for bobbed frames in decombjstebbins2012-09-111-14/+6
* Remove contrib/ffmpeg/A02-png-sequences.patch.konablend2012-09-102-7/+24
* encx264: make hb_x264_encopt_synonyms two-dimensional instead of faking it.Rodeo2012-09-092-25/+25
* encx264: use less generic names for some stuff.Rodeo2012-09-092-11/+11
* hb_apply_h264_level() update & cleanup.Rodeo2012-09-092-120/+146
* Remove mingw+libmkv dependency on libiberty.konablend2012-09-081-1/+1
* Update Libav -> HandBrake colorimetry translation after http://git.libav.org/...Rodeo2012-09-071-8/+10
* Audio improvements.Rodeo2012-09-039-414/+636
* Move mixdown-> channel_layout/matrix_encoding translation to hb_audio_resampl...Rodeo2012-08-276-36/+44
* hb_audio_resample: move setters out of hb_audio_resample_update(), to dedicat...Rodeo2012-08-276-66/+117
* libhb: decomb and deinterlace improvementsjstebbins2012-08-277-1415/+1576
* Use a more direct workaround for the DTS-ES XCh decoding issue.Rodeo2012-08-261-12/+0
* Cosmetics.Rodeo2012-08-191-2/+2
* Remove unused code.Rodeo2012-08-191-15/+0
* Don't send empty audio packets downstream, as empty buffers are assumed to ma...Rodeo2012-08-152-2/+11
* declpcm: modify hdr2layout.Rodeo2012-08-151-3/+2
* Check the return code of hb_audio_resample_update(). This allows us to log an...Rodeo2012-08-153-11/+28
* Let's hope this is the last of my stupid deca52 hb_audio_resample support mis...Rodeo2012-08-151-0/+5
* Improve last commit. While the AC3 decoder doesn't use hb_ff_layout_xlat(), t...Rodeo2012-08-112-5/+5
* Fix a bug where we were attempting to downmix Dolby Surround (AV_CH_LAYOUT_ST...Rodeo2012-08-111-2/+6
* hb_audio_resample: when avresample_open() fails, log the error description.Rodeo2012-08-101-4/+9
* Restore the old hack that disables DTS-ES extension processing. We support 6....Rodeo2012-08-101-0/+12
* Encode log: indicate if audio->config.out.normalize_mix_level is enabled.Rodeo2012-08-021-0/+4
* Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...Rodeo2012-08-027-169/+200
* libhb: Allow control of audio mix normalizationjstebbins2012-08-017-12/+25
* Bump Libav to v0.8-2551-gc83f44d.Rodeo2012-07-301-3/+0
* 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-292-7/+8
* Introduce a negative HB_INVALID_AMIXDOWN.Rodeo2012-07-272-1/+3
* muxmkv: reset the output track configuration before adding each audio track, ...Rodeo2012-07-241-3/+2
* Only log the input bitrate if it's valid; some decoders (e.g. TrueHD) set it ...Rodeo2012-07-231-1/+7
* libhb: fix logging of container aspect in dvd.c and dvdnav.cjstebbins2012-07-222-2/+2