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-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
2008-01-26
Fix a few recently-caused compiler warnings.
Darren Salt
2008-01-25
Fixed parsing of keyframes indices (do not assume a specific order betwen "ti...
Claudio Ciccani
2008-01-25
Report unofficial mimetypes (x- variants) for the Ogg demuxer too.
Diego 'Flameeyes' Pettenò
2008-01-25
Advertise proper support for FLAC files.
Diego 'Flameeyes' Pettenò
2008-01-24
Fix a possible crash on channel change in the DVB plugin.
Darren Salt
2008-01-23
Sanity-check ASF header sizes.
Darren Salt
2008-01-21
Fixed logging.
Thibaut Mattern
2008-01-21
Fixed logging.
Thibaut Mattern
2008-01-21
Fixed problems introduced by the free bitrate handling when frame sync is lost.
Thibaut Mattern
2008-01-20
Comment out "#define LOG" again.
Darren Salt
2008-01-19
Cleanup.
Thibaut Mattern
2008-01-19
Merge
Thibaut Mattern
2008-01-19
Initial support of free bitrate streams.
Thibaut Mattern
2008-01-14
Update mimetypes for Annodex and Ogg.
Diego 'Flameeyes' Pettenò
2008-01-14
Support all the extensions reported by xiph's documentation (plus ogm).
Diego 'Flameeyes' Pettenò
2008-01-12
Fixed metadata reading when length=0.
Thibaut Mattern
[prev]
[next]