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