summaryrefslogtreecommitdiffstats
path: root/libhb/muxcommon.c
Commit message (Expand)AuthorAgeFilesLines
* Update year to 2015.bradleys2015-02-011-1/+1
* json: add json APIsjstebbins2014-12-161-1/+1
* muxcommon: fix bitvec leakjstebbins2014-10-301-0/+1
* libhb: plug memory leaksjstebbins2014-09-051-0/+1
* libhb: fix tx3g styles when the entire line is one stylejstebbins2014-08-271-2/+12
* build: remove mp4v2 and libmkv dependenciesjstebbins2014-08-181-12/+0
* mux: fix problems created by >32 track limit patchjstebbins2014-05-141-14/+12
* mux: eliminate 32 track limitjstebbins2014-05-111-35/+191
* Convert all text subtitles to ASS subsjstebbins2014-04-131-218/+128
* x265: enable MP4 and Matroska muxing.Rodeo2014-03-131-4/+0
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* x265: misc. container-related fixes.Rodeo2014-02-121-1/+1
* Initial x265 integration. Patch by Zhang Zhiqiang. Thanks!Rodeo2014-02-101-0/+4
* RB626: return code support addedmaxd2013-11-051-0/+1
* libhb: make libhb internal character code utf8jstebbins2013-09-221-2/+2
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-2/+254
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Improve management of titles and jobsjstebbins2012-11-121-5/+4
* Updated file copyright / GPL headerssr552012-06-151-4/+6
* Rework filter pipelinejstebbins2012-03-271-3/+3
* Fix interleaving of subtitles in muxerjstebbins2011-11-141-8/+16
* Remove legacy % to RF mapping.jstebbins2011-03-211-1/+1
* clean up crufty legacy codejstebbins2010-10-231-8/+0
* fix another hang in the muxer.jstebbins2010-10-031-1/+2
* fix a rare hang in the muxer.jstebbins2010-09-131-1/+7
* Fix muxing problem with certain sources/settingsjstebbins2010-08-311-14/+15
* guard against excessive memory consumption in the muxer betterjstebbins2010-06-201-0/+22
* fix fps logging when there is no audio track.jstebbins2010-04-221-6/+13
* fix silence insertion problem in audio sync and pipeline stall problemjstebbins2010-04-031-2/+5
* fix sporadic incorrect bitrate calculation of muxed tracksjstebbins2010-03-271-1/+2
* reduce mux interleave threshold more to prevent out of memory situationsjstebbins2010-03-191-1/+1
* put a limit on how many buffers the muxer will cache when it isjstebbins2010-02-091-4/+11
* use DTS generated by x264 when computing duration and offset in muxmp4jstebbins2010-02-061-1/+0
* Only display mux stats oncejstebbins2009-12-101-42/+42
* fix buffer leak during indepth scan jstebbins2009-12-081-0/+6
* Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...jstebbins2009-12-051-163/+257
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-3/+3
* Format cleanup.konablend2009-06-251-2/+1
* softsubtitles:jstebbins2009-06-021-1/+1
* Another subtitle muxing fix: Don't check the rdy bit before calling OutputTra...van2009-05-111-18/+14
* Fix another subtitle interleaving botch - for mkv's we want the subtitle in t...van2009-05-091-8/+8
* subtitle muxing: jstebbins2009-05-061-0/+8
* Fix several boneheaded mistakes in fifo ready logic.van2009-05-061-13/+16
* fix mkv muxing. eddyg forgot to add a break in a switch he modified.jstebbins2009-05-041-0/+1
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-041-20/+32
* - Get rid of deadlock that would halt processing some mkv files.van2009-04-211-90/+224
* After discussion with eddyg, extending verbose logging level 2 from just memo...jbrjake2008-10-091-4/+4
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-51/+53
* Fix mkv A/V sync problem created by R1542.van2008-07-081-2/+14
* If we always require a buffer to be available on every fifo we'll eventually ...van2008-06-301-3/+5