| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ...on the other hand, when we *are* using VFR we *do* want to break on drops,... | jbrjake | 2008-05-21 | 1 | -0/+1 |
* | When using detelecine but not dropping frames (non-VFR detelecine), continue ... | jbrjake | 2008-05-21 | 1 | -1/+0 |
* | Re-allow constant frame rates. The MacGui should probably be updated to alway... | jbrjake | 2008-05-17 | 2 | -2/+4 |
* | Allow the user to directly set a pixel aspect height and width, instead of us... | jbrjake | 2008-05-13 | 1 | -2/+2 |
* | Opens up another way to give x264 a constant QP or RF, by passing a direct va... | jbrjake | 2008-04-26 | 1 | -1/+24 |
* | Changes to support unstructured program streams (such as those produced by a ... | van | 2008-04-25 | 1 | -342/+463 |
* | - Don't allow chapter durations to go negative (since durations are unsigned... | van | 2008-04-25 | 2 | -16/+31 |
* | libhb: | sr55 | 2008-04-20 | 1 | -22/+134 |
* | Handle the case where hb_list_audio_config_item is passed an invalid index. | saintdev | 2008-04-18 | 1 | -2/+4 |
* | Avoid a divide by 0 in encfaac.c caused by the mixdown not being specified | eddyg | 2008-04-17 | 1 | -0/+9 |
* | Print a log line for the first chapter. | van | 2008-04-15 | 1 | -0/+8 |
* | Move clock recovery code from reader to demuxmpeg so it sees all frames & not... | van | 2008-04-15 | 6 | -72/+65 |
* | Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co... | jbrjake | 2008-04-15 | 36 | -36/+36 |
* | Fix the automatic subtitle scan that I broke with r1412. | van | 2008-04-14 | 4 | -8/+34 |
* | Fixes for different number of frames between pass 1 & 2, missing frames at en... | van | 2008-04-13 | 6 | -73/+55 |
* | When dropping frames from pullup for VFR, deallocate the associated subtitle ... | jbrjake | 2008-04-13 | 1 | -1/+4 |
* | Let's try out saner b-frame init delays again. | jbrjake | 2008-04-11 | 1 | -4/+2 |
* | Provide more feedback as to the types of the streams in an MPEG Transport stream | eddyg | 2008-04-11 | 1 | -24/+101 |
* | Fix brain fade in comments (it's been a long day). | van | 2008-04-10 | 1 | -3/+3 |
* | Fix avi containers which I unwittingly broke with r1341. | van | 2008-04-10 | 1 | -26/+95 |
* | During conversion only log when there's an error or anomaly. | van | 2008-04-06 | 1 | -5/+12 |
* | - Fix sync problems associated with sample rate conversion - the truncation ... | van | 2008-04-06 | 1 | -38/+62 |
* | Minor chapter cleanups. | van | 2008-04-04 | 7 | -39/+77 |
* | Windows line endings are bad. | jbrjake | 2008-04-03 | 1 | -601/+601 |
* | - hardware players don't tolerate video or audio frames that overlap in time... | van | 2008-04-03 | 1 | -8/+13 |
* | scan and pcm audio fixes. | van | 2008-04-02 | 5 | -415/+531 |
* | New internal audio handling. | saintdev | 2008-04-01 | 19 | -521/+615 |
* | Fix Makefiles for dynamically linked dvdcss. | saintdev | 2008-03-23 | 1 | -14/+0 |
* | = Adds an hb_detect_comb() function that indicates whether or not a frame sho... | jbrjake | 2008-03-23 | 4 | -2/+135 |
* | libswscale accurate rounding is now re-enabled for all arches except x86_64. | saintdev | 2008-03-21 | 2 | -5/+16 |
* | Reverts r1254, so ffmpeg-in-avi again reports as DivX 5. Giving it the "corre... | jbrjake | 2008-03-20 | 1 | -2/+2 |
* | Fix two of my stupid bugs that prevented using the queue with transport streams: | van | 2008-03-20 | 4 | -244/+326 |
* | Theora. | saintdev | 2008-03-20 | 10 | -38/+310 |
* | Should have removed this as part of the r1341 checkin - we now add silence ba... | van | 2008-03-16 | 1 | -22/+0 |
* | - Add mpeg2 "Standard Target Decoder" clock recovery to the low level mpeg st... | van | 2008-03-15 | 4 | -1230/+825 |
* | minor bug fix: AC3 passthru audio frames with no pts were getting a bogus sta... | van | 2008-03-15 | 1 | -4/+5 |
* | Use unix-style line endings (LF) for libhb/Makefile instead of Windows style ... | saintdev | 2008-03-15 | 1 | -109/+109 |
* | encx264: Fix timecodes when using x264 with avi. | saintdev | 2008-03-05 | 1 | -4/+3 |
* | DVB teletext streams and ATSC AC3 audio streams use the same code points. If ... | van | 2008-03-02 | 1 | -5/+22 |
* | Don't crash just because some dvd title uses an illegal pgn number. | van | 2008-03-02 | 1 | -0/+6 |
* | Oops - left in a mistake from an intermediate version. We want aspect ratio f... | van | 2008-03-01 | 1 | -1/+1 |
* | Don't crash while scanning when we can't get previews for some title. | van | 2008-02-29 | 4 | -13/+40 |
* | It's a good idea to have a buffer for every pid you decide to decode. | van | 2008-02-29 | 1 | -4/+2 |
* | libvorbis expects kbps, not bps. | saintdev | 2008-02-27 | 1 | -1/+1 |