summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* fix use of deprecated libav definesJohn Stebbins2017-07-061-1/+1
* decavcodec: fix wmapro audio timestampsJohn Stebbins2017-06-191-0/+7
* scan: fix very slow scanning for some filesJohn Stebbins2017-04-121-0/+1
* Fix raw video timestampsJohn Stebbins2017-04-091-0/+2
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-13/+22
* qsv: adding hevc decode supportmaxd2017-03-041-0/+8
* decavcodec: drop initial_padding audio samplesJohn Stebbins2017-02-211-12/+51
* decavcodec: fix commentJohn Stebbins2017-02-181-1/+1
* decavcodec: fix avcodec_open failure upon bad extradataJohn Stebbins2017-01-241-2/+6
* decavcodec: fix crash in decavcodecvInfoJohn Stebbins2017-01-241-1/+1
* qsv: fix for memory leak for decodemaxd2017-01-031-1/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* libhb: pass through BT.2020 transfer flagsJohn Stebbins2016-12-221-0/+4
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-211-0/+8
* unref AVPackets, fix merge issuesJohn Stebbins2016-12-171-1/+6
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-171-1/+1
* decavcodec: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-164/+222
* qsv: Update condition under which context is closed.Tim Walker2016-12-171-2/+6
* decavcodec: enable QSV-accelerated H.264 decoding with libavcodec.Tim Walker2016-12-171-26/+33
* libhb: fix small leaksJohn Stebbins2016-12-141-2/+6
* Select the appropriate coefficients for yuv<->rgb conversions.Damiano Galassi2016-11-081-61/+74
* libhb: rename some masks to better reflect their purpose.Tim Walker2016-09-171-1/+1
* libhb: use the new keyframe flag.Tim Walker2016-09-171-4/+10
* sync: correct timestamp discontinuities in sync instead of reader (#192)John Stebbins2016-05-241-398/+345
* sync: move chapter logging to sync.cJohn Stebbins2016-05-171-22/+0
* move cadence (Film->Video) logging to sync.cJohn Stebbins2016-05-171-91/+0
* libhb: remove unused hb_buffer_t sequence numberJohn Stebbins2016-05-171-10/+8
* decavcodec: remove unused frame_duration_setJohn Stebbins2016-05-171-5/+0
* decavcodec: cosmeticsJohn Stebbins2016-05-171-5/+5
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-171-8/+0
* remove dxva hw decode (#189)John Stebbins2016-05-171-203/+48
* decavcodec: fix audio decoder frame countJohn Stebbins2016-04-211-0/+5
* decavcodec: cosmeticsJohn Stebbins2016-03-231-9/+19
* decavcodec: recompute frame duration for every frameJohn Stebbins2016-02-281-2/+3
* sync: gut and rewriteJohn Stebbins2016-01-211-0/+1
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-261-7/+7
* decavcodec: don't try to memset NULL buffersJohn Stebbins2015-11-061-2/+8
* decavcodec: fix hang in avcodec decoderJohn Stebbins2015-11-061-0/+10
* libhb: don't use deprecated AVPictureJohn Stebbins2015-10-291-4/+4
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-84/+53
* libhb: Clock/frame rate handling improvements.Bradley Sepos2015-09-101-2/+5
* DXVA2: cleanup decode support checks.Rodeo2015-06-231-2/+16
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-6/+6
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-1/+1
* New audio output options.Rodeo2015-02-151-12/+11
* libhb: Fix AAC passthru from TS filesjstebbins2015-02-041-1/+29
* Update year to 2015.bradleys2015-02-011-1/+1
* json: fix building with --enable-hwdjstebbins2014-12-181-1/+1
* json: add json APIsjstebbins2014-12-161-21/+21