summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* fix some mingw warnings and a mingw build issuejstebbins2010-04-106-12/+14
* fix audio clipping when downmixing and output codec is lamejstebbins2010-04-073-19/+27
* generalize audio channel map reorderingjstebbins2010-04-053-119/+404
* small error in the last change. Missed a comman in the libhb build script cha...sr552010-04-051-1/+1
* libgcc is no longer needed. Thanks to golgol7777 for pointing out the necessa...sr552010-04-051-0/+1
* fix silence insertion problem in audio sync and pipeline stall problemjstebbins2010-04-034-33/+74
* fix stupid error in my last commitjstebbins2010-04-031-10/+10
* fix audio detection problem during scan of ffmpeg audio sourcesjstebbins2010-04-025-37/+99
* handle YUV422P video in the mpeg2 decoderjstebbins2010-04-021-10/+31
* flush frames x264 has cached properlyjstebbins2010-04-021-2/+4
* when in cfr mode, tell x264 we are doing cfr and allow x264 to set the timeba...jstebbins2010-04-021-2/+11
* downmix support for ffmpeg audio sourcesjstebbins2010-04-028-91/+1540
* fix a problem processing PS stream that look a lot like DVD PS but are not.jstebbins2010-04-011-0/+17
* libhb: change the x264 header NAL array order from sei - sps - pps to sps - p...dynaflash2010-03-311-4/+4
* handle bluray LPCM streamsjstebbins2010-03-272-25/+87
* fix sporadic incorrect bitrate calculation of muxed tracksjstebbins2010-03-271-1/+2
* make it possible to dynamically create and close multiple libhb instancesjstebbins2010-03-265-42/+85
* reduce mux interleave threshold more to prevent out of memory situationsjstebbins2010-03-191-1/+1
* improve lame audio quality by using ABR mode and disabling joint stereo modejstebbins2010-03-142-2/+38
* extend search range for TS re-syncjstebbins2010-03-131-14/+24
* fix a crash that happens when subtitle scan selects a subtitle thatjstebbins2010-03-071-0/+1
* temporary hack to use old x264 b-pyramid default of 0 (none)jstebbins2010-03-051-0/+3
* fix incorrect comment in PS detection functionjstebbins2010-02-121-3/+2
* try harder to identify program streams that do not begin with a pack headerjstebbins2010-02-121-8/+22
* Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!dynaflash2010-02-114-32/+34
* fix compiler warning about "definition has no type or storage class"jstebbins2010-02-101-1/+1
* put a limit on how many buffers the muxer will cache when it isjstebbins2010-02-091-4/+11
* removed test codesr552010-02-062-8/+0
* libhb dll fix by RandomEngysr552010-02-062-0/+19
* fix keyint mismatch between 1st and 2nd passes of a 2pass encodejstebbins2010-02-061-10/+5
* dvdnav: fix seeking on some dvds that use multiple pgc's in a titlejstebbins2010-02-061-2/+7
* use DTS generated by x264 when computing duration and offset in muxmp4jstebbins2010-02-065-117/+101
* osx doesn't have fread_unlockedjstebbins2010-01-311-1/+1
* fix problem with reading program streamsjstebbins2010-01-311-1/+33
* fix cancel during p-to-p searchjstebbins2010-01-201-0/+5
* prevent hang during foreign audio searchjstebbins2010-01-101-4/+5
* Added some errors checks and a flush function to encode the remaining data in...ritsuka2009-12-311-14/+72
* add point-to-point encodingjstebbins2009-12-238-37/+449
* Adds a very crude, CLI-only rotation filter to flip pixels vertically (mode 1...jbrjake2009-12-193-1/+390
* fix potential runaway buffer usagejstebbins2009-12-154-3/+40
* bump ffmpeg to svn 20817jstebbins2009-12-141-0/+4
* fix crash with vobsub passthrujstebbins2009-12-131-1/+3
* Only display mux stats oncejstebbins2009-12-101-42/+42
* fix dvdnav read error retry jstebbins2009-12-101-1/+1
* Avert a rare race condition.jstebbins2009-12-091-5/+6
* Disables chapter markers when there is only one chapter. Most interfaces alre...jbrjake2009-12-091-0/+6
* Removes obsolete check for mbtree being off before adjusting render offsets f...jbrjake2009-12-091-3/+3
* fix buffer leak during indepth scan jstebbins2009-12-083-0/+23
* Faster combing detection through slightly less stupid use of pointers. Also r...jbrjake2009-12-081-68/+61
* Use the correct render offset when b-pyramid is enabled in the x264 parameter...jbrjake2009-12-081-39/+24