75539 Commits (74ff08ca3b101b98103df5c85b800b671f44e9e7)
 

Author SHA1 Message Date
Steve Lhomme 74ff08ca3b chromecast: try to encode with QSV if possible 8 years ago
Hugo Beauzée-Luyssen 11bd3483a0 qt: input_slider: Convert wheel events to KEY_MOUSEWHEEL* 8 years ago
Hugo Beauzée-Luyssen a3f0523b76 VLSub: Display a user visible error when the hash can't be generated 8 years ago
Hugo Beauzée-Luyssen 56c8dba7a1 VLSub: Simplify directories handling 8 years ago
Hugo Beauzée-Luyssen 7bbc232c69 lua: extensions: Expose misc namespace 8 years ago
Hugo Beauzée-Luyssen 67ed23cef3 lua: Expose a mkdir function 8 years ago
Hugo Beauzée-Luyssen e15d9d230f VLSub: Convert path to current codepage 8 years ago
Hugo Beauzée-Luyssen fdd3d58eaf lua: Add a function to convert to the current codepage 8 years ago
Hugo Beauzée-Luyssen a67d761528 VLSub: Properly convert subtitle archive path to MRL 8 years ago
Hugo Beauzée-Luyssen 8c3035d2d9 VLSub: Signal extraction failure to the user 8 years ago
Hugo Beauzée-Luyssen 43e481351e VLSub: Remove unused helper 8 years ago
Hugo Beauzée-Luyssen 2bb1ed5433 VLSub: Use a translatable string to signal subtitle extraction error 8 years ago
Hugo Beauzée-Luyssen d55ef2c177 Revert "VLSub: Allow a subtitle to be loaded without download it" 8 years ago
Hugo Beauzée-Luyssen 138ea1946a VLSub: Handle interface refresh when no video is loaded 8 years ago
Hugo Beauzée-Luyssen 7eda8499ef lua: stream: Fix leak on error 8 years ago
Hugo Beauzée-Luyssen ef57f83fb0 VLSub: Remove tabs 8 years ago
Steve Lhomme 682d0e20d4 dxva2: use a more generic build version to test for Intel HEVC support 8 years ago
Steve Lhomme 425a6eb978 d3d9_fmt: make the driver version test more flexible 8 years ago
Steve Lhomme 704ad60d44 d3d: handle new Intel driver version formats 8 years ago
Thomas Guillem 4bd4423629 objects: update hacked object name list 8 years ago
Steve Lhomme 04a7de6781 codec: add vlc_fifo_helper.h in the Makefile 8 years ago
Steve Lhomme b055c164f9 qsv: use an internal pool to feed the decoder 8 years ago
Steve Lhomme c19208afb0 qsv: detect incorrect pixel alignments 8 years ago
Steve Lhomme 6039a555ef qsv: set the input texture sizes when they are known 9 years ago
Steve Lhomme da6ec6c7d2 qsv: use the same algorithm as ffmpeg to pick available encoding surfaces 9 years ago
Steve Lhomme 13c37041ac qsv: allow one more buffer in the FIFO than the one in Async Depth 9 years ago
Steve Lhomme 5f808bca69 qsv: don't encode a NULL picture 9 years ago
Steve Lhomme 160213214d qsv: code moving/renaming 9 years ago
Steve Lhomme 37f415512e qsv: only enqueue packets that are successfully encoded 9 years ago
Steve Lhomme 300800f967 qsv: clean the picture enqueuing code 9 years ago
Steve Lhomme e77bbf19e4 qsv: enqueue the QSV output packets using a FIFO 9 years ago
Steve Lhomme fc2257b66b codec: add a set of functions to use a plain FIFO 9 years ago
Steve Lhomme e75195e501 qsv: remove extra const 9 years ago
Steve Lhomme 0bfc4de975 qsv: refine setup error logging 8 years ago
Steve Lhomme d6ec77db15 qsv: fix debug trace formatting 8 years ago
Steve Lhomme ef2a76492f qsv: log the reason for looping 9 years ago
Steve Lhomme f579726e5f qsv: reset the buffer size after it's used 9 years ago
Steve Lhomme fd978c3079 qsv: fix typo 9 years ago
Steve Lhomme 3488d33626 qsv: log when the encoder outputs empty data 9 years ago
Steve Lhomme 946945fdf7 qsv: the wait time when busy is the minimum we can wait 9 years ago
Steve Lhomme 8ba9c83551 qsv: split the parameter query/init to match ffmpeg 9 years ago
Steve Lhomme 4d16481dff qsv: use the same timeout value on SyncOperation as ffmpeg 9 years ago
Steve Lhomme 4fac0b946f qsv: init QSV for version 1.1 9 years ago
Steve Lhomme 875a15c96d qsv: log the status when SyncOperation fails 9 years ago
Steve Lhomme 0c8291795d qsv: only set the encoder_t values when fully initialized 9 years ago
Steve Lhomme b2fdb0eee9 qsv: allocate the mfxSyncPoint dynamically 9 years ago
Steve Lhomme b7b628b08f qsv: keep the same encoding parameters when getting the buffer parameters 9 years ago
Steve Lhomme c493125497 qsv: call MFXVideoENCODE_EncodeFrameAsync again if it returns MFX_WRN_IN_EXECUTION 9 years ago
Steve Lhomme cf54f27cd8 qsv: retry to sync when QSV returns MFX_WRN_IN_EXECUTION 9 years ago
Steve Lhomme 4ce8737a09 qsv: check the encoding parameters are OK before using them 9 years ago