summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-0/+1
* mux: fix format of ssa preamblejstebbins2014-12-161-11/+12
* json: fix building with qsv enabled.jstebbins2014-12-166-51/+68
* json: add json APIsjstebbins2014-12-1638-743/+1765
* sync: fix another issue with overlapping ssa subtitle translation to tx3gjstebbins2014-12-151-7/+15
* scan: potential fix for missing audio tracksjstebbins2014-12-121-2/+4
* decsrtsub: fix incorrect usage of strncatjstebbins2014-12-101-1/+1
* contrib: build and link new jansson libjstebbins2014-12-051-5/+5
* sync: fix dropping of subtitles caused by my previous commitjstebbins2014-12-051-0/+4
* sync: fix a problem with overlapping ssa in mp4jstebbins2014-12-041-0/+11
* scan: eliminate duplicate activity log stream infojstebbins2014-11-171-2/+2
* deccc608sub: fix positioning of popup CCsjstebbins2014-11-101-1/+1
* libhb: enable crc checking of audio streams during audio parameter probejstebbins2014-11-051-2/+7
* libhb: fix p-to-p start for some streamsjstebbins2014-11-051-18/+21
* deccc608sub: fix writing outside bufferjstebbins2014-10-301-0/+15
* fifo: add code (ifdef'd out) to assist with finding buffer leaksjstebbins2014-10-301-0/+33
* param: fix compiler warningjstebbins2014-10-301-1/+1
* muxcommon: fix bitvec leakjstebbins2014-10-301-0/+1
* sync: fix subtitle buffer leakjstebbins2014-10-301-0/+5
* decavcodec: fix a 4 byte overread of extradata by libavjstebbins2014-10-291-1/+2
* decpgssub: make sure all packets get marked as subtitle framesjstebbins2014-10-291-1/+1
* libhb: improve CC detectionjstebbins2014-10-281-7/+15
* libhb: fix blinking of rendered closed captionsjstebbins2014-10-221-5/+16
* libhb: fix CC roll-ups that move around the screenjstebbins2014-10-221-0/+102
* libhb: Add filter parameter validation.bradleys2014-10-152-5/+72
* contrib: Add libgnurx to provide POSIX regex on Windows.bradleys2014-10-151-1/+7
* ilibhb: Fix reading from DVDISO files with non-ASCII filenames on Windowsjstebbins2014-10-132-8/+33
* libhb: improve preview generateion when there are no IDRsjstebbins2014-10-024-5/+42
* libhb: simplify avcodec extradata parsingjstebbins2014-10-021-75/+21
* deccc608: fix rollup style CC problemsjstebbins2014-09-262-37/+38
* rendersub: fix *very* occasional blinking subtitle textjstebbins2014-09-161-1/+1
* libhb: fix utf8/srt sub line ending parsingjstebbins2014-09-151-1/+11
* libhb: re-enable vobsub in mp4 supportjstebbins2014-09-131-0/+1
* libhb: thread nlmeans filterjstebbins2014-09-093-218/+449
* libhb: fix scanning of video that is a single GOPjstebbins2014-09-092-29/+52
* libhb: fix CC text attributesjstebbins2014-09-082-16/+25
* libhb: plug memory leaksjstebbins2014-09-053-0/+5
* libhb: fix setting thread_count for libav encodingjstebbins2014-09-041-3/+1
* libhb: fix mp4 optimizejstebbins2014-09-011-2/+3
* libhb: don't set duration of PGS subtitlesjstebbins2014-08-301-2/+4
* libhb: add gpl v2 copyright message do deccc608subjstebbins2014-08-292-0/+18
* libhb: fix small error in "empty" mp4 subtitle durationjstebbins2014-08-271-3/+1
* libhb: fix tx3g styles when the entire line is one stylejstebbins2014-08-271-2/+12
* libhb: fix merging of ssa subtitlesjstebbins2014-08-271-6/+34
* libhb: remove emptry tx3g subtitlesjstebbins2014-08-271-3/+12
* libhb: fix stop time of subtitlesjstebbins2014-08-271-0/+4
* CLI: fix dimensions problem when both width and height are specifiedjstebbins2014-08-272-13/+12
* x265: enable 2-pass ABR encodingjstebbins2014-08-262-23/+50
* libhb: fix accumulating rounding error in CoreAudio timestampsjstebbins2014-08-261-4/+5
* muxavformat: Fix muxing of AAC that is missing extradatajstebbins2014-08-201-26/+32