summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Declare fast forward from 0.5.7-1HEADarchive/debian/0.5.9-1masterVasudev Kamath2018-06-03
|\ | | | | | | [dgit --quilt=gbp --overwrite]
| * Use -D_GNU_SOURCE for gcc-7 compatibilitySteve Langasek2018-01-08
| | | | | | | | | | | | | | | | | | | | baresip fails to build with gcc-7 because libdirectfb-dev needs to know the size of struct timespec, which is an opaque type unless we're using GNU extensions, but libre-dev sets -std=c99. Adjust cflags to enable _GNU_SOURCE. Bug-Debian: https://bugs.debian.org/872406 Last-Update: 2017-08-26 Gbp-Pq: Name 1001_gcc7_compat.patch
| * Drop checking for LIBRE_SO for emptyVasudev Kamath2018-01-08
| | | | | | | | | | | | | | | | | | | | LIBRE_SO variable holds path for libre.so library. This is not really required for package builds as ld will search system paths for library. This patch might not be suitable for upstream though. Last-Update: 2016-02-08 Gbp-Pq: Name 2001_drop_libre_so_check.patch
| * baresip (0.5.7-1) unstable; urgency=mediumJonas Smedegaard2018-01-08
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ upstream ] * New release. [ Jonas Smedegaard ] * Enable new MQTT module: + Build-depend on libmosquitto-dev. + Mention MQTT in long descriptions. * Declare compliance with Debian Policy 4.1.3. * Add TODO items about library packages and GZRTP module. * Update copyright info: Extend coverage for myself. [dgit import unpatched baresip 0.5.7-1]
| | * Import baresip_0.5.7-1.debian.tar.xzJonas Smedegaard2018-01-08
| | | | | | | | [dgit import tarball baresip 0.5.7-1 baresip_0.5.7-1.debian.tar.xz]
| * Import baresip_0.5.7.orig.tar.gzJonas Smedegaard2018-01-08
| | | | [dgit import orig baresip_0.5.7.orig.tar.gz]
* Commit patch to update .gitignoreVasudev Kamath2018-06-03
| | | | [dgit (4.4) update-gitignore-quilt-fixup]
* Use -D_GNU_SOURCE for gcc-7 compatibilitySteve Langasek2018-06-03
| | | | | | | | | | baresip fails to build with gcc-7 because libdirectfb-dev needs to know the size of struct timespec, which is an opaque type unless we're using GNU extensions, but libre-dev sets -std=c99. Adjust cflags to enable _GNU_SOURCE. Bug-Debian: https://bugs.debian.org/872406 Last-Update: 2017-08-26 Gbp-Pq: Name 1001_gcc7_compat.patch
* Drop checking for LIBRE_SO for emptyVasudev Kamath2018-06-03
| | | | | | | | | | LIBRE_SO variable holds path for libre.so library. This is not really required for package builds as ld will search system paths for library. This patch might not be suitable for upstream though. Last-Update: 2016-02-08 Gbp-Pq: Name 2001_drop_libre_so_check.patch
* Prepare upload to unstable.debian/0.5.9-1Vasudev Kamath2018-06-03
|
* Add README.source on use of cdbs and dgit push-source for upload.Vasudev Kamath2018-06-03
|
* debhelper dependency bump due to compat level 10Vasudev Kamath2018-06-03
|
* Bump compat level to 10Vasudev Kamath2018-06-03
|
* Update changelog, control file, and copyright hints.Jonas Smedegaard2018-05-07
|
* Update copyright info: Add Files section lacking licensing.Jonas Smedegaard2018-05-07
|
* Remove Ramakrishnan Muthhukrishnan as uploader: Thanks for your interest in ↵Jonas Smedegaard2018-05-07
| | | | the past, Ram. Closes: Bug#859278. Thanks to Mattia Rizzolo and the MIA team.
* Update Vcs-* fields: Source hosted at Salsa.debian.org now.Jonas Smedegaard2018-05-07
|
* Update pakage relations: Tighten build-dependency on libre-dev.Jonas Smedegaard2018-04-30
|
* Update copyright info: Extend coverage for main upstream authors.Jonas Smedegaard2018-04-30
|
* Declare compliance with Debian Policy 4.1.4.Jonas Smedegaard2018-04-30
|
* Update upstream source from tag 'upstream/0.5.9'Jonas Smedegaard2018-04-30
|\ | | | | | | Update to upstream version '0.5.9' with Debian dir cb24f3190cbee6623c7a44d669e13fae539551b8
| * New upstream version 0.5.9Jonas Smedegaard2018-04-30
| |\
| | * update changelog for version 0.5.9Alfred E. Heggestad2018-04-21
| | |
| | * version 0.5.9Alfred E. Heggestad2018-04-15
| | |
| | * update doxygen commentsAlfred E. Heggestad2018-04-12
| | |
| | * dshow: convert sample_time to timestampAlfred E. Heggestad2018-04-08
| | |
| | * fakevideo: fix threaded and non-threaded buildAlfred E. Heggestad2018-04-08
| | |
| | * vidsrc: add timestamp to the frame API (#368)Alfred E. Heggestad2018-04-08
| | |\
| | | * vidsrc: add timestamp to the frame APIAlfred E. Heggestad2018-04-07
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timestamps for v4l and v4l2 test: add timestamp to vidsrc mock v4l2: print framerate vidloop: save timestamps and print duration test with timebase of 65536 v4l2: scale timestamp to VIDEO_TIMEBASE minor fixes
| | * v4l2: print actual framerateAlfred E. Heggestad2018-04-07
| | |
| | * config: default devices for win32Alfred E. Heggestad2018-04-06
| | |
| | * fakevideo: add support for non-threadedAlfred E. Heggestad2018-04-06
| | |
| | * config: refresh templateAlfred E. Heggestad2018-04-06
| | |
| | * fakevideo: draw 3 vertical RGB barsAlfred E. Heggestad2018-04-05
| | |
| | * test: cast unused variable to voidAlfred E. Heggestad2018-04-05
| | |
| | * vidloop: add source and display name to summaryAlfred E. Heggestad2018-04-02
| | |
| | * make struct vidsrc and vidisp publicAlfred E. Heggestad2018-04-02
| | |
| | * audio: check if txmode is supportedAlfred E. Heggestad2018-03-29
| | |
| | * test: shorter packet time and longer timeoutAlfred E. Heggestad2018-03-29
| | |
| | * test: add testcase for media encryptionAlfred E. Heggestad2018-03-29
| | |
| | * update doxygen commentsAlfred E. Heggestad2018-03-29
| | |
| | * audio: move n_discard to stats sectionAlfred E. Heggestad2018-03-29
| | |
| | * avcodec: check version 56.1.0Alfred E. Heggestad2018-03-28
| | |
| | * avcodec: check version for getting decoder framerateAlfred E. Heggestad2018-03-11
| | |
| | * avcodec: move backward defines to internal header fileAlfred E. Heggestad2018-03-28
| | |
| | * avcodec: add backwards define for PIX_FMT_YUV444PAlfred E. Heggestad2018-03-28
| | |
| | * vidloop: added printing of statisticsAlfred E. Heggestad2018-03-21
| | |
| | * timer: make tmr_jiffies_usec() publicAlfred E. Heggestad2018-03-21
| | |
| | * swscale: add support for YUV444P pixel formatAlfred E. Heggestad2018-03-21
| | |
| | * Update Windows project (#373)Encamy2018-03-15
| | | | | | | | | *Updated MSVS project to VS15 and added several files to project settings