summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* SVN: remove a52dec.Rodeo2014-02-201-0/+0
* libhb: remove a52decjstebbins2014-02-2013-591/+57
* libhb: fix compiler warning with cpuid usagejstebbins2014-02-181-13/+17
* Remove HB_API_OLD_PRESET_SETTERS cruft.Rodeo2014-02-182-76/+5
* openclkernels.h: fix line endings.Rodeo2014-02-181-94/+94
* Update some copyright dates to 2014.Rodeo2014-02-1880-80/+80
* QSV: API 1.8 support and related improvementsRodeo2014-02-187-297/+1021
* Bump libav to v10_beta1Rodeo2014-02-185-3/+40
* libhb: Add cpuid inline asm macrojstebbins2014-02-152-18/+37
* libhb: make encoder options less x264-centric.Rodeo2014-02-138-121/+224
* Fix typo in previous commit.Rodeo2014-02-131-1/+1
* libhb: write encoding library's name in the Activity Log.Rodeo2014-02-133-45/+107
* QSV: fix compiler warning.Rodeo2014-02-121-6/+7
* x265: misc. container-related fixes.Rodeo2014-02-123-7/+7
* encx265: miscellaneous fixes, cleanup and refactoring.Rodeo2014-02-112-128/+230
* Initial x265 integration. Patch by Zhang Zhiqiang. Thanks!Rodeo2014-02-109-1/+362
* libhb: change libhb.a to libhandbrake.ajstebbins2014-02-091-1/+1
* QSV: work around an issue where two consecutive IDR frames cause Media SDK to...Rodeo2014-02-071-0/+10
* libhb: fix problem with avcodec audio sample_ratejstebbins2014-02-021-2/+21
* libhb: fix crashes with some BDsjstebbins2014-01-312-1/+3
* Replace invaled timestamp flag "-1" with AV_NOPTSjstebbins2014-01-2614-74/+77
* libhb: support AV_FRAME_DATA_MATRIXENCODING side data.Rodeo2014-01-266-7/+69
* libhb: fix compiler warningjstebbins2014-01-261-7/+7
* libhb: fix missing format specifier in printfjstebbins2014-01-261-1/+1
* libhb: set audio description in LookForAudio (scan.c).Rodeo2014-01-255-221/+122
* decavcodec: DRC support.Rodeo2014-01-254-1/+70
* decavcodec: prefer AVFrame fields over their AVCodecContext equivalent.Rodeo2014-01-2510-80/+31
* libhb: fix double free in decavcodec during scanjstebbins2014-01-241-3/+3
* Remove some leftovers from the mpeg2dec contrib removal.Rodeo2014-01-152-3/+2
* stream: fix a crash caused by assigning an audio work-object to some video tr...Rodeo2014-01-151-2/+2
* decavcodec: only allow in-decoder downmix if it matches the requested mix lev...Rodeo2014-01-151-19/+46
* remove contrib mpeg2decjstebbins2014-01-1315-1048/+18
* Revert previous commit, sorry.Rodeo2014-01-122-6/+0
* QSV: add an option to select the preferred implementation at runtime.Rodeo2014-01-122-0/+6
* QSV: base the B-pyramid check on the presence of B-references, rather than th...Rodeo2014-01-121-7/+9
* bump libav, libav-v10_alpha1-90-g63debaajstebbins2014-01-126-78/+244
* muxavformat: don't overwrite the last track's parameters when adding attachme...Rodeo2014-01-081-3/+3
* Revert previous borked commit. Sorry!Rodeo2014-01-075-222/+72
* parsecsv: always check result of malloc()Rodeo2014-01-075-72/+222
* encoders: save chapter markers in a list.Rodeo2014-01-072-25/+121
* libhb: don't forget to delete chapter markers after saving them in filter_loop.Rodeo2014-01-071-0/+2
* libhb: use av_pix_fmt_desc_getjstebbins2014-01-061-3/+3
* qsv: log occurrences of invalid DTS (i.e. DTS > PTS) in the encoder.Rodeo2014-01-021-0/+9
* qsv: add some frame type helper functions.Rodeo2014-01-023-11/+64
* muxavformat: print the actual error name, rather than a hard-to-lookup error ...Rodeo2014-01-021-2/+8
* libhb: fix green line in deinterlace preview and fast deinterlacejstebbins2013-12-291-2/+2
* Print the av_interleaved_write_frame error code in muxavformat.csr552013-12-291-2/+2
* ports: detect more Intel microarchitecture families.Rodeo2013-12-273-4/+27
* QSV: avoid a hang when GopRefDist 0 is requested by the user.Rodeo2013-12-151-1/+2
* QSV: check whether b_pyramid is respected in the non-workaround path too. Rodeo2013-12-151-22/+23