Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-16 | Silenced warning | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Removed write-only variables | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Fixed osd_hide() return value | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Fixed using uninitialized data | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | define _XOPEN_SOURCE before including any system headers | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Fixed pointer type | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Added missing const | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-15 | Fixed printf format | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-15 | xvmc: Fixed using uninitialized data and resource leak (from 9456) | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-15 | Fixed printf format | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-25 | Updated ChangeLog | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-25 | demux_ts: report only known audio/spu tracks to ui | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-25 | Changelog update. | Darren Salt | |
--HG-- branch : point-release | |||
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 | Fixed leaks in input plugins | Petri Hintukainen | |
--HG-- branch : point-release | |||
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 | Fix libavcodec version checks for AAC LATM/MPEG parser code | Brad Smith | |
--HG-- branch : point-release | |||
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 | |
--HG-- branch : point-release extra : transplant_source : %3F%D8u%A8%97%F1R%3FtU%27%CB%EA%F5%26%18%EC-%C6%9E | |||
2011-11-20 | fix system libdvdnav support to also link libdvdread | Kevin Kofler | |
--HG-- branch : point-release | |||
2011-11-18 | Changelog update. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-18 | Enhance and move the "internal ffmpeg" warning. | Darren Salt | |
--HG-- branch : point-release | |||
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-13 | Added tag 1.1.20 for changeset 342128b2fcf5 | Darren Salt | |
2011-11-13 | Sync translation files (line nos. etc.).1.1.20 | Darren Salt | |
2011-11-13 | xine-lib 1.1.20. | 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-19 | demux_ts: added missing HDMV spu channel | Petri Hintukainen | |
2011-10-19 | demux_ts: pid and media_num are unsigned. | Petri Hintukainen | |