summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
2012-04-26Fixed merge errorPetri Hintukainen
2012-04-26Merge from 1.1Petri Hintukainen
2012-04-26Fixed demux_qt for the pts < dts caseTorsten Jager
2012-02-28Made demux_ts send pts not dts even for reordered (b-framed) video.Torsten Jager
2011-10-05Merge from 1.1.Darren Salt
2011-10-04demux_qt: check asprintf() return valuePetri Hintukainen
2011-10-04demux_qt: fixed using uninitialized dataPetri Hintukainen
2011-05-17Merge from 1.1.Darren Salt
2011-05-15Better support for 24-bit lpcmChristopher Martin
2011-03-20Merge from 1.1.Darren Salt
2010-10-30Using binary mode when writing raw data, in disabled debug code.František Dvořák
2010-09-23Merge from 1.1.Darren Salt
2010-09-20Update Qt demuxer's extensions list.Darren Salt
2010-09-16Add f4v/f4a file extensions to the Qt demuxer's MIME tableBrad Smith
2010-01-16Clean up properly after QTL parsing.Darren Salt
2010-01-16Added basic support for .qtl (Quicktime media link).Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2010-02-12Clip the atom size to that remaining *before* testing whether it's too small.Darren Salt
2010-01-17Don't try to handle .qtl in the Quicktime demuxer.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-10-10Merge from 1.1.Darren Salt
2009-08-26Add a user agent & protocol hack to allow viewing of Apple film trailers.Darren Salt
2009-04-03Merge from 1.1, discarding new "#if"s in ff_video_decoder.c.Darren Salt
2009-04-01Fix an integer overflow in the Quicktime demuxer.Darren Salt
2009-01-05Merge security fixes from 1.1.Darren Salt
2009-01-05Fix for CVE-2008-5234(1).Darren Salt
2009-01-01Avoid underflow in input size calculation for compressed atomsMatthias Hopf
2009-01-04Fix for CVE-2008-5237Matthias Hopf
2009-01-04Fix for CVE-2008-5234.Matthias Hopf
2008-06-15Merge from 1.1.Darren Salt
2008-06-14Extra MIME types for Quicktime/ISO media.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-05-07Merge file removal.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-07Mark internal functions and data structures static.Diego 'Flameeyes' Pettenò
2008-04-15Merge from 1.1.Darren Salt
2008-04-14Remove a memset() rendered pointless by use of calloc().Darren Salt
2008-04-14divide by zero in demux_qt.cColin Gibbs
2008-04-02Merge from 1.1.Darren Salt
2008-03-31Revert a change which broke Quicktime atom parsing.Darren Salt
2008-03-29Merge from 1.1.Darren Salt
2008-03-26Merge from 1.1.Darren Salt
2008-03-28More checking for memory allocation failures.Darren Salt
2008-03-23Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).Darren Salt
2008-03-23Check for failure of various memory allocations. (SA29484)Darren Salt
2008-02-04Report the identifiers of unrecognised video & audio codecs.Darren Salt
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Allocate the preview buffer only when actually needed; use zeroed allocation ...Diego 'Flameeyes' Pettenò