]> git.ipfire.org Git - thirdparty/tvheadend.git/shortlog
thirdparty/tvheadend.git
2011-01-05  John TörnblomProvide a link to the http stream when the browser... 7/head
2011-01-04  Andreas ÖmanA gitignore
2011-01-04  Andreas ÖmanDon't crash if op == NULL, Ticket #334
2011-01-04  Andreas ÖmanAdd missing inclusion of config.h
2011-01-04  Andreas ÖmanCheck for execinfo.h before use
2011-01-04  Andreas Ömanjson encoder: Correctly encode \t and \r. Ticket #163
2011-01-04  Andreas ÖmanNeed to check for ENABLE_LINUXDVB
2011-01-03  Andreas Öman* DRECrypt update emm (testing on OSCAM)
2011-01-01  Andreas ÖmanMake htsbuf_vqprintf() work with arbitrary output lengths
2011-01-01  Jonas LarssonAdd support for viaccess EMMs 1/head
2010-12-30  Andreas ÖmanFix UTF-8 encoding and copyright year (a bit late indee...
2010-12-30  Andreas ÖmanRemove unused include
2010-12-30  Andreas ÖmanUse OpenSSL for SHA-1
2010-12-30  Andreas ÖmanDon't need to link with libcrypt (we use openssl now)
2010-12-29  Andreas ÖmanUse OpenSSL for CWC's DES and MD5 password hashing
2010-12-03  Andreas ÖmanBetter PMT generator
2010-11-29  Andreas ÖmanRename th_stream -> elementary_stream
2010-11-29  Andreas ÖmanMissed in last commit
2010-11-29  Andreas ÖmanRename transport -> service
2010-11-29  Andreas ÖmanDrop RTSP support. It's crappy and I no longer care...
2010-11-29  Andreas ÖmanRename tvhead.h -> tvheadend.h
2010-11-29  Andreas Öman2.12 2.12
2010-11-29  Andreas ÖmanFix memory corruption
2010-11-28  Andreas ÖmanUpdate changelog a bit
2010-11-28  Andreas ÖmanDon't crash if mkmux == NULL
2010-11-28  Andreas ÖmanSend CAID & name in HTSP messages
2010-11-19  Andreas ÖmanNo longer dep on FFmpeg
2010-11-09  Andreas ÖmanSend signalStatus message over HTSP every second.
2010-11-08  Andreas ÖmanBoolean, not bitwise AND. Thanks mla!
2010-11-07  Andreas ÖmanAvoid division by zero if h264 width and/or height...
2010-10-31  sb1066Some http header fields can be declared, but not set...
2010-10-31  Andreas Ömanmatroska: Write the 'unknown segment size' as '01 ff...
2010-10-31  Andreas ÖmanAdd EAC3 support.
2010-10-31  Andreas ÖmanMore AC3 parser cleanup
2010-10-31  Andreas ÖmanCleanup the ac3 parser and fix a bug (that mostly was...
2010-10-30  sb1066Added a play link to the epg-details. Should fix #207...
2010-10-30  sb1066Don't hide the embedded vlc plugin when a url is passed...
2010-10-29  sb1066Hide the embedded video in the webif while not playing...
2010-10-27  Andreas ÖmanMore debug to track why a memory allocation suddenly...
2010-10-26  Andreas ÖmanWrite teletext subtitles to recorded mkv files
2010-10-26  Andreas ÖmanImprove timing of teletext subtitles
2010-10-26  Andreas ÖmanUse helpers
2010-10-26  Andreas ÖmanAdd some helpers
2010-10-26  Andreas ÖmanAnnounce TEXTSUB over HTSP
2010-10-26  Andreas ÖmanExtract teletext subtitles and convert into UTF-8 text.
2010-10-26  Andreas ÖmanOne more assert()
2010-10-26  Andreas ÖmanAdd an assert()
2010-10-25  Andreas ÖmanMPEG audio startcodes is in 0x1c0 - 0x1df range, not...
2010-10-25  Andreas ÖmanFix code style
2010-10-25  Andreas ÖmanFix bug in signed Exp-Golomb mapping code. Fixes ticket...
2010-10-24  Andreas ÖmanUse %zd fmt for size_t
2010-10-24  Andreas Ömanunbreak compile on 64bit when tsfixprintf() is defined
2010-10-21  Andreas ÖmanAdd support for multiple DVR configurations.
2010-10-21  Andreas Ömaniptv: Correctly drop group membership on transport...
2010-10-19  Andreas ÖmanCompute correct aspect when interlaced
2010-10-18  Andreas ÖmanOops: Remove an accidental usleep() that sneaked in.
2010-10-18  Andreas ÖmanAdd support for setting DESTDIR when doing make install
2010-10-18  Andreas ÖmanCorrectly compute display aspect ratio for h264
2010-10-18  Andreas ÖmanFix crash if removing DVR entry when in DVR_MISSED_TIME...
2010-10-08  Andreas Öman% -> %s
2010-10-08  Benjamin LarssonAdd from where we get the keys in the log.
2010-10-07  Andreas ÖmanDon't announce SCT_TEXTSUB since it does not work
2010-10-05  Andreas ÖmanAvoid NULL ptr deref
2010-10-03  Andreas ÖmanFix typo.
2010-09-22  Andreas ÖmanIncrease UDP receive buffer size. Ticket #279
2010-09-17  Andreas ÖmanDVR: Show reason code on error
2010-09-12  Andreas ÖmanDon't try to writev() longer vectors than sysconf(_SC_I...
2010-09-07  Andreas ÖmanLog if errors happens during recording
2010-09-06  Mattias WadmanProgram description is %d not %c
2010-09-05  Andreas ÖmanAdd support for IPTV over IPV6. ticket #248
2010-09-05  Andreas ÖmanMake it possible to add fake v4l adapters -- basically...
2010-09-05  Andreas ÖmanFix parsing of PS MPEG audio. Ticket #260
2010-09-05  Andreas ÖmanLink with libdl (for dladdr())
2010-09-01  Andreas ÖmanTry to set EPG content type based on info from XML TV.
2010-09-01  Andreas ÖmanMake it possible to configure whether or not to write...
2010-09-01  Andreas ÖmanWrite aspect ratio in recorded MKV files
2010-09-01  Andreas ÖmanSet correct height for interlaced h264
2010-08-30  Andreas ÖmanDon't write display width/height in MKV file
2010-08-30  Andreas ÖmanWrite more tags in MKV files #127
2010-08-30  Andreas ÖmanRework how content_type is handled internally
2010-08-30  Andreas ÖmanWrite MKV tags at end or it will crash gstreamer #267
2010-08-19  Andreas ÖmanWrite DVB subtitles as S_DVBSUB in matroska muxer
2010-08-19  Andreas ÖmanAdd support for some obscure PES packaging that VLC...
2010-08-19  Andreas ÖmanAdd '[ ] Remove all unsafe characters from filename...
2010-08-19  Andreas ÖmanRemove astray debug printf
2010-08-19  Andreas ÖmanFor matroska we need a few pieces of info for each...
2010-08-19  Andreas ÖmanBetter trap debug
2010-08-19  Andreas ÖmanAvoid trailing comma (does not work with IE)
2010-08-19  Andreas ÖmanUse correct way of extracting timezone info
2010-08-19  Andreas ÖmanFix bug in subtitle parsing
2010-08-18  Andreas ÖmanWhen deleting IPTV source, also delete configuration...
2010-08-18  Andreas ÖmanIf all services tied to a channel is deleted, delete...
2010-07-21  sb1066Made it possible to subscribe to a channel using the...
2010-07-11  sb1066Replaced the Play link in the channel editor with a...
2010-07-11  sb1066Added an icon to the epg toolbar that will bring up...
2010-07-11  sb1066Added a play link that will start to play the dvr file...
2010-07-11  sb1066Fixed url for channels in the media player
2010-07-11  sb1066Added css styles for the media player
2010-07-11  sb1066Added a media player that uses the VLC plugin API
2010-07-11  sb1066fixed typo in http range check
next