summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* make it possible to dynamically create and close multiple libhb instancesjstebbins2010-03-261-34/+68
* Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!dynaflash2010-02-111-1/+1
* fix compiler warning about "definition has no type or storage class"jstebbins2010-02-101-1/+1
* removed test codesr552010-02-061-6/+0
* libhb dll fix by RandomEngysr552010-02-061-0/+17
* add point-to-point encodingjstebbins2009-12-231-1/+2
* Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...jstebbins2009-12-051-2/+6
* batch file scanning and scan canceljstebbins2009-11-251-4/+38
* Maintain an accurate job ETA across pause/resumejstebbins2009-11-071-0/+9
* CLI: SubRip Subtitle importeddyg2009-06-231-0/+2
* Moved --native-langauge processing from libhb to the CLI. Added --native-dub ...eddyg2009-06-211-76/+6
* Use new appcast URL nameing scheme for HandBrakeCLI --update.konablend2009-06-201-1/+1
* - mingw fixes to use fopen() with 'b' flag.konablend2009-06-061-1/+1
* libhb: correct error in preview scalingjstebbins2009-06-061-1/+1
* Adds a keep_display_aspect toggle to the job->anamorphic struct in order to f...jbrjake2009-06-061-5/+13
* Probably a good idea to set the new par width after calculating it.jbrjake2009-06-051-1/+3
* CLI: Implements custom anamorphic. No more -p or -P. Choices are --strict-ana...jbrjake2009-06-051-6/+8
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-041-0/+13
* FFMPEG.konablend2009-06-021-3/+3
* softsubtitles:jstebbins2009-06-021-38/+28
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-261-2/+0
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-8/+31
* Change CC608 decoder to be its own threadeddyg2009-05-071-3/+4
* VOBSUB encoder skeleton for use with mkv VOBSUB pass-througheddyg2009-05-061-0/+1
* LinGui: preview changesjstebbins2009-05-041-30/+9
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-6/+12
* MacGui: Custom Anamorphic initial implementation (experimental) and pic setti...dynaflash2009-05-011-22/+25
* Remove unneeded preview files at the beginning of a scan.jstebbins2009-03-271-2/+43
* reorder some calculations in hb_set_anamorphic_size so that the heightjstebbins2009-03-041-6/+12
* Re-enable libswscale accurate rounding on x86_64.saintdev2009-03-021-4/+1
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-011-2/+2
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-59/+121
* Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...van2008-12-131-4/+1
* fix a threading issue with avcodec_open/closejstebbins2008-12-121-1/+26
* fix some floating point rounding errors in aspect ratio calculationsjstebbins2008-12-051-1/+1
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-0/+28
* Adds two new parameters to hb_scan, to control the number of preview frames g...jbrjake2008-11-301-2/+6
* clean up picture allocation in hb_get_preview and fix minor picture corruptionjstebbins2008-11-071-9/+12
* Makes sure loose anamorphic respects max width and height settings, and remov...jbrjake2008-10-181-61/+11
* Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le...jbrjake2008-10-091-4/+3
* check return value of opendir in hb_close. hb_close was segfaulting whenjstebbins2008-09-111-9/+12
* The per-stream timing changes (r1570) make the overall timing depend on which...van2008-08-181-7/+3
* - patch a reference picture leak in ffmpeg/libavcodec/mpegvideo.c that cause...van2008-08-181-2/+0
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-22/+27
* Fixes loose anamorphicjbrjake2008-06-041-4/+5
* Keep track of the input pixel aspect ratio as well as the output one. Hopeful...jbrjake2008-06-041-2/+3
* - support blu-ray, avchd & dvb x264van2008-05-311-5/+7
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-291-32/+36
* Move clock recovery code from reader to demuxmpeg so it sees all frames & not...van2008-04-151-5/+1
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-131-1/+5