summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-305-826/+1454
* Make initialization of vfr filter work as I intended.jstebbins2013-05-283-43/+45
* libhb: fix hb_vfr_info() and refactor hb_vfr_init() a bit.Rodeo2013-05-223-48/+29
* sync: fall back to drop_video_to_sync when hb_avcodec_open() fails, instesd o...Rodeo2013-05-171-39/+41
* decsrtsub: clear remnants of the previous line before progessing a new one.Rodeo2013-05-141-0/+3
* Improve upon previous commit.Rodeo2013-05-081-4/+5
* decsrtsub: rework character substitution logic.Rodeo2013-05-081-20/+30
* muxmkv: fix audio track private data for 24-bit FLAC.Rodeo2013-05-051-0/+1
* libhb: fix crash when EOF is found before first video framejstebbins2013-04-301-0/+1
* Refactor add_ffmpeg_audio.Rodeo2013-04-283-90/+116
* sync: fix a hang when the avcodec encoder for silence insertion fails to open.Rodeo2013-04-281-2/+3
* Fix log pollution when Auto Passthru is not possible and uses the fallback au...Rodeo2013-04-281-1/+1
* hb_get_best_mixdown: fix out-of-array reads.Rodeo2013-04-281-2/+2
* muxmp4: update MP4AddAudioTrack usage as per mp4v2 documentation.Rodeo2013-04-271-2/+4
* work: pass the crop settings to the subtitle renderer when adding it to the f...Rodeo2013-04-241-5/+9
* Disable Libav's AVX and FMA4 optimizations under Windows x86_64.Rodeo2013-04-241-1/+9
* muxmp4: compute audio frame durations when the frame size isn't known.Rodeo2013-04-241-33/+40
* decssasub, dectx3gsub: fix writing past hb_buffer_t data[size - 1].Rodeo2013-04-102-12/+13
* We support encoder options for everything but Theora, so simplify the check a...Rodeo2013-04-041-4/+3
* Update outdated comment.Rodeo2013-04-011-4/+2
* Remove unnecessary legacy HB_VCODEC define and minor cleanup.Rodeo2013-04-011-7/+6
* muxmp4: map '\r\n' and '\r' to '\n'.Rodeo2013-03-191-0/+5
* decutf8sub: cosmetics.Rodeo2013-03-191-2/+2
* decutf8sub: cleanup.Rodeo2013-03-191-17/+15
* decutf8sub: fix a bug when passing subtitles through to MP4.Rodeo2013-03-191-1/+1
* hb_system_sleep: refactoring.Rodeo2013-03-184-39/+78
* hb_system_sleep: minor cleanup after last commit.Rodeo2013-03-184-14/+9
* hb_system_sleep: allow/prevent sleep from the UI rather than libhb.Rodeo2013-03-184-12/+6
* Use the official libavcodec minimum output buffer size via a define (currentl...Rodeo2013-03-171-2/+3
* libhb: fix fdk-aac mono encodingjstebbins2013-03-161-2/+4
* libhb: fix incorrect scan progressjstebbins2013-03-141-2/+2
* Remove code forgotten in revision 5295.Rodeo2013-03-111-10/+0
* Some further header updates.sr552013-03-091-1/+1
* Updated all the copyright headers to 2013.sr552013-03-0964-64/+64
* 2013 preset changes:Rodeo2013-03-041-7/+0
* fdkaac: new bitrate limits.Rodeo2013-03-041-3/+40
* fdk_haac: samplerates < 16 kHz are not supported.Rodeo2013-03-041-0/+6
* decavcodec: remove unnecessary code.Rodeo2013-03-031-10/+0
* encavcodecaInit: minimize code duplication.Rodeo2013-03-032-98/+94
* Fix AAC encoding with Libav.Rodeo2013-03-031-1/+1
* Add optional fdk-aac encoderjstebbins2013-03-037-10/+85
* Improve scan progress granularityjstebbins2013-03-012-13/+74
* Set AVCodecContext.request_channel_layout when decoding.Rodeo2013-02-051-35/+79
* Audio dithering.Rodeo2013-02-054-0/+109
* Prevent OSX ML sleep during encoding, thanks to Jerome Lacubesr552013-02-045-10/+122
* x264 preset system: miscellaneous improvements.Rodeo2013-01-306-94/+150
* libhb: remove exta log text that was used for debuggingjstebbins2013-01-291-2/+2
* libhb: Fix CC processing for packets that have no PTSjstebbins2013-01-291-7/+19
* libhb: Fix main feature detection for some DVDs (Brave)jstebbins2013-01-281-1/+1
* Fix hb_apply_h264_level() after x264 bump.Rodeo2013-01-221-1/+1