Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-04 | demux_ts: Better support for dynamically changing PMTs | Torsten Jager | |
2011-11-18 | Use POSIX timers where available for determining which memcpy method to use. | Darren Salt | |
2011-11-04 | Fix order of header to avoid build failure due to conflicting definitions of ↵ | M.A. Brand | |
INT32 [Note: name assumed. - DS] --HG-- extra : rebase_source : 70c19c8d941ab5c8ad25b1a62c023849af8f9ab1 | |||
2011-11-04 | xine_faad_decoder: fixed pts type (int64_t, not int) | Petri Hintukainen | |
2011-11-04 | video_decoder: handle BUF_CONTROL_RESET_TRACK_MAP (reset SPU track map) | Petri Hintukainen | |
2011-11-02 | ff_audio_decoder: Use parser for AAC LATM and MPEG. Fixes streams with ↵ | Petri Hintukainen | |
multiple audio packets in single PES packet and audio packets splitted to multiple PES packets. | |||
2011-11-02 | ff_audio_decoder: do not queue any data if opening audio output fails | Petri Hintukainen | |
2011-11-02 | ff_audio_decoder: If codec parameters can't be read from first audio packet, ↵ | Petri Hintukainen | |
try next. Fixes detecting parameters when there are multiple audio packets in single PES packet. | |||
2011-11-02 | ff_audio_decoder: open audio out after decoding the data | Petri Hintukainen | |
- Fixes detecting audio parameters when audio packet is splitted to multiple buffers - Simplifies the code (decode function is called only once for each audio frame) | |||
2011-11-02 | demux_ts: removed write-only variable (content) from demux_ts_media | Petri Hintukainen | |
2011-10-29 | demux_ts: splitted update_extra_info() | Petri Hintukainen | |
2011-10-27 | ff_audio_decoder: splitted calling avcodec_decode_audio* to separate function | Petri Hintukainen | |
2011-10-27 | libspudvb: skip display descriptor segments | Torsten Jager | |
(dont abort just because its present) | |||
2011-10-27 | libspudvb: Fixed region size check (HD can have 1920x1080 regions) | Torsten Jager | |
2011-10-26 | Merge from 1.1. | Darren Salt | |
2011-10-19 | demux_ts: added missing HDMV spu channel | Petri Hintukainen | |
2011-10-19 | demux_ts: pid and media_num are unsigned. | Petri Hintukainen | |
2011-10-18 | demux_ts: fixed buffer leak. (buffer was lost if PES packet had no payload) | Petri Hintukainen | |
2011-10-18 | demux_ts: factorized buffer sending | Petri Hintukainen | |
2011-10-18 | demux_ts: eliminated unneeded variable | Petri Hintukainen | |
2011-10-18 | demux_ts.c: Use input->seek_time() when available. | Petri Hintukainen | |
2011-10-18 | demux_ts.c: fixed seeking to time offset | Petri Hintukainen | |
2011-10-18 | Merge from 1.1 | Petri Hintukainen | |
2011-10-18 | net_buf_ctrl: dvb sync: dont rely on demuxer sending BUF_FLAG_FRAME_START | Torsten Jager | |
(eg for streams that send PES payloads not aligned to frame boundaries). | |||
2011-10-18 | net_buf_ctrl: dvb sync: observe a/v buffers only. | Torsten Jager | |
Dont get fooled by subtitle buffers with pts seconds away from video for example. | |||
2011-10-18 | Removed unused variable | Petri Hintukainen | |
2011-10-18 | input_dvb: if write() fails, stop recording and log a message | Petri Hintukainen | |
2011-10-18 | input_dvb: fixed check for recording file handle | Petri Hintukainen | |
2011-10-18 | Fixed incorrect aliasing | Petri Hintukainen | |
2011-10-17 | Fixed warnings | Petri Hintukainen | |
2011-10-17 | Fixed warning | Petri Hintukainen | |
2011-10-17 | Removed unused variables | Petri Hintukainen | |
2011-10-17 | Merge from 1.1 | Petri Hintukainen | |
2011-10-17 | Merge from 1.1 | Petri Hintukainen | |
2011-10-17 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h | |||
2011-10-17 | Fixed input time calculation | Petri Hintukainen | |
(was lost when splitting patch) | |||
2011-10-17 | demux_ts: added rate estimation | Torsten Jager | |
2011-10-17 | Added E-AC-3 to demux_mpeg_pes | Jose Alberto Reguero | |
2011-10-15 | Disable strict-aliasing where it caused compiler warnings | Christian Ruppert | |
2011-10-11 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/post.h => include/xine/post.h rename : po/libxine1.pot => po/libxine2.pot | |||
2011-10-10 | Fixed asprintf usage | Petri Hintukainen | |
2011-10-10 | input_cdda: fixed writing outside of table | Petri Hintukainen | |
2011-10-10 | fixed leak | Petri Hintukainen | |
2011-10-10 | Fixed cast from pointer to integer of different size | Petri Hintukainen | |
2011-10-10 | Removed unneeded data from oss_driver_s | Petri Hintukainen | |
2011-10-10 | audio_oss_out.c: fixed 'bytes_left' may be used uninitialized in this function | Petri Hintukainen | |
2011-10-10 | Added asprintf wrapper | Petri Hintukainen | |
2011-10-16 | Added internal event XINE_EVENT_END_OF_CLIP | Petri Hintukainen | |
This event is used by BluRay input plugin to flush demux_ts caches at end of clip. | |||
2011-10-13 | demux_ts: Fixed frame normpos. Cache current PES packet position in input ↵ | Torsten Jager | |
stream. | |||
2011-10-15 | Kill some "discarded qualifier" warnings in libw32dll. | Darren Salt | |