History | View | Annotate | Download (0 Bytes)
refactor streamer code, move to ANS remine repos
add Streamers commit to solve the Mac execution bug
enable 32bit cross-compiling
add execution scripts for Windows and modified chunker_player in order to make it more reliable..
fixing libvga link error in player
fixes to ChunkerPlayer compilation
fix some more HOSTARCH checks
fix segfault in chunker when -F is not specified
ChunkerPlayer: fixing various compile issues with minGW-w64 and Ubuntu 12.04
ChunkerPlayer: fixing libmicrohttpd version for ming32 compatibility
fixing SDL compile issue on Ubuntu 12.04
Merge branch 'win32' into next
Conflicts: ChunkerPlayer
enable chunker in the win32 version
player: adding crop modes to ratios (change with 'R')
player: publish based on ChannelGroup instead of exact channel title
updating ffmpeg to the 0.10.2 point release
fix two compilation issues in chunker, caused by changes in libavfilter
upgrading submodules to openSUSE 64bit compatible version
ChunkerPlayer: fixing compile issue due to zlib tgz relocate on zlib's site
fix problem with player.sh not printing help and reduce logging level
chunker: fix crash after large errors in the input stream
player: fix zapping problems on Win
chunker: fix restart on anomaly in the input stream
chunker: turn off avfilter usage on OS X
Current versions of avfilter does not compile on OS X Lion.This is just a temporary fix, should be removed when avfilter isupgraded to a fixed version.
ChunkerPlayer: upgrading to version compatible with new ffmpeg master branch
Chunker: fixing some timestamp anomalies and adding multi-channel support
Player: improve zapping
fix X11 threaded initialization on Linux (xcb_io crashes)
chunker: improved transcoding quality: adding deinterlacing filter
other filters can also be turned on using the --avfilter optionTODO: update avfilter version and use the auto-detect feature of newerversions (3rd argument of yadif)
chunker: fix transcoding errors, copy mode, and compilation on Ubuntu 11.10
Player: fix video scaling interpolation on windows, add 'x' key to swotch interpolation
Player: fixes to the a/v sync and buffering mechanisms
Player: fix garbage after resize in Windows
Player: fixing audio out-of-sync and improving video palyback
Player: fix full screen switching and add 'f' key to toggle full screen
ChunkerPlayer: fixes and some GUI keys (up/down,left/right,q)
adding OS X installer creation
Signed-off-by: Marco Mellia <mellia@tlc.polito.it>
ChunkerPlayer: fixing mingw compilation
Chunker: fixing a crash on avcodec_close; changing some codec parameters
fixing some OS X SDL related errors
fix build on OS X Lion
Player: fix a memleak; some code cleanup
player: turning off PSNR publication to the repo
the PSNR publication code crates a temporary file that could blockthe whole player. It needs better handling
player: improve handling of channel list file
Player: download channel list directly uling libcurl
ChunkerPlayer: fix a build error due to CURL's dependence on librtmp
ChunkerPlayer: set some default transcoding parameters in Chunker
ChunkerPlayer: some code cleanup in Player
ChunkerPlayer: add manual stream selection to Chunker
player: improve video output quality (fix double scaling issue)
player: fix freeze due to unsuccessful PSNR publish
ChunkerPlayer: fix various build_ul and makefile issues
player: let SDL auto-tune the audio buffer size
ChunkerPlayer: fix some make issues
check for SDL stopped on Mac when build was done from ssh
player: fix windows build
chunker: fix problems with minimum and instantaneous video rate
player: improve zap time (do not reopen the audio device)
include changes from winestreamer-1.0-rc
upgrading all components to the winestreamer-1.0-rc version
Player: changing default port to 6100
player: stability fixes on all platforms
fixing audio buffer management in player (for win compatibility) and A/V sync
chunker: fix video timestamp calculation
better calculation in case of h264 input and/or input errors
fixing chunker and player build on Mac
chunker: fix compilation on Mac
player: improve GUI
chunker: log less
chunker: fix scaling, improve x264 quality settings
chunkerplayer: upgrade to mingw32 compatible version
player: fix player exit
chunker: improve default GOP size and B frame values
chunker: correct the meaning of -o option
player: added automatic delay increase (plus various fixes)
ChunkerPlayer: various functional and quality fixes
fixes to the player
timestamping fixes to chunker and player
adding various chunker and player timestamp and A/V sync fixes
fixing chunker anomaly detection, plus some video quality tuning
just changing channels.conf again
make chunker more parametrizable
chunker: fix mpeg4 "too many b frames" encode error
more changes to the channel file
disabling anomaly detection in chunker, and changing channel file
Player and Streamers fixes (synch with mingw2 branch)
player: get codec info from channel descriptor
player: fix a command-line handling error
player: updated to make all parameters optional
player: fixing startup and compilation
update to channel.conf
updated channels.conf
ChunkerPlayer: fixing some memleaks and chunk priority calculation
ChunkerPlayer: disable some machanisms that created problems, add vcodec copy
fixing initial freeze in player
adding libogg libvorbis and mp3lame to 3rdparty libs and ffmpeg
use the same copy of ffmpeg for both streamer-grapes and ChunkerPlayer
upgrading ChunkerPlayer: fixes, improved build, configurable codecs
improve ChunkerPlayer build
adding ChunkerPlayer