summaryrefslogtreecommitdiffstats
path: root/libhb/internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* - fixed gcc warnings for various unused vars, implicit function decls, signed...konablend2009-06-241-0/+3
* CLI: SubRip Subtitle importeddyg2009-06-231-0/+1
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-261-1/+0
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-1/+2
* Change CC608 decoder to be its own threadeddyg2009-05-071-2/+3
* VOBSUB encoder skeleton for use with mkv VOBSUB pass-througheddyg2009-05-061-0/+1
* dvdnav: improve title scanningjstebbins2009-05-011-1/+1
* add libdvdnav supportjstebbins2009-04-271-1/+3
* More code to deal with the flakey streams from NZ TV. They like to change the...van2008-12-051-1/+1
* - validate frame sync the way the standard suggests (via checking the frame ...van2008-12-041-1/+5
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-0/+5
* Adds two new parameters to hb_scan, to control the number of preview frames g...jbrjake2008-11-301-1/+2
* - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre...van2008-11-251-0/+21
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-081-0/+15
* After discussion with eddyg, extending verbose logging level 2 from just memo...jbrjake2008-10-091-3/+3
* Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le...jbrjake2008-10-091-0/+8
* - Only do 'lost PCR' checks (r1712) when we're dealing with something that c...van2008-10-031-0/+2
* Change buffer reuse policy to MRU to hopefully improve cache and VM performance.eddyg2008-08-291-0/+1
* Use PTS, not DTS, in encx264 output frames so we don't have to special-case i...van2008-07-261-0/+1
* Get rid of excessive video & audio drops on some content by implementing the ...van2008-07-161-2/+0
* - fix an error in the SCR calculation that would cause an extra frame to be ...van2008-06-301-0/+1
* - support blu-ray, avchd & dvb x264van2008-05-311-17/+11
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-291-1/+2
* Move clock recovery code from reader to demuxmpeg so it sees all frames & not...van2008-04-151-1/+7
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* scan and pcm audio fixes.van2008-04-021-1/+0
* Fix two of my stupid bugs that prevented using the queue with transport streams:van2008-03-201-1/+1
* Theora.saintdev2008-03-201-0/+6
* Don't crash while scanning when we can't get previews for some title.van2008-02-291-0/+1
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-2/+2
* Maintains separate filter settings for each job. This prevents the MacGui fro...jbrjake2008-01-221-0/+2
* Program Stream Enhancements - Van: Libhbdynaflash2007-12-311-2/+0
* Increases the size of the integer holding MPEG-2 picture flags in the hb_buff...jbrjake2007-10-091-1/+1
* Don't drop subtitles when crossing PTS discontinuities by using buffer sequen...eddyg2007-10-081-0/+2
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-111-0/+3
* Added rudimentory error handling to HB. Instead of using hb_log() use hb_erro...eddyg2007-08-271-0/+1
* Add Subtitle scanning for forced subtitles and normal subtitles from the CLIeddyg2007-08-211-1/+1
* This huge patch from huevos_rancheros ports a number of video filters from me...jbrjake2007-07-271-1/+11
* Matroska muxer!saintdev2007-07-141-0/+1
* Implement transport and program stream support. With these changes it's now p...awk2007-07-041-1/+11
* Switch buf->key to buf->frametype which is a bitmask telling us what type of ...saintdev2007-06-171-1/+10
* Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will...maurj2007-05-021-0/+7
* Fix Previous Bad commit for Cyanders Chapter Markersdynaflash2007-04-251-0/+2
* Much better B-frame muxing frame-reordering. This will preserve the sps/pps i...jbrjake2007-04-161-1/+1
* Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. *NOT...maurj2007-04-111-11/+3
* H.264 B-frame muxing for MP4, including B-pyramids. The latter are QuickTime ...jbrjake2007-03-301-0/+3
* -6 channel surround for Vorbis/OGM. The channel mapping seems right for VLC, ...saintdev2007-03-271-0/+3
* Applied and committed saintdev's patch to fix multi-track audio. Only in the...maurj2007-03-211-0/+14
* saintdev's 64-bit deadlock fixdynaflash2007-03-181-1/+1
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-0/+187