| Commit message (Expand) | Author | Age | Files | Lines |
* | libhb: Use a buffer flat to indicate EOF | jstebbins | 2015-05-01 | 1 | -5/+5 |
* | hb_get_user_config_directory: improvements. | Rodeo | 2015-04-30 | 1 | -8/+13 |
* | ports: add functions for looking up user config directory | jstebbins | 2015-04-19 | 1 | -0/+14 |
* | Update year to 2015. | bradleys | 2015-02-01 | 1 | -1/+1 |
* | libhb: fix accumulating rounding error in CoreAudio timestamps | jstebbins | 2014-08-26 | 1 | -4/+5 |
* | Update some copyright dates to 2014. | Rodeo | 2014-02-18 | 1 | -1/+1 |
* | decavcodec: prefer AVFrame fields over their AVCodecContext equivalent. | Rodeo | 2014-01-25 | 1 | -1/+1 |
* | Fix a small leak in encca_aac. | ritsuka | 2013-11-05 | 1 | -0/+1 |
* | RB626: return code support added | maxd | 2013-11-05 | 1 | -0/+1 |
* | Some further header updates. | sr55 | 2013-03-09 | 1 | -1/+1 |
* | hb_audio_remap: protect against invalid channel layouts. | Rodeo | 2012-11-21 | 1 | -1/+1 |
* | Improve support for planar audio. | Rodeo | 2012-11-21 | 1 | -1/+2 |
* | hb_audio_remap improvements: | Rodeo | 2012-10-20 | 1 | -4/+4 |
* | Change a few more hb_log() calls to hb_error(), and some cosmetics. | Rodeo | 2012-07-15 | 1 | -4/+4 |
* | hb_audio_remap improvements. | Rodeo | 2012-07-12 | 1 | -18/+10 |
* | bump libav to libav-v0.8-2197-g1a068bf | jstebbins | 2012-07-11 | 1 | -21/+20 |
* | encca_aac.c: oesc.mDataByteSize is signed. | Rodeo | 2012-06-29 | 1 | -9/+9 |
* | encca_aac: tabs to spaces and miscellaneous cosmetics. | Rodeo | 2012-06-26 | 1 | -44/+52 |
* | encca_aac: chnage a variable type (should have been done in revision 3754). | Rodeo | 2012-06-25 | 1 | -2/+2 |
* | encca_aac: fix an issue where a valid output buffer would be dropped, causing... | Rodeo | 2012-06-25 | 1 | -153/+175 |
* | libhb: drop HB_INPUT_CH_LAYOUT_* | Rodeo | 2012-06-18 | 1 | -3/+3 |
* | Updated file copyright / GPL headers | sr55 | 2012-06-15 | 1 | -3/+8 |
* | Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n... | Rodeo | 2012-06-06 | 1 | -1/+1 |
* | MacGui: fix commit 4546 so it works on os x which is the filter pipeline rewo... | dynaflash | 2012-03-28 | 1 | -8/+5 |
* | Rework filter pipeline | jstebbins | 2012-03-27 | 1 | -1/+5 |
* | Add flac + quality + compression level support | jstebbins | 2011-10-12 | 1 | -32/+57 |
* | add more audio passthru options | jstebbins | 2011-08-01 | 1 | -1/+1 |
* | Core Audio encoders: use hb_layout_remap instead of Apple's remapping functions | jstebbins | 2011-07-24 | 1 | -27/+39 |
* | libhb: generalize channel remapping between decoders and encoders | jstebbins | 2011-06-12 | 1 | -4/+13 |
* | HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo. | sr55 | 2011-04-18 | 1 | -8/+57 |
* | Change internal audio representation range | jstebbins | 2011-04-08 | 1 | -8/+0 |
* | Added some errors checks and a flush function to encode the remaining data in... | ritsuka | 2009-12-31 | 1 | -14/+72 |
* | Initialize the AudioConverter without a sample rate only if the first initial... | ritsuka | 2009-08-30 | 1 | -6/+19 |
* | Let CoreAudio decide the best sample rate. Fixed and issue when the AudioConv... | ritsuka | 2009-08-27 | 1 | -1/+0 |
* | Format cleanup. | konablend | 2009-06-25 | 1 | -1/+1 |
* | - fixed gcc warnings for various unused vars, implicit function decls, signed... | konablend | 2009-06-24 | 1 | -3/+3 |
* | - Add CoreAudio AAC as one of the encoder on Mac OS X. | ritsuka | 2009-05-23 | 1 | -0/+341 |