| Commit message (Expand) | Author | Age | Files | Lines |
* | Add VP8 support | jstebbins | 2014-04-15 | 1 | -100/+160 |
* | Update some copyright dates to 2014. | Rodeo | 2014-02-18 | 1 | -1/+1 |
* | libhb: make encoder options less x264-centric. | Rodeo | 2014-02-13 | 1 | -3/+3 |
* | bump libav, libav-v10_alpha1-90-g63debaa | jstebbins | 2014-01-12 | 1 | -2/+2 |
* | Revert previous borked commit. Sorry! | Rodeo | 2014-01-07 | 1 | -2/+2 |
* | parsecsv: always check result of malloc() | Rodeo | 2014-01-07 | 1 | -2/+2 |
* | libhb: fix problem with gereration of dts for lavc encoded video | jstebbins | 2013-11-19 | 1 | -14/+30 |
* | libhb: Plug some leaks and clean up the buffer pool code a little. | jstebbins | 2013-10-23 | 1 | -0/+1 |
* | libhb: make libhb internal character code utf8 | jstebbins | 2013-09-22 | 1 | -2/+2 |
* | libhb: add experimental avformat muxer for mkv and mp4 | jstebbins | 2013-06-30 | 1 | -11/+11 |
* | Don't expose rate, mixdown, dither and encoder arrays to the UIs. | Rodeo | 2013-05-30 | 1 | -4/+4 |
* | Updated all the copyright headers to 2013. | sr55 | 2013-03-09 | 1 | -1/+1 |
* | Bump libav to v9_beta3. | Rodeo | 2012-12-31 | 1 | -4/+4 |
* | bump libav to libav-v0.8-2197-g1a068bf | jstebbins | 2012-07-11 | 1 | -6/+14 |
* | Updated file copyright / GPL headers | sr55 | 2012-06-15 | 1 | -3/+6 |
* | PGS (bluray) subtitle support \o/ | jstebbins | 2012-04-26 | 1 | -1/+0 |
* | encx264: add functionality to retrieve the "preferred" option name for option... | Rodeo | 2012-03-29 | 1 | -1/+1 |
* | libhb: add basic dictionary implementation. | Rodeo | 2012-03-28 | 1 | -42/+14 |
* | Rework filter pipeline | jstebbins | 2012-03-27 | 1 | -26/+27 |
* | bump Libav from v0.7.1 to v0.7-1241-g5f3fb59 | jstebbins | 2011-10-15 | 1 | -11/+12 |
* | libhb: fix setting Libav codec private options | jstebbins | 2011-08-12 | 1 | -2/+4 |
* | libhb: fix an avcodec error check | jstebbins | 2011-07-30 | 1 | -1/+1 |
* | libhb: Enable multi-threaded decode in ffmpeg | jstebbins | 2011-06-08 | 1 | -1/+1 |
* | fix up usage of deprecated libav symbols and clean up patch fuzz | jstebbins | 2011-06-07 | 1 | -7/+7 |
* | Fix problem with qt7 playback of mpeg4 video | jstebbins | 2011-03-28 | 1 | -0/+7 |
* | Remove legacy % to RF mapping. | jstebbins | 2011-03-21 | 1 | -15/+2 |
* | Add mpeg-2 encoding support to libhb, cli, and lingui | jstebbins | 2011-03-19 | 1 | -30/+69 |
* | fix potential infinite loop in ffmpeg mpeg-4 b-frame handling | jstebbins | 2011-03-12 | 1 | -0/+1 |
* | Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoder | jstebbins | 2011-03-11 | 1 | -42/+297 |
* | make keyint match between 1st and 2nd passes of vfr and pfr encodes. | jstebbins | 2011-03-08 | 1 | -3/+13 |
* | clean up crufty legacy code | jstebbins | 2010-10-23 | 1 | -6/+2 |
* | SSA subtitle burn in | jstebbins | 2010-09-28 | 1 | -7/+16 |
* | Organizes anamorphic parameters in a struct, requiring some minor search and ... | jbrjake | 2009-01-26 | 1 | -4/+4 |
* | Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot... | van | 2008-12-13 | 1 | -2/+1 |
* | fix a threading issue with avcodec_open/close | jstebbins | 2008-12-12 | 1 | -2/+2 |
* | Correct chroma size for raw video frames - width & height need to be rounded ... | van | 2008-11-08 | 1 | -1/+1 |
* | After discussion with eddyg, extending verbose logging level 2 from just memo... | jbrjake | 2008-10-09 | 1 | -1/+1 |
* | ffmpeg requires framerate num/den to be reducable to 16 bit quanitites for | jstebbins | 2008-09-30 | 1 | -2/+28 |
* | - in encx264, if an video frame is larger than init_delay split it into piec... | van | 2008-07-26 | 1 | -2/+4 |
* | Improve image quality for ffmpeg constant quality | jstebbins | 2008-06-08 | 1 | -4/+23 |
* | - support blu-ray, avchd & dvb x264 | van | 2008-05-31 | 1 | -1/+1 |
* | Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co... | jbrjake | 2008-04-15 | 1 | -1/+1 |
* | Formatting: Remove a lot of trailing whitespace. | saintdev | 2008-02-21 | 1 | -5/+5 |
* | Add Subtitle scanning for forced subtitles and normal subtitles from the CLI | eddyg | 2007-08-21 | 1 | -1/+1 |
* | Switch buf->key to buf->frametype which is a bitmask telling us what type of ... | saintdev | 2007-06-17 | 1 | -1/+1 |
* | Much better B-frame muxing frame-reordering. This will preserve the sps/pps i... | jbrjake | 2007-04-16 | 1 | -0/+6 |
* | maurj reported a double-free crash that I am unable to reproduce. This remove... | saintdev | 2007-04-04 | 1 | -1/+0 |
* | Fix about 156,199 bytes of leaked memory. | saintdev | 2007-03-31 | 1 | -0/+4 |
* | Merge the 5.1 branch into the trunk. | prigaux | 2007-03-06 | 1 | -0/+204 |
* | Merge the 0.8.0_mpeg4ip branch into the trunk | prigaux | 2007-02-11 | 1 | -195/+0 |