summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Release 1.14.51.14.51.14Tim-Philipp Müller7-21/+887
2019-05-29Update docsTim-Philipp Müller135-130/+509
2019-05-16fdkaacenc: Fix draining with libfdk-aac v2.0.0Jan Alexander Steffens (heftig)1-8/+13
2019-05-03h264parse: Fix typo when setting multiview mode and flagsXavier Claessens1-1/+1
2019-05-02msdk: needn't call MFXJoinSession after MFXCloneSessionHaihao Xiang1-6/+0
2019-05-02msdk: check whether mfx function call failsHaihao Xiang2-3/+18
2019-05-02msdk: change the wait time for encoder and vppHaihao Xiang1-2/+5
2019-05-02msdkenc: return NULL instead of FALSEHaihao Xiang1-4/+4
2019-05-02msdk: release resources if failing to create the buffer poolHaihao Xiang2-0/+6
2019-05-02msdkenc: break out of flush frames loop on errorU. Artie Eoff1-0/+1
2019-05-02fdkaacenc: Remove MODE_2_1Jan Alexander Steffens (heftig)1-4/+0
2019-05-02fdkaacdec: Use WAV channel mapping instead of interleave settingJan Alexander Steffens (heftig)1-8/+4
2019-05-02msdk: add missing breaksXiang, Haihao2-0/+2
2019-05-02Fixed segtotal value being always 2 due to an unused variableMarcos Kintschner2-3/+1
2019-05-02assrender: fix seeking backwardsTim-Philipp Müller1-12/+5
2019-05-02nvenc: Don't leak CUDA device memorySeungha Yang1-0/+6
2019-05-02nvenc: Ensure unmap resources before finalizing themSeungha Yang1-0/+22
2019-05-02h265parse: ignore VUI parse fail when parse SPSHaihua Hu1-2/+8
2019-05-02nvenc: Don't release stream lock on GstVideoEncoder::stop()Seungha Yang1-3/+8
2019-05-02mxfdemux: Avoid possible NULL caps 'dereferencing'Thibault Saunier1-2/+4
2019-05-02rtmpsrc: fix buffer leak on read error or EOSIlya Smelykh1-0/+2
2019-05-02netsim: don't use G_INLINE_FUNCTim-Philipp Müller1-2/+2
2019-05-02mssdemux: fix protection data double freeXabier Rodriguez Calvar1-1/+1
2019-05-02nvenc: More clean up on stop for encoder to be reusableSeungha Yang1-0/+5
2019-05-02nvenc: Ensure drain all frames on finishSeungha Yang1-18/+20
2019-05-02nvenc: Fix GValue leaksYeongjin Jeong2-12/+24
2019-05-02teletextdec: fix some string leaksTim-Philipp Müller1-0/+4
2019-05-02waylandsink: Don't create throwaway empty regionsDaniel Stone1-8/+2
2019-05-02dtls: Don't abort on non-fatal issuesEdward Hervey1-3/+6
2019-05-02tsdemux: Skew correction should use the upstream DTSJan Schmidt1-3/+6
2019-05-02openh264dec: Fix up EOS handlingJan Schmidt1-4/+17
2019-05-02mpegpsmux: add stream-format and alignment to H.264 capsNicola Murino1-1/+2
2019-05-02mpegdemux: add stream format to H.264 capsNicola Murino1-1/+2
2019-05-02wasapi: Fixed corner-cases in mapping of channel maskJacek Tomaszewski1-6/+15
2019-05-02wasapi: Fix infinite loop when the device disappearsNirbheek Chauhan3-27/+67
2019-05-02mpegtsmux: Handle zero-sized buffers correctly without going into an infinite...Sebastian Dröge1-1/+1
2019-05-02kmssink: Avoiding get_property to take ownership of object membersNaveen Cherukuri1-2/+2
2019-05-02hlssink2: Fix string leakSeungha Yang1-0/+1
2019-05-02siren: Fix floating point invalid operationLars Petter Endresen1-4/+4
2019-05-02dshowvideosrc: fix template caps to reflect actual supported capsJoshua M. Doe1-8/+3
2019-05-02ksvideosrc: initialize pointer to satisfy MSVCJoshua M. Doe1-1/+1
2019-05-02ksvideosrc: support 'Y16 ' FOURCC as GRAY16_LEJoshua M. Doe1-4/+10
2019-05-02decklinkvideosink: fix segfault when audiosink is closed before videosinkBrad Reitmeyer1-1/+1
2019-05-02decklinkvideosrc: respect pixel format property even if mode is set to autoJoshua M. Doe2-2/+9
2019-01-22meson: fix opengl build against -base built with autotoolsTim-Philipp Müller2-2/+6
2018-11-08mpegts: Register a number of new boxed types to support auto generation of bi...Russel Winder4-30/+331
2018-11-07h265parser: Fix wrong maximum range check in gst_h265_parse_vps()Seungha Yang1-4/+11
2018-11-07dtls: Link against winsock2 on WindowsJan Alexander Steffens (heftig)2-2/+2
2018-11-07dtlsconnection: Print out errno info for syscall errorsJan Alexander Steffens (heftig)1-1/+18
2018-11-07dtls: Properly display all errors/warnings from ERR queueAndreas Frisch2-9/+32