| Commit message (Expand) | Author | Age | Files | Lines |
* | More code to deal with the flakey streams from NZ TV. They like to change the... | van | 2008-12-05 | 1 | -1/+1 |
* | - validate frame sync the way the standard suggests (via checking the frame ... | van | 2008-12-04 | 1 | -1/+5 |
* | Add metadata support to libhb, add importing of MP4 metadata, add export of M... | eddyg | 2008-12-02 | 1 | -0/+5 |
* | Adds two new parameters to hb_scan, to control the number of preview frames g... | jbrjake | 2008-11-30 | 1 | -1/+2 |
* | - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre... | van | 2008-11-25 | 1 | -0/+21 |
* | Correct chroma size for raw video frames - width & height need to be rounded ... | van | 2008-11-08 | 1 | -0/+15 |
* | After discussion with eddyg, extending verbose logging level 2 from just memo... | jbrjake | 2008-10-09 | 1 | -3/+3 |
* | Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le... | jbrjake | 2008-10-09 | 1 | -0/+8 |
* | - Only do 'lost PCR' checks (r1712) when we're dealing with something that c... | van | 2008-10-03 | 1 | -0/+2 |
* | Change buffer reuse policy to MRU to hopefully improve cache and VM performance. | eddyg | 2008-08-29 | 1 | -0/+1 |
* | Use PTS, not DTS, in encx264 output frames so we don't have to special-case i... | van | 2008-07-26 | 1 | -0/+1 |
* | Get rid of excessive video & audio drops on some content by implementing the ... | van | 2008-07-16 | 1 | -2/+0 |
* | - fix an error in the SCR calculation that would cause an extra frame to be ... | van | 2008-06-30 | 1 | -0/+1 |
* | - support blu-ray, avchd & dvb x264 | van | 2008-05-31 | 1 | -17/+11 |
* | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96... | jbrjake | 2008-05-29 | 1 | -1/+2 |
* | Move clock recovery code from reader to demuxmpeg so it sees all frames & not... | van | 2008-04-15 | 1 | -1/+7 |
* | Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co... | jbrjake | 2008-04-15 | 1 | -1/+1 |
* | scan and pcm audio fixes. | van | 2008-04-02 | 1 | -1/+0 |
* | Fix two of my stupid bugs that prevented using the queue with transport streams: | van | 2008-03-20 | 1 | -1/+1 |
* | Theora. | saintdev | 2008-03-20 | 1 | -0/+6 |
* | Don't crash while scanning when we can't get previews for some title. | van | 2008-02-29 | 1 | -0/+1 |
* | Formatting: Remove a lot of trailing whitespace. | saintdev | 2008-02-21 | 1 | -2/+2 |
* | Maintains separate filter settings for each job. This prevents the MacGui fro... | jbrjake | 2008-01-22 | 1 | -0/+2 |
* | Program Stream Enhancements - Van: Libhb | dynaflash | 2007-12-31 | 1 | -2/+0 |
* | Increases the size of the integer holding MPEG-2 picture flags in the hb_buff... | jbrjake | 2007-10-09 | 1 | -1/+1 |
* | Don't drop subtitles when crossing PTS discontinuities by using buffer sequen... | eddyg | 2007-10-08 | 1 | -0/+2 |
* | Added buffer management and changed fifo sizes. Changed job->subtitle_scan to... | eddyg | 2007-09-11 | 1 | -0/+3 |
* | Added rudimentory error handling to HB. Instead of using hb_log() use hb_erro... | eddyg | 2007-08-27 | 1 | -0/+1 |
* | Add Subtitle scanning for forced subtitles and normal subtitles from the CLI | eddyg | 2007-08-21 | 1 | -1/+1 |
* | This huge patch from huevos_rancheros ports a number of video filters from me... | jbrjake | 2007-07-27 | 1 | -1/+11 |
* | Matroska muxer! | saintdev | 2007-07-14 | 1 | -0/+1 |
* | Implement transport and program stream support. With these changes it's now p... | awk | 2007-07-04 | 1 | -1/+11 |
* | Switch buf->key to buf->frametype which is a bitmask telling us what type of ... | saintdev | 2007-06-17 | 1 | -1/+10 |
* | Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will... | maurj | 2007-05-02 | 1 | -0/+7 |
* | Fix Previous Bad commit for Cyanders Chapter Markers | dynaflash | 2007-04-25 | 1 | -0/+2 |
* | Much better B-frame muxing frame-reordering. This will preserve the sps/pps i... | jbrjake | 2007-04-16 | 1 | -1/+1 |
* | Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. *NOT... | maurj | 2007-04-11 | 1 | -11/+3 |
* | H.264 B-frame muxing for MP4, including B-pyramids. The latter are QuickTime ... | jbrjake | 2007-03-30 | 1 | -0/+3 |
* | -6 channel surround for Vorbis/OGM. The channel mapping seems right for VLC, ... | saintdev | 2007-03-27 | 1 | -0/+3 |
* | Applied and committed saintdev's patch to fix multi-track audio. Only in the... | maurj | 2007-03-21 | 1 | -0/+14 |
* | saintdev's 64-bit deadlock fix | dynaflash | 2007-03-18 | 1 | -1/+1 |
* | Merge the 5.1 branch into the trunk. | prigaux | 2007-03-06 | 1 | -0/+187 |
* | Merge the 0.8.0_mpeg4ip branch into the trunk | prigaux | 2007-02-11 | 1 | -179/+0 |
* | added worker thread sleep throttling. | johnallen | 2007-01-08 | 1 | -0/+1 |
* | Merge from avformat branch | titer | 2006-04-17 | 1 | -8/+0 |
* | Added hb_init_express - makes the binary smaller. Still need to strip | titer | 2006-03-16 | 1 | -39/+2 |
* | Structural changes, in order to eventually be able to compile HB | titer | 2006-03-16 | 1 | -33/+82 |
* | Fix for missing subtitles | titer | 2006-02-22 | 1 | -0/+1 |
* | Update 2006-01-10 | handbrake | 2006-01-14 | 1 | -1/+2 |
* | HandBrake 0.7.0 | handbrake | 2006-01-14 | 1 | -0/+172 |