summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: fix hang that can occur under certain error conditionsjstebbins2013-06-161-4/+4
* Fix the build under MinGWsr552013-06-161-1/+1
* libhb: fix calculation of chapter durations in dvdread and dvdnav.Rodeo2013-06-162-23/+4
* Cosmetics after last commit.Rodeo2013-06-151-8/+8
* libhb: improve video and audio encoder names.Rodeo2013-06-151-29/+25
* libhb: fix incorrect sizeof()jstebbins2013-06-151-1/+1
* improve aac encoder build options and change some aac encoder defaultsjstebbins2013-06-154-6/+18
* libhb: move one-time registrations to hb_global_init().Rodeo2013-06-061-62/+33
* hb_mixdown_*: use meaningful values instead of -1.Rodeo2013-06-041-3/+3
* hb_video_encoders: cosmetics.Rodeo2013-06-031-8/+4
* libhb/common: improve fallback mechanism.Rodeo2013-06-036-446/+818
* cropscale: fix initial value of output width/heightjstebbins2013-05-311-2/+2
* libhb: fix problem with logging of crop/scale settingsjstebbins2013-05-311-2/+2
* hb_display_job_info: improve formatting of start and stop times.Rodeo2013-05-301-3/+4
* 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