summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* pgssubs: fix pgs passthrujstebbins2014-04-061-2/+18
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-5/+14
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* Replace invaled timestamp flag "-1" with AV_NOPTSjstebbins2014-01-261-9/+9
* sync: fix previous commit.Rodeo2013-12-051-1/+1
* sync: find the AAC encoder by name.Rodeo2013-12-051-1/+1
* sync: use "drop video to sync" fallback also when audio encoding fails or we ...Rodeo2013-12-051-1/+9
* libhb: fix double hb_buffer_closejstebbins2013-10-281-1/+0
* libhb: Plug some leaks and clean up the buffer pool code a little.jstebbins2013-10-231-0/+14
* QSV: minor refactoring.Rodeo2013-09-151-6/+10
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-0/+44
* libhb: handle zero length EOF subtitle properlyjstebbins2013-07-061-3/+6
* libhb: fix a couple of problems with subtitle mergingjstebbins2013-07-061-11/+29
* libhb: improve handling of overlapping text subtitlesjstebbins2013-07-011-53/+177
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-10/+42
* libhb: fix hang that can occur under certain error conditionsjstebbins2013-06-161-4/+4
* sync: fall back to drop_video_to_sync when hb_avcodec_open() fails, instesd o...Rodeo2013-05-171-39/+41
* libhb: fix crash when EOF is found before first video framejstebbins2013-04-301-0/+1
* sync: fix a hang when the avcodec encoder for silence insertion fails to open.Rodeo2013-04-281-2/+3
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* libhb: Fix issue with silence insertion when using FLAC encoderjstebbins2013-01-211-5/+20
* Bump libav to v9_beta3.Rodeo2012-12-311-15/+8
* libhb: Fix a timing problem when rendering vobsubsjstebbins2012-12-081-8/+30
* libhb: fix generation of silence buffer for filling audio gapsjstebbins2012-11-211-1/+1
* Improve management of titles and jobsjstebbins2012-11-121-4/+3
* hb_ff_set_sample_fmt() improvements.Rodeo2012-10-171-4/+4
* libhb: fix calculation of sync->gain_factor.Rodeo2012-09-291-1/+1
* libhb: simplify calculation of sync->gain_factor.Rodeo2012-09-231-3/+1
* libhb: fix a collection of small memory leaksjstebbins2012-09-131-3/+8
* Don't send empty audio packets downstream, as empty buffers are assumed to ma...Rodeo2012-08-151-0/+7
* More fine grained progress statistics during subtitle scanjstebbins2012-07-181-0/+16
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-10/+26
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-38/+5
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-061-13/+11
* libhb: fix problem with incorrect addition of audio silencejstebbins2012-05-011-1/+9
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-4/+0
* libhb: fix estimated number of frames expectedjstebbins2012-04-111-2/+0
* Rework filter pipelinejstebbins2012-03-271-252/+73
* Fix corruption of buffer pools by render subsjstebbins2011-12-211-0/+4
* bump Libav from v0.7.1 to v0.7-1241-g5f3fb59jstebbins2011-10-151-1/+1
* add more audio passthru optionsjstebbins2011-08-011-66/+108
* Add DTS-HD passthru \o/jstebbins2011-06-141-3/+3
* libhb: fix problem with processing audio gaps in dts streamsjstebbins2011-06-121-1/+1
* libhb: clean up AVCodecContext initializationsjstebbins2011-06-101-1/+43
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-1/+1
* Fix a problem with overlapping vobsubsjstebbins2011-04-271-4/+26
* Fix a deadlock that can happen with p-to-p encodingjstebbins2011-04-101-1/+24
* Change internal audio representation rangejstebbins2011-04-081-2/+2
* Add audio gain adjustment to libhb and CLIjstebbins2011-04-051-41/+75