summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSV: don't print BPyramid value when it's not supported by the implementation...Rodeo2013-12-151-3/+10
* Fix a Segfault (attempt 2) where the job struct is used after it's closed.sr552013-12-121-3/+4
* Fix a Segfault where the job struct is used after it's closed.sr552013-12-111-4/+4
* OpenCL: disable on Ivy Bridge integrated GPUs.Rodeo2013-12-112-1/+9
* stream: don't treat attached artwork as valid video tracks, which they aren't.Rodeo2013-12-051-0/+1
* sync: fix previous commit.Rodeo2013-12-051-1/+1
* sync: find the AAC encoder by name.Rodeo2013-12-051-1/+1
* sync: use "drop video to sync" fallback also when audio encoding fails or we ...Rodeo2013-12-051-1/+9
* QSV: update libhb presets to match a more recent recommendation.Rodeo2013-12-053-17/+96
* libhb: remove use of avpicture_deinterlacejstebbins2013-12-024-132/+338
* libhb: fix a bunch of compiler warningsjstebbins2013-11-269-47/+42
* libhb: fix fps detection for libav "raw" demuxersjstebbins2013-11-251-1/+4
* libhb: fix problem with gereration of dts for lavc encoded videojstebbins2013-11-191-14/+30
* libhb: fix reporting of buffer allocation statistics during scanjstebbins2013-11-181-2/+1
* libhb: don't use DXYVA2-accelerated decoding when QSV-accelerated decoding is...Rodeo2013-11-081-1/+3
* libhb: make avformat-based muxers the default.Rodeo2013-11-082-4/+4
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-0819-679/+857
* New getters for video presets, tunes, profiles and levels.Rodeo2013-11-084-1/+74
* ports: cosmetics.Rodeo2013-11-081-1/+1
* ports: cast return result from getpid().Rodeo2013-11-081-1/+1