| Commit message (Expand) | Author | Age | Files | Lines |
* | - Some DVB programs have a lot of streams (20 for BBC HD) so up max from 16 ... | van | 2009-07-13 | 1 | -1/+5 |
* | - cleanup gcc format warnings showing up on linux 64-bit | konablend | 2009-06-25 | 1 | -9/+12 |
* | - fixed gcc warnings for various unused vars, implicit function decls, signed... | konablend | 2009-06-24 | 1 | -1/+1 |
* | - mingw fixes to use fopen() with 'b' flag. | konablend | 2009-06-06 | 1 | -1/+1 |
* | Fix for New Zealand TV not following the mpeg2 standard | van | 2009-06-02 | 1 | -1/+7 |
* | Get rid of silence inserted at the beginning of mp4/mov/mkv files. GENPTS see... | van | 2009-05-17 | 1 | -3/+0 |
* | Make chapters in mp4 & mkv ffmpeg input files work again (not sure when they ... | van | 2009-05-11 | 1 | -80/+38 |
* | Enable chapter boundary check for ffmpeg input even when chapters marker are ... | ritsuka | 2009-05-09 | 1 | -1/+0 |
* | BuildSystem: conversion from jam-based to make-based system. | konablend | 2009-03-01 | 1 | -0/+0 |
* | Don't let an invalid PES header length (from a corrupted packet) cause us to ... | van | 2009-01-28 | 1 | -8/+9 |
* | Add importing of ffmpeg input chapters. | ritsuka | 2009-01-14 | 1 | -7/+32 |
* | Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ... | van | 2009-01-10 | 1 | -147/+136 |
* | - have to account for a non-zero start time when we're seeking in ffmpeg files. | van | 2008-12-13 | 1 | -13/+60 |
* | fix a threading issue with avcodec_open/close | jstebbins | 2008-12-12 | 1 | -1/+1 |
* | Don't reject MPEG PS files just because they're missing a SYS header (clips w... | van | 2008-12-11 | 1 | -7/+7 |
* | Improve duration calculation for transport streams. Streams that have | jstebbins | 2008-12-10 | 1 | -3/+5 |
* | More code to deal with the flakey streams from NZ TV. They like to change the... | van | 2008-12-05 | 1 | -7/+0 |
* | - Elementary streams that scan couldn't type as audio streams have to be com... | van | 2008-12-04 | 1 | -15/+56 |
* | Found the ffmpeg initialization problem with VC-1 video. | jstebbins | 2008-12-03 | 1 | -8/+16 |
* | I suspect that eddyg's r1987 didn't really want to totally break transport an... | van | 2008-12-02 | 1 | -0/+5 |
* | Add metadata support to libhb, add importing of MP4 metadata, add export of M... | eddyg | 2008-12-02 | 1 | -10/+136 |
* | - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre... | van | 2008-11-25 | 1 | -310/+290 |
* | - get rid of an unnecessary seek that was messing up either mkv or vc1 decod... | van | 2008-11-19 | 1 | -2/+16 |
* | Don't abort when the ffmpeg vc1 decoder hands us a bogus packet size | van | 2008-11-18 | 1 | -0/+7 |
* | - search for IDR frames in blu-ray (m2ts) inputs so we get useful previews | van | 2008-11-16 | 1 | -5/+35 |
* | fix pmt processing | jstebbins | 2008-11-11 | 1 | -14/+24 |
* | Hack to make VC1 work: If we get a ts or m2ts with VC1 video, don't say we ha... | van | 2008-11-09 | 1 | -0/+16 |
* | - Always use HandBrake's DTS decoder rather than ffmpeg's even for inputs we... | van | 2008-11-08 | 1 | -0/+4 |
* | Make DTS and HDMV DTS audio work in Transport and m2ts streams. | van | 2008-10-11 | 1 | -8/+14 |
* | - Only do 'lost PCR' checks (r1712) when we're dealing with something that c... | van | 2008-10-03 | 1 | -0/+7 |
* | Update ffmpeg from version r14737 to r15462. | eddyg | 2008-09-29 | 1 | -1/+1 |
* | Bug fix to r1691: had the offsets for PTS & DTS reversed so we were trying to... | van | 2008-09-16 | 1 | -7/+7 |
* | HD Home Run seems to strip the PCR from some streams (which makes HB refuse t... | van | 2008-09-12 | 1 | -6/+29 |
* | Various fixes for ffmpeg input files (mp4, avi, mkv, etc.): | van | 2008-09-11 | 1 | -21/+65 |
* | - To reliably find audio in 720p or 1080i TS streams we need to search throu... | van | 2008-08-18 | 1 | -5/+18 |
* | Splits the display of job settings off from the actual work of beginning of a... | jbrjake | 2008-08-01 | 1 | -0/+3 |
* | Added Paul Kendalls ffmpeg AAC-LATM codec. Allows HB to decode AAC-LATM | eddyg | 2008-07-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 |
* | - support blu-ray, avchd & dvb x264 | van | 2008-05-31 | 1 | -140/+581 |
* | Changes to support unstructured program streams (such as those produced by a ... | van | 2008-04-25 | 1 | -342/+463 |
* | Move clock recovery code from reader to demuxmpeg so it sees all frames & not... | van | 2008-04-15 | 1 | -2/+2 |
* | Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co... | jbrjake | 2008-04-15 | 1 | -1/+1 |
* | Provide more feedback as to the types of the streams in an MPEG Transport stream | eddyg | 2008-04-11 | 1 | -24/+101 |
* | scan and pcm audio fixes. | van | 2008-04-02 | 1 | -116/+27 |
* | New internal audio handling. | saintdev | 2008-04-01 | 1 | -42/+42 |
* | Fix two of my stupid bugs that prevented using the queue with transport streams: | van | 2008-03-20 | 1 | -240/+322 |
* | - Add mpeg2 "Standard Target Decoder" clock recovery to the low level mpeg st... | van | 2008-03-15 | 1 | -820/+507 |
* | DVB teletext streams and ATSC AC3 audio streams use the same code points. If ... | van | 2008-03-02 | 1 | -5/+22 |
* | It's a good idea to have a buffer for every pid you decide to decode. | van | 2008-02-29 | 1 | -4/+2 |
* | Formatting: Remove a lot of trailing whitespace. | saintdev | 2008-02-21 | 1 | -87/+87 |