| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ...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 |