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