2017-03-17 |
Andreas Monzner | fixed profile setting master |
commit | commitdiff | tree |
2017-03-17 |
Andreas Monzner | dreamsource: add support for video encoder open gop... |
commit | commitdiff | tree |
2017-03-15 |
Stephan Reichholf | gstdreamvideosource: add handling for new encoder ioctl... |
commit | commitdiff | tree |
2016-10-06 |
Andreas Monzner | locking fixes needed for newer glib version with more... |
commit | commitdiff | tree |
2016-01-11 |
Andreas Frisch | fix possible segfault when using TRACE debug level |
commit | commitdiff | tree |
2015-12-11 |
Andreas Frisch | implement signal-lost, implement generation of adts... |
commit | commitdiff | tree |
2015-07-16 |
Andreas Frisch | post LEAVE instead of ENTER stream message when stoppin... |
commit | commitdiff | tree |
2015-06-18 |
Andreas Frisch | change default input_mode to LIVE, change videosource... |
commit | commitdiff | tree |
2015-06-09 |
Andreas Frisch | always use audio enc pts as base offset, prevent accide... |
commit | commitdiff | tree |
2015-06-03 |
Andreas Frisch | set video buffer size depending on audio/video bitrate... |
commit | commitdiff | tree |
2015-04-17 |
Andreas Frisch | use correct magnitude for bitrate, don't overwrite... |
commit | commitdiff | tree |
2015-04-07 |
Andreas Frisch | use background encoding as default input-mode, add... |
commit | commitdiff | tree |
2015-03-20 |
Andreas Frisch | don't accidentally unref template caps! |
commit | commitdiff | tree |
2015-03-19 |
Andreas Frisch | fix audiosource packet payload loss on mmap wrap, exten... |
commit | commitdiff | tree |
2015-03-18 |
Andreas Frisch | post messages on bus in case encoder initialization... |
commit | commitdiff | tree |
2015-03-16 |
Andreas Frisch | make sure not to use negative timestamps (input-mode... |
commit | commitdiff | tree |
2015-03-09 |
Andreas Frisch | fix crash when attempting to change caps in PLAYING |
commit | commitdiff | tree |
2015-03-06 |
Andreas Frisch | fix a few warnings |
commit | commitdiff | tree |
2015-03-06 |
Andreas Frisch | precautionarily init stc and make valgrind happy |
commit | commitdiff | tree |
2015-03-05 |
Andreas Frisch | display start/stop ioctl errno, display queue fill... |
commit | commitdiff | tree |
2015-03-03 |
Andreas Frisch | implement latency queries, increase buffer size (empiri... |
commit | commitdiff | tree |
2015-03-02 |
Andreas Frisch | implement readthread state to gain better control over... |
commit | commitdiff | tree |
2015-03-02 |
Andreas Frisch | timestamping fixes, fix using audiosource's provided... |
commit | commitdiff | tree |
2015-02-27 |
Andreas Frisch | audiosource: initialize cond, fix inital buffer loss... |
commit | commitdiff | tree |
2015-02-27 |
Andreas Frisch | use calibrated timestamps (as suggested by slomo) |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | try using calculated pts (work in progress) |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | implement cdb memory range protecting buffer free function |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | move new_caps logic into getcaps, ease debuglevels... |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | work on caps reconfiguration in progress |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | defer setting default encoder modes to encoder init |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | unref buffers on flushing = TRUE in readfunc (slomo... |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | implement functions for encoder init/release and call... |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | gst_dreamsource_clock: lock instance variables accordin... |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | implement readthread for dreamaudiosource |
commit | commitdiff | tree |
2015-02-26 |
Andreas Frisch | use pts/dts correctly |
commit | commitdiff | tree |
2015-02-24 |
Andreas Frisch | error out on state change to ready if encoder device... |
commit | commitdiff | tree |
2015-02-24 |
Andreas Frisch | Merge branch 'new_timestamps' of git.opendreambox.org... |
commit | commitdiff | tree |
2015-02-23 |
Andreas Frisch | clean up code, use pts+dts seperately |
commit | commitdiff | tree |
2015-02-23 |
Andreas Frisch | implement encoder clock provider, implement independent... |
commit | commitdiff | tree |
2015-02-20 |
Andreas Frisch | get rid off unneeded debug |
commit | commitdiff | tree |
2015-02-19 |
Andreas Frisch | initially set default input_mode (otherwise we don... |
commit | commitdiff | tree |
2015-02-18 |
Andreas Frisch | implement input-mode property to switch between live... |
commit | commitdiff | tree |
2015-02-16 |
Andreas Frisch | clear control sock on state change, fixes pause->playin... |
commit | commitdiff | tree |
2015-02-14 |
Andreas Frisch | implement async unlocking in videosource also. improve... |
commit | commitdiff | tree |
2015-02-14 |
Andreas Frisch | don't double set bitrate on init, don't fail on re... |
commit | commitdiff | tree |
2015-01-27 |
Andreas Frisch | add ts source (like streamproxy) wip |
commit | commitdiff | tree |
2015-01-26 |
Andreas Frisch | ease debugging overhead |
commit | commitdiff | tree |
2015-01-26 |
Andreas Frisch | lock bufferfree func, fix potential segfault |
commit | commitdiff | tree |
2015-01-23 |
Andreas Frisch | dreamaudiosource: change to non-blocking read and poll... |
commit | commitdiff | tree |
2015-01-23 |
Andreas Frisch | update COPYING |
commit | commitdiff | tree |
2015-01-23 |
Andreas Frisch | Fix Copyright holder |
commit | commitdiff | tree |
2015-01-23 |
Andreas Frisch | fix critical in finalize on pipelines with only audio... |
commit | commitdiff | tree |
2015-01-22 |
Andreas Frisch | fix disposability and state changes, implement buffer... |
commit | commitdiff | tree |
2015-01-20 |
Andreas Frisch | whitespace cleanup |
commit | commitdiff | tree |
2015-01-20 |
Andreas Frisch | allow independent setting of resolution and framerate... |
commit | commitdiff | tree |
2015-01-20 |
Andreas Frisch | improve state change logic, move cdb init from start... |
commit | commitdiff | tree |
2015-01-19 |
Andreas Frisch | fix default caps initialization/fixation |
commit | commitdiff | tree |
2015-01-19 |
Andreas Frisch | copyright year |
commit | commitdiff | tree |
2015-01-19 |
Andreas Frisch | configure GST_PLUGIN_LDFLAGS correctly |
commit | commitdiff | tree |
2015-01-19 |
Andreas Frisch | use baseclass negotiation, fix getcaps and setcaps |
commit | commitdiff | tree |
2015-01-18 |
Andreas Frisch | switch framerate numerator and denominator :) |
commit | commitdiff | tree |
2015-01-18 |
Andreas Frisch | implement caps negotiation (set resolution and framerat... |
commit | commitdiff | tree |
2015-01-18 |
Andreas Frisch | implement state change handler and move encoder start... |
commit | commitdiff | tree |
2015-01-17 |
Andreas Frisch | implement bitrate property setters |
commit | commitdiff | tree |
2015-01-15 |
Andreas Frisch | add signal to request each other's base pts value,... |
commit | commitdiff | tree |
2015-01-13 |
Andreas Frisch | gst-plugin-dreamsource initial commit |
commit | commitdiff | tree |
|