summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libhb: enable crc checking of audio streams during audio parameter probejstebbins2014-11-051-2/+7
* decavcodec: fix a 4 byte overread of extradata by libavjstebbins2014-10-291-1/+2
* libhb: improve preview generateion when there are no IDRsjstebbins2014-10-021-0/+25
* libhb: simplify avcodec extradata parsingjstebbins2014-10-021-75/+21
* libhb: plug memory leaksjstebbins2014-09-051-0/+3
* libhb: Improve handling of streams with broken video timestampsjstebbins2014-07-161-4/+11
* libhb: Fix decoding avi with palettejstebbins2014-05-291-0/+18
* enc_qsv: general cleanup.Rodeo2014-04-051-1/+0
* libhb: fix decavcodecaBSInfo again...jstebbins2014-02-221-16/+24
* libhb: fix a problem decoding wmapro audiojstebbins2014-02-221-3/+3
* libhb: remove a52decjstebbins2014-02-201-1/+13
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* QSV: API 1.8 support and related improvementsRodeo2014-02-181-14/+19
* Bump libav to v10_beta1Rodeo2014-02-181-0/+23
* libhb: fix problem with avcodec audio sample_ratejstebbins2014-02-021-2/+21
* libhb: fix crashes with some BDsjstebbins2014-01-311-0/+3
* Replace invaled timestamp flag "-1" with AV_NOPTSjstebbins2014-01-261-5/+3
* libhb: support AV_FRAME_DATA_MATRIXENCODING side data.Rodeo2014-01-261-1/+21
* decavcodec: DRC support.Rodeo2014-01-251-0/+42
* decavcodec: prefer AVFrame fields over their AVCodecContext equivalent.Rodeo2014-01-251-31/+12