Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-25 | demux_ts: flush known-sized PES payloads immediately. Fixes delayed ↵ | Petri Hintukainen | |
subtitles and still images. | |||
2011-11-25 | Merge | Petri Hintukainen | |
2011-11-25 | demux_ts: report only known audio/spu tracks to ui | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-25 | Fixed using uninitialized variable (segfault in memcpy.c) | Petri Hintukainen | |
2011-11-25 | Merge | Petri Hintukainen | |
2011-11-25 | demux_ts: check if input plugin supports track languages when track language ↵ | Petri Hintukainen | |
is unknown in demuxer --HG-- branch : point-release | |||
2011-11-25 | demux_ts: fixed DEMUX_OPTIONAL_DATA_SPULANG when language is unknown | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-25 | demux_ts: fixed DEMUX_OPTIONAL_DATA_AUDIOLANG when language is unknown | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-25 | demux_ts: Fixed incorrect check. Pointer to struct member is always non-NULL. | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-25 | Added FOURCC codes for EAC3 | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-24 | Don't check for and include a52_internal.h: it's not actually used. | Kevin Kofler | |
--HG-- branch : point-release extra : rebase_source : 3cc7f85e6e39b1af46b7da40edcdebda000ef8ff | |||
2011-11-24 | Fixed aliasing | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-24 | Check fwrite return value | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-24 | Merge | Petri Hintukainen | |
2011-11-24 | Fixed leaks in input plugins | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-24 | Silenced compiler warning | Petri Hintukainen | |
2011-11-24 | Fixed v4l2_input_read() parameter types | Petri Hintukainen | |
2011-11-23 | Remove our internal videodev2.h - no longer needed. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-23 | Have the PVR input plugin built if V4L2, not V4L1, is present. | Darren Salt | |
--HG-- branch : point-release extra : rebase_source : 182453d8d03dbac55d0264944566e8430ac7d601 | |||
2011-11-23 | demux_ts: simplify pes buffering | Petri Hintukainen | |
2011-11-23 | demux_ts: Changed parse_pes_header() to return header length. Removed ↵ | Petri Hintukainen | |
MAX_PIDS uint32_t's that were used only as return value for parse_pes_header() | |||
2011-11-23 | demux_ts: when calculatingPES header len, count all bytes not just extension ↵ | Petri Hintukainen | |
header | |||
2011-11-23 | audio_decoder.c: include xine_private.h for _x_audio_decoder_init() and ↵ | Petri Hintukainen | |
_x_audio_decoder_shutdown() prototypes. | |||
2011-11-23 | demux_ts: reset spu track map before parsing new PMT | Petri Hintukainen | |
2011-11-23 | demux_ts: added reset_track_map() | Petri Hintukainen | |
2011-11-23 | demux_ts: fixed possible double free_buffer. Make sure unused media entries ↵ | Petri Hintukainen | |
have no pid. | |||
2011-11-23 | Merge from 1.1 | Petri Hintukainen | |
2011-11-23 | Fixed aliasing | Petri Hintukainen | |
2011-11-23 | Simplify | Petri Hintukainen | |
2011-11-23 | spudvb: use int64_t for pts. Fixed printf formats. | Petri Hintukainen | |
2011-11-23 | Removed write-only variable | Petri Hintukainen | |
2011-11-23 | Added config option to ignore DVB SPU PTS timestamps | Petri Hintukainen | |
2011-11-23 | dvbspu: Make sure we don't use old PTS | Petri Hintukainen | |
2011-11-23 | Use PTS timestamps with DVB subtitles | Torsten Jager | |
2011-11-23 | Merge. | Petri Hintukainen | |
2011-11-23 | Fix libavcodec version checks for AAC LATM/MPEG parser code | Brad Smith | |
--HG-- branch : point-release | |||
2011-11-22 | Merge. | Darren Salt | |
2011-11-22 | Fix up ImageMagick API selection in the presence of GraphicsMagick; changelog. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-22 | Use current ImageMagick API | Petri Hintukainen | |
2011-11-22 | Use current ImageMagick API | Petri Hintukainen | |
--HG-- branch : point-release extra : transplant_source : %3F%D8u%A8%97%F1R%3FtU%27%CB%EA%F5%26%18%EC-%C6%9E | |||
2011-11-18 | Fixed building with internal ffmpeg | Petri Hintukainen | |
2011-11-13 | fake missing definitions for WIN32 | Mark Brand | |
--- src/audio_out/audio_file_out.c | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) | |||
2011-11-13 | Need sys/stat.h for file audio output code to build on OpenBSD | Brad Smith | |
2011-11-11 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libfaad/xine_faad_decoder.c => src/audio_dec/xine_faad_decoder.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c | |||
2011-11-11 | Merge. | Darren Salt | |
2011-11-04 | fixed indent | Petri Hintukainen | |
2011-11-04 | demux_ts: improved logging for streams >= 0x80 | Petri Hintukainen | |
2011-11-04 | demux_ts: do not demux unknown streams (where id >= 0x80) | Petri Hintukainen | |
2011-11-04 | demux_ts: Detect DTS in PS1 | Petri Hintukainen | |
2011-11-04 | demux_ts: Fixed incorrect usage of HDMV_AUDIO_84_EAC3 | Petri Hintukainen | |