index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
demuxers
Age
Commit message (
Expand
)
Author
2007-06-09
Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions.
Darren Salt
2007-06-09
Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.
Darren Salt
2007-06-08
Add two missing alloca.h includes and clean up one other.
Darren Salt
2007-06-03
[patch] Fix video pid misdetection
Andrew de Quincey
2007-06-01
Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can mi...
Bram Verweij
2007-05-31
Patch: fix parsing qt/mov embedded refernces
Claudio Ciccani
2007-05-29
Actually id3v2_tagsize was used by demux_mpgaudio and demux_aac; but as it ma...
Diego 'Flameeyes' Pettenò
2007-05-29
Fix typo reporting ID3v2.4 tags as ID3v2.3.
Diego 'Flameeyes' Pettenò
2007-05-29
Print the invalid header flags when found.
Diego 'Flameeyes' Pettenò
2007-05-29
Add a comment about id3v2_istag function and remove id3v2_tagsize function (w...
Diego 'Flameeyes' Pettenò
2007-05-29
Correctly parse ID3 tags, and avoid skipping over them manually. This reduces...
Diego 'Flameeyes' Pettenò
2007-05-02
[PATCH] Remove packet count from demux_ts, to remove a long delay
Simon Farnsworth
2007-05-02
[PATCH] Enhance logging in demux_ts, input_dvb and video_out_xv
Simon Farnsworth
2007-05-06
Merge Reinhard Nissl's demuxer fixes.
Darren Salt
2007-04-21
Add support for MDHD version 1 atom in demux_qt. [bug #1679398]
Diego 'Flameeyes' Pettenò
2007-04-17
Fix DVD playback (was hanging when either the AC3 or DTS demuxers were probed).
Darren Salt
2007-04-15
Avoid sending BUF_FLAG_FRAME_END before the first frame.
Reinhard Nißl
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
2007-06-13
Use strndup rather than just strdup to avoid overflows.
Diego 'Flameeyes' Pettenò
2008-04-14
Remove a memset() rendered pointless by use of calloc().
Darren Salt
2008-04-14
divide by zero in demux_qt.c
Colin Gibbs
2008-04-07
Fix vorbis initialization problem in the matroska demuxer due to my last vorb...
Thibaut Mattern
2008-04-07
Implement support for "MPEG-3 adu".
Jinghua Luo
2008-04-07
Move the sipro codec swap data & code into a common header.
Darren Salt
2008-04-07
Use ffmpeg's cook decoder and fix Real decoder bugs
Jinghua Luo
2008-04-06
Add some newer Ogg MIME types.
Darren Salt
2008-04-05
Fix a regression in the Matroska demuxer.
Darren Salt
2008-03-31
Revert a change which broke Quicktime atom parsing.
Darren Salt
2008-03-30
Add video/x-matroska.
Darren Salt
2008-03-26
calculate AIFF files samplerate from 80-bit float, fixes wrong playback of so...
Kirill Belokurov
2008-03-28
AIFF comment chunks are word-aligned, so we should seek extra byte for them
Kirill Belokurov
2008-03-27
read only full frames into buffer - otherwise decoder will lose trailing byte...
Kirill Belokurov
2008-03-28
More checking for memory allocation failures.
Darren Salt
2008-03-26
Be more careful with malloc(x+1), particularly on 32-bit.
Darren Salt
2008-03-23
Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).
Darren Salt
2008-03-23
Check for failure of various memory allocations. (SA29484)
Darren Salt
2008-03-24
WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first one
Kirill Belokurov
2008-03-07
Get rid of some "may be used uninitialised" warnings.
Darren Salt
2008-03-02
Reorganise DTS audio type detection (ready for LE16 & BE14); changelog entry.
Darren Salt
2008-02-22
added patch for 16bit big endian DTS detection
Kirill Belokurov
2008-02-20
Off-by-one in the FLAC security fix, breaking playback of some files.
Darren Salt
2008-02-18
Timecode diff is signed.
Thibaut Mattern
2008-02-18
merge backout
Thibaut Mattern
2008-02-18
Backed out changeset 698d30889b29
Thibaut Mattern
2008-02-16
Take in account the size of the extended header.
Thibaut Mattern
2008-02-15
Fixed endianess problem.
Thibaut Mattern
2008-02-14
Fixed mp3 sniff code.
Thibaut Mattern
2008-02-07
Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size.
Thibaut Mattern
2008-02-07
Add length checking in the FLAC metadata-parsing code.
Darren Salt
2008-02-04
Check block sizes & frame sizes. Use unsigned variables where appropriate.
Mathieu Olivier
[prev]
[next]