summaryrefslogtreecommitdiffstats
path: root/test/test.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-145/+98
* CLI: fix compiler warningjstebbins2014-01-241-1/+1
* Revert previous commit, sorry.Rodeo2014-01-121-42/+0
* QSV: add an option to select the preferred implementation at runtime.Rodeo2014-01-121-0/+42
* CLI: use proper system headers.Rodeo2014-01-071-0/+2
* Remove Anamorphic from Windows Phone preset since these devices don't support...sr552013-12-211-2/+2
* CLI: sanity-check muxer compatibility for video and audio encodersRodeo2013-12-141-1/+40
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-081-19/+7
* New getters for video presets, tunes, profiles and levels.Rodeo2013-11-081-5/+5
* Denoise (hqdn3d) syntax change: accept settings for individual chroma channels.Rodeo2013-11-081-4/+5
* RB626: return code support addedmaxd2013-11-051-2/+9
* HW: fix for compile and runtime behavior and support of the features/RB601maxd2013-10-111-8/+16
* QSV: libhb-based preset system.Rodeo2013-09-241-8/+45
* QSV: MBBRC is actually Haswell-only.Rodeo2013-09-241-1/+2
* libhb: make libhb internal character code utf8jstebbins2013-09-221-0/+46
* Fix test.c after merge.sr552013-09-211-2/+2
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-19/+63
* QSV: minor refactoring.Rodeo2013-09-151-2/+2
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-7/+77
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-1/+1
* Experimental preset for Windows Phone 8 Devices. Would be appreciated that an...sr552013-06-081-1/+70
* Cosmetics.Rodeo2013-06-061-1/+1
* CLI: Silence compiler warningjstebbins2013-06-061-0/+1
* manicure: support new mixdowns added before 0.9.9.Rodeo2013-06-041-10/+10
* libhb/common: improve fallback mechanism.Rodeo2013-06-031-12/+3
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-233/+207
* Make initialization of vfr filter work as I intended.jstebbins2013-05-281-25/+29
* CLI: fix broken code for preserving libhb's default muxer.Rodeo2013-05-081-22/+23
* Fix typo in previous commit.Rodeo2013-04-301-1/+1
* CLI: minor help text updates in preparation for the next release.Rodeo2013-04-301-24/+21
* CLI: improve help for video filters.Rodeo2013-04-121-4/+6
* CLI: when an audio or subtitle track is skipped, print the string value.Rodeo2013-03-191-2/+6
* hb_system_sleep: refactoring.Rodeo2013-03-181-5/+5
* CLI: implement hb_system_sleep support.Rodeo2013-03-181-7/+15
* Some further header updates.sr552013-03-091-3/+6
* Remove VLC Loading code from the CLI.sr552013-03-091-75/+0
* CLI: fix Auto Passthru for built-in presets.Rodeo2013-03-071-22/+22
* CLI: add default Auto Passthru settings to built-in presets.Rodeo2013-03-041-11/+165
* CLI: update built-in presets.Rodeo2013-03-041-28/+36
* CLI: Switch back to stderr.sr552013-03-021-3/+3
* CLI, MacGui: cosmetics.Rodeo2013-03-011-2/+2
* Improve scan progress granularityjstebbins2013-03-011-4/+11
* Audio dithering.Rodeo2013-02-051-0/+106
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-43/+43
* manicure: bugfixes.Rodeo2013-01-261-11/+11
* CLI: fix AppleTV preset in ShowPresets().Rodeo2013-01-061-1/+1
* LinGui,CLI: change h.264 profile to high in AppleTV presetjstebbins2013-01-061-1/+1
* CLI: fix previous commit. free(NULL) is perfectly safe.Rodeo2013-01-061-19/+19
* CLI: check against NULL before freeing.Rodeo2013-01-061-31/+32
* CLI: fix warning.Rodeo2013-01-041-10/+8