]> git.ipfire.org Git - thirdparty/tvheadend.git/shortlog
thirdparty/tvheadend.git
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
2010-07-09  sb1066Moved the http streaming to the webui
2010-07-09  sb1066set sb_data to NULL when the memory is released. Fixes...
2010-07-09  sb1066Added sanity checks for http-ranges
2010-07-09  sb1066Added support for byte ranges in the http server. This...
2010-07-07  sb1066Added streaming support. Should work on vlc, ffplay...
2010-07-07  sb1066create a subscription to a channel and output the conte...
2010-07-07  sb1066Generate a playlist (.m3u) for the http stream.
2010-07-07  sb1066Don't send the Content-Length if there is no content...
2010-07-07  sb1066Remeber the pcr pid the program comes from
2010-07-07  sb1066Remember what pids the streams originally comes from.
2010-07-03  Andreas Ömanremove dead code
2010-07-03  Andreas ÖmanRefactor parsing buffer handling + better constification
2010-07-03  Andreas ÖmanMake sure the descrambling fifo is really flushed befor...
2010-07-02  Andreas ÖmanAvoid updating CW while we are building the cluster...
2010-07-02  Andreas ÖmanLog CWC request delay
2010-07-01  Andreas ÖmanWrite per-track audio specific information
2010-07-01  Andreas ÖmanInclude # of channels and samplerate in streaming start...
2010-07-01  Andreas ÖmanExtract # of channels and samplerate for AC3 and MPA
2010-07-01  Andreas ÖmanAdd rate_to_sri()
2010-07-01  Andreas ÖmanTrack #0 is not allowed
2010-07-01  Andreas ÖmanAdd support for bounded PES packets in MPEG video.
2010-06-30  Andreas ÖmanFix incorrect MPA frame size computation (when padding...
2010-06-30  Andreas ÖmanFix user facing transport names for IPTV
2010-06-30  Andreas ÖmanFix error in AC3 parser
2010-06-30  Andreas ÖmanPlug memory leak
2010-06-30  Andreas ÖmanAnnounce HTTP server over mdns too
2010-06-30  Andreas ÖmanAdd support for HTTP HEAD command
2010-06-29  Andreas ÖmanRemove ancient code
2010-06-27  Andreas ÖmanAvoid mixing up keys from different pids
2010-06-27  Andreas ÖmanPrint provider ID in CAID stream info
2010-06-27  Andreas ÖmanAvoid unnecessary assignment
2010-06-26  Andreas ÖmanAdd reject filter to streaming_queue_init()
2010-06-26  Andreas Ömancosmetics
2010-06-24  Andreas ÖmanDon't whine about "unknown card". We already say that...
2010-06-24  Andreas ÖmanUpdate changelog with recent activity
2010-06-24  Andreas Ömancosmetics
2010-06-24  Andreas Ömanpsi: Assume that elementary stream type 0x81 is AC3...
2010-06-24  Andreas ÖmanFix broken debug printout
2010-06-24  Andreas ÖmanAdd a level of indirection between a packet and its...
2010-06-24  Andreas ÖmanRemove ext/
2010-06-24  Andreas ÖmanUse a simpler, but sufficient, timescaler
2010-06-23  Andreas ÖmanNo longer depend on FFmpeg
2010-06-23  Andreas ÖmanBorrow av_rescale() from libavutil
2010-06-23  Andreas ÖmanFix broken code introduced in r4953
next