summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-11Merge from 1.1.Darren Salt
2011-10-10input_cdda: fixed writing outside of tablePetri Hintukainen
2011-10-10fixed leakPetri Hintukainen
2011-10-10Fixed cast from pointer to integer of different sizePetri Hintukainen
2011-10-10Removed unneeded data from oss_driver_sPetri Hintukainen
2011-10-10audio_oss_out.c: fixed 'bytes_left' may be used uninitialized in this functionPetri Hintukainen
2011-10-10xine_check: check vasprintf() return valuePetri Hintukainen
2011-10-10Marked _x_canonicalise_url() with XINE_MALLOC attributePetri Hintukainen
2011-10-09Removed ' from preprocessor macroPetri Hintukainen
2011-10-10corrected typos in src/post/audio/stretch.c and src/post/deinterlace/xine_plu...Chad Dunlap
2011-10-08Build fix for Fedora with external FFmpeg.Jose Alberto Reguero
2011-10-06Merge from 1.1.Darren Salt
2011-10-06demux_ts: detect transport stream changes from PATPetri Hintukainen
2011-10-06demux_ts: Do not parse PAT unless it was changed (CRC)Petri Hintukainen
2011-10-06Cosmetics (fixed indent)Petri Hintukainen
2011-10-06demux_ts: always check if pid is PMT PIDPetri Hintukainen
2011-10-06demux_ts.c: always parse PATPetri Hintukainen
2011-10-05Bring xine_private.h into line with 1.2 branch, which already has this capabi...Chris Rankin
2011-10-05Merge commits which I've already merged from 1.1...Darren Salt
2011-10-05Merge from 1.1.Darren Salt
2011-10-04Merge from 1.1.Darren Salt
2011-10-03Set CLOEXEC flag on three more sockets.Chris Rankin
2011-10-03Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...Chris Rankin
2011-10-03Add CLOEXEC support for VDR plugin, plus a few extra descriptors.Chris Rankin
2011-10-03Add CLOEXEC flag to DXR3 plugin's descriptors.Chris Rankin
2011-10-03Mark simple file and socket descriptors as uninheritable.Chris Rankin
2011-10-01Merge from 1.1.Darren Salt
2011-10-03Set CLOEXEC flag on three more sockets.Chris Rankin
2011-10-03Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...Chris Rankin
2011-10-03Add CLOEXEC to another descriptor. (Merge from 1.2 branch).Chris Rankin
2011-10-03Assign O_CLOEXEC a safe default value if it hasn't been defined already.Chris Rankin
2011-10-01Add CLOEXEC flag to DXR3 plugin's descriptors.Chris Rankin
2011-10-01Mark simple file and socket descriptors as uninheritable.Chris Rankin
2011-09-26Merge from 1.1. (Needs some testing.)Darren Salt
2011-09-16ffmpeg video: do not require preview buffers for mpeg1/2Petri Hintukainen
2011-09-16Splitted ff_init_mpeg12_mode() from ff_handle_preview_buffer()Petri Hintukainen
2011-09-16minor optimizationPetri Hintukainen
2011-09-16libdts: simplify. Preview buffers are already ignored.Petri Hintukainen
2011-09-27Fixed mpeg2 decoding with ffmpeg.Petri Hintukainen
2011-09-26demux_ts_adaptation_field_parse(): compile code used for conditional logging ...Petri Hintukainen
2011-09-26demux_ts_adaptation_field_parse(): return -1 when there is no PCR (0 is valid...Petri Hintukainen
2011-09-27ff_audio_open_codec(): initialize codec if it hasn't been initialized.Petri Hintukainen
2011-09-27Splitted ff_audio_open_codec() from ff_audio_decode_data()Petri Hintukainen
2011-09-27Splitted ff_audio_init_codec() from ff_audio_handle_header_buffer()Petri Hintukainen
2011-09-27Splitted ff_audio_handle_header_buffer() from ff_audio_decode_data()Petri Hintukainen
2011-09-27ffmpeg audio: make sure decode_buffer is allocated only oncePetri Hintukainen
2011-09-15ffmpeg audio: removed checks that are always true (context is allocated in init)Petri Hintukainen
2011-09-15ffmpeg audio: make sure context is allocated only oncePetri Hintukainen
2011-09-16Fixed "warning: cast from pointer to integer of different size"Petri Hintukainen
2011-09-16Simplify: check for BUF_FLAG_SPECIAL only once. Splitted special buffer handl...Petri Hintukainen