summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: immediately set hb_state_t pass and pass_count to -1 in hb_start(), so...Damiano Galassi2016-12-201-0/+2
* fix memory leaksJohn Stebbins2016-12-173-2/+3
* stream: fix SRT detectionJohn Stebbins2016-12-171-0/+1
* unref AVPackets, fix merge issuesJohn Stebbins2016-12-172-3/+6
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-1715-435/+435
* qsv: fix more compiler warningsJohn Stebbins2016-12-174-6/+6
* qsv_memory: fix compiler warningsJohn Stebbins2016-12-171-4/+4
* qsv_libav: silence compiler warningJohn Stebbins2016-12-171-1/+1
* encavcodecaudio: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-111/+100
* encavcodec: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-141/+136
* decavcodec: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-164/+222
* stream: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-91/+87
* muxavformat: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-90/+106
* decpgssub: fix use of deprecated rect->pictJohn Stebbins2016-12-171-2/+2
* fix chapter markers when encoding with libav video encoderJohn Stebbins2016-12-171-1/+1
* potential fix for hard to reproduce crashJohn Stebbins2016-12-171-3/+12
* 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-174-43/+51
* qsv: Fix crash attempting to destroy mutex.Tim Walker2016-12-171-2/+6
* libhb: don't use av_log.Tim Walker2016-12-172-18/+16
* libhb: fix build with --enable-qsvTim Walker2016-12-179-72/+26
* libhb: add code to support our QSV-accelerated encoder.Tim Walker2016-12-172-0/+1140
* preset: Revise Gmail presets.Bradley Sepos2016-12-161-32/+32
* sync: don't delay subtitles when duration is knownJohn Stebbins2016-12-151-5/+9
* preset: Set default to false for Gmail presets.Bradley Sepos2016-12-151-3/+3
* sync: fix compiler warningJohn Stebbins2016-12-151-1/+1
* reader: fix compiler warning "buf uninitialized"John Stebbins2016-12-151-0/+7
* preset: Add Web presets category and Gmail presets.Bradley Sepos2016-12-151-1/+296
* libhb: fix small leaksJohn Stebbins2016-12-143-2/+22
* libhb: Remove redundant check in common.cmidzer2016-12-141-1/+1
* libhb: Remove redundant check in preset.c.midzer2016-12-141-4/+3
* qsv: Fix possible null pointer dereference.midzer2016-12-141-2/+2
* libhb: Fix possible null pointer dereference in stream.c.midzer2016-12-141-6/+6
* stream: fix invalid ES packet generationJohn Stebbins2016-12-101-2/+2
* sync: fix PtoP hangJohn Stebbins2016-11-211-7/+10
* stream: be more forgiving of TS continuity errorsJohn Stebbins2016-11-211-4/+8
* libhb: add a missing argument to a hb_sws_get_context.Damiano Galassi2016-11-121-1/+2
* libhb: do not free hb_work_private_t in reader_init() if the reader open fail...Damiano Galassi2016-11-121-1/+0
* libhb: remove scanCount variable from hb_handle_s, it's not needed anymore si...Damiano Galassi2016-11-111-8/+3
* libhb: re-enable SWS_FULL_CHR_H_INT and SWS_FULL_CHR_H_INP swscale flags to i...Damiano Galassi2016-11-111-2/+0
* LinGui: fix setting default presetJohn Stebbins2016-11-111-0/+1
* fix logging of of PtoP frame range in jobJohn Stebbins2016-11-111-2/+3
* Merge pull request #384 from galad87/colorspaceDamiano Galassi2016-11-106-70/+110
|\
| * Select the appropriate coefficients for yuv<->rgb conversions.Damiano Galassi2016-11-086-70/+110
* | encx265: fix turbo first passJohn Stebbins2016-11-071-3/+8
|/
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-314-68/+143
* libhb: set HB_ERROR_CANCELED status for canceled encodesJohn Stebbins2016-10-261-1/+2
* deccc608sub: fix crash caused by invalid CC streamJohn Stebbins2016-10-181-17/+22
* encvorbis: fix use of wrong union memberJohn Stebbins2016-10-121-2/+2
* avfilter: fix stop time of final filtered frameJohn Stebbins2016-09-291-1/+7