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
/
asfheader.c
Age
Commit message (
Expand
)
Author
2013-09-29
Fixed using uninitialized variables
Petri Hintukainen
2012-01-18
Merge from 1.1
Petri Hintukainen
2012-01-16
Fixed using uninitialized data
Petri Hintukainen
2011-10-26
Merge from 1.1.
Darren Salt
2011-10-17
Fixed warnings
Petri Hintukainen
2010-07-25
Merge from 1.1; resync translation files.
Darren Salt
2010-07-19
Fix a potential freeing of unallocated memory.
Darren Salt
2008-08-14
Merge from 1.1.
Darren Salt
2008-07-03
Merge from 1.1.
Darren Salt
2008-06-27
Add basic aspect ratio detection for WMV streams.
Darren Salt
2008-06-25
Restore iconv_open() (mismerge).
Darren Salt
2008-08-08
Fix crash with corrupted WMV files when checking for aspect ratio information.
Darren Salt
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
2008-05-07
Avoid memset() on newly allocated memory areas.
Diego 'Flameeyes' Pettenò
2008-03-12
Merge from 1.1.
Darren Salt
2008-03-07
Get rid of some "may be used uninitialised" warnings.
Darren Salt
2008-01-17
Merge from 1.1.
Darren Salt
2008-01-12
Fixed metadata reading when length=0.
Thibaut Mattern
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-18
Only open (and close) iconv in asf_header_parse_content_description.
Diego 'Flameeyes' Pettenò
2007-12-18
Check for buffer_len before allocating the buffer, so it hasn't to be freed.
Diego 'Flameeyes' Pettenò
2007-12-18
Set the values of buffers in the same if as they are tested.
Diego 'Flameeyes' Pettenò
2007-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
2007-06-15
Cast the -1 comparison.
Diego 'Flameeyes' Pettenò
2007-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
2006-11-10
Include xineutils so that lprintf macro is defined and the symbol is not unde...
Diego 'Flameeyes' Pettenò
2006-10-16
Fixed several warnings (but warnings due to APIs not solved).
František Dvořák
2006-09-12
Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa...
František Dvořák
2006-09-07
Added common asf header parser.
Thibaut Mattern