summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable threaded decoding for ProRes video sources.Rodeo2012-07-181-4/+1
* libhb: fix deinterlace fast green stripejstebbins2012-07-182-12/+15
* More fine grained progress statistics during subtitle scanjstebbins2012-07-182-30/+82
* hb_audio_remap: remove unneeded channel map.Rodeo2012-07-151-1/+0
* hb_audio_remap: remove unneeded channel map.Rodeo2012-07-151-16/+0
* Use libav for dts audio decoding instead of libdca jstebbins2012-07-1511-459/+19
* Change a few more hb_log() calls to hb_error(), and some cosmetics.Rodeo2012-07-152-33/+35
* Fix something John and I both missed.Rodeo2012-07-151-1/+1
* hb_audio_resample: libvaresample wrapper.Rodeo2012-07-155-331/+400
* decpgssub: simplify code (merge several if/else blocks).Rodeo2012-07-151-35/+27
* hb_audio_remap improvements.Rodeo2012-07-126-181/+268
* Cleanup after last commit: delete empty files, rename some patches.Rodeo2012-07-112-0/+0
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-1123-2168/+757
* libhb: fix hb_read_preview() when invalid index is passedjstebbins2012-07-111-0/+1
* libhb: fix problem reading previewjstebbins2012-07-101-2/+11
* libhb: fix comb detection crash and decomb crashjstebbins2012-07-064-34/+20
* libhb: fix live preview crash when generating preview while encodingjstebbins2012-07-031-11/+12
* libhb: fix unused variable warningjstebbins2012-07-021-1/+0
* Fix comparison (check if unsigned type is < 0). Not sure why I keep doing this.Rodeo2012-07-021-5/+9
* libhb: fix crop detectionjstebbins2012-06-301-17/+18
* encca_aac.c: oesc.mDataByteSize is signed.Rodeo2012-06-291-9/+9
* muxmkv: improve reliability of HE-AAC check when doing AAC Passthru.Rodeo2012-06-291-1/+1
* Fix hb_mixdown_get_discrete_channel_count for HB_AMIXDOWN_NONE (passthrough).Rodeo2012-06-272-8/+11
* encca_aac: tabs to spaces and miscellaneous cosmetics.Rodeo2012-06-261-44/+52
* encca_aac: chnage a variable type (should have been done in revision 3754).Rodeo2012-06-251-2/+2
* encca_aac: fix an issue where a valid output buffer would be dropped, causing...Rodeo2012-06-251-153/+175
* libhb: fix deinterlace fast problem with sources that have <mod8 alignmentjstebbins2012-06-258-86/+155
* fix stride in denoise filterjstebbins2012-06-231-4/+4
* last "fix" was flawed. try again :(jstebbins2012-06-221-3/+3