| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't obey maxWidth and maxHeight settings when using strict anamorphic. | jbrjake | 2008-08-06 | 1 | -18/+17 |
* | Splits the display of job settings off from the actual work of beginning of a... | jbrjake | 2008-08-01 | 4 | -73/+237 |
* | Fix two problems that would cause HB to hang in the muxer whenever the input ... | van | 2008-07-30 | 3 | -54/+37 |
* | Don't lose our existing buffer chain when nal_encode returns NULL. | van | 2008-07-29 | 1 | -10/+16 |
* | Fix subtitle scan to work with new stream eof logic. | van | 2008-07-26 | 2 | -7/+6 |
* | Use PTS, not DTS, in encx264 output frames so we don't have to special-case i... | van | 2008-07-26 | 4 | -83/+49 |
* | - in encx264, if an video frame is larger than init_delay split it into piec... | van | 2008-07-26 | 17 | -382/+520 |
* | Libhb: | sr55 | 2008-07-20 | 1 | -24/+172 |
* | libhb: | sr55 | 2008-07-20 | 1 | -149/+80 |
* | Get rid of excessive video & audio drops on some content by implementing the ... | van | 2008-07-16 | 3 | -34/+118 |
* | Much improved decomb filter. Totally different algorithm, with a temporal ele... | jbrjake | 2008-07-11 | 1 | -291/+352 |
* | Fix mkv A/V sync problem created by R1542. | van | 2008-07-08 | 1 | -2/+14 |
* | Change HandBrake from using the libsamplerate linear interpolator for resampl... | eddyg | 2008-07-06 | 1 | -1/+1 |
* | Cropping fix for matted content that has a border top & bottom (rather than j... | van | 2008-07-04 | 1 | -14/+38 |
* | Added Paul Kendalls ffmpeg AAC-LATM codec. Allows HB to decode AAC-LATM | eddyg | 2008-07-02 | 1 | -1/+1 |
* | Enable subtitle-scan to work when using Xvid as the encoder. Also checks retu... | eddyg | 2008-07-01 | 1 | -10/+21 |
* | - fix an error in the SCR calculation that would cause an extra frame to be ... | van | 2008-06-30 | 5 | -10/+28 |
* | If we always require a buffer to be available on every fifo we'll eventually ... | van | 2008-06-30 | 1 | -3/+5 |
* | Fix a crash when using mp4 and no audio tracks. | saintdev | 2008-06-26 | 1 | -4/+10 |
* | get the right version info when building with make on linux | jstebbins | 2008-06-23 | 1 | -2/+2 |
* | Don't let cropping get fooled by dark content - make sure that we only crop a... | van | 2008-06-23 | 1 | -16/+56 |
* | Getting rid of dvd open failure error, it is not an error when | eddyg | 2008-06-19 | 1 | -1/+4 |
* | - Add COLR atom support to mpeg4ip | van | 2008-06-18 | 2 | -0/+35 |
* | use same compile optimizations that a jam build uses | jstebbins | 2008-06-18 | 1 | -1/+1 |
* | Remove assert()s. | saintdev | 2008-06-17 | 1 | -7/+0 |
* | If we're using pass-through, copy the input bitrate/sample rate to the output. | saintdev | 2008-06-17 | 1 | -4/+16 |
* | No need to check the mixdown settings if pass-through is requested. | saintdev | 2008-06-17 | 1 | -119/+122 |
* | remove libhb.so from "all" target. It can't be build on x86_64 and nobody is | jstebbins | 2008-06-15 | 1 | -1/+1 |
* | New cropping algorithm - determine cropping rectangle from a median filter ru... | van | 2008-06-12 | 1 | -43/+123 |
* | - put the "find a usable frame rate" logic in the place that actually comput... | van | 2008-06-12 | 1 | -3/+77 |
* | Improve image quality for ffmpeg constant quality | jstebbins | 2008-06-08 | 1 | -4/+23 |
* | Encode the initial H.264 NAL units for PPS and SPS, not just the ones during ... | jbrjake | 2008-06-06 | 1 | -6/+5 |
* | Adds a job->cfr boolean to indicate "encode this with a constant frame rate" ... | jbrjake | 2008-06-05 | 2 | -12/+17 |
* | Fixes loose anamorphic | jbrjake | 2008-06-04 | 1 | -4/+5 |
* | - add pixel_aspect_ratio reporting to the mpeg decoder | van | 2008-06-04 | 3 | -101/+133 |
* | Keep track of the input pixel aspect ratio as well as the output one. Hopeful... | jbrjake | 2008-06-04 | 4 | -31/+63 |
* | Don't crash in decmpeg2Info if we failed to get a preview due to not finding ... | van | 2008-06-03 | 1 | -1/+1 |
* | Use index+1 for numbering interlaced previews, so realityking doesn't get con... | jbrjake | 2008-06-02 | 1 | -1/+1 |
* | Use loose breaks for detelecine. This reduces jerkiness with PAL->NTSC teleci... | jbrjake | 2008-06-02 | 1 | -1/+1 |
* | Don't crash during scan when source not recognized (bug found & fixed by John... | van | 2008-06-01 | 1 | -1/+4 |
* | Don't call small frame displacements a "time reversal" & drop the frame on bi... | van | 2008-06-01 | 1 | -4/+14 |
* | Fix for cygwin builds - can't use "\n" in echo | van | 2008-05-31 | 1 | -3/+9 |
* | - support blu-ray, avchd & dvb x264 | van | 2008-05-31 | 26 | -1008/+2065 |
* | Hack to fix building in xcode | van | 2008-05-31 | 1 | -1/+15 |
* | Fix for unplayable m4v/mp4 files due to negative numbers in ctts atom. | van | 2008-05-31 | 1 | -7/+25 |
* | Reverts r1475 until it plays nice with Xcode + make | jbrjake | 2008-05-31 | 1 | -45/+111 |
* | update.c altered to use both appcast.xml and appcast_unstable.xml | sr55 | 2008-05-30 | 1 | -111/+45 |
* | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96... | jbrjake | 2008-05-29 | 8 | -37/+1035 |
* | When encoding anamorphic with lavc, ensure PAR values are 8-bit. Thanks, j45! | jbrjake | 2008-05-29 | 1 | -1/+15 |
* | Store video aspect ratio in the avi header. | ritsuka | 2008-05-23 | 1 | -4/+91 |