summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2007-12-29Only check for the chunk's size to be lesser than 100 when reading the COMM_TAG.Diego 'Flameeyes' Pettenò
2007-12-26Fix pls parsing (broken in cset e0819c1c624a).Darren Salt
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2007-12-17compileMatthias Kretz
2007-12-17add video/flv and application/x-flash-video MIME aliases as used by shared-mimeMatthias Kretz
2007-12-16Tell the Real demuxer about http references.Darren Salt
2007-12-13Set stream information only when reading a streaminfo FLAC block.Diego 'Flameeyes' Pettenò
2007-12-13Free the temporary variables that are allocated, avoid memory leaks.Diego 'Flameeyes' Pettenò
2007-12-02silence stdout of ogg demuxerMatthias Kretz
2007-11-25Fix a signedness issue in genre number validation.Darren Salt
2007-11-25Avoid any future need to alter ID3_GENRE_COUNT.Darren Salt
2007-11-25patch adding additional ID3 genresMaximilian Schwerin
2007-11-24Add option to disable Nosefart/NSF plugin building.Diego 'Flameeyes' Pettenò
2007-11-23Merge.Darren Salt
2007-11-23fix read_ogg_packet to really read all of the data; don't go into DEMUX_FINIS...Matthias Kretz
2007-11-18Get filesize from metadata, when available.Claudio Ciccani
2007-11-18Implemented a faster method to seek to absolute position (seek+resync).Claudio Ciccani
2007-11-17Send headers using script information as reference (when available).Claudio Ciccani
2007-11-13Fix a possible DVB plugin crash when switching channels.Darren Salt
2007-11-12Do not mind about ASX playlist version.Claudio Ciccani
2007-11-11Merge transplanted patches.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-10-31Improve PTS wrap detection for large A/V offsets.Reinhard Nißl
2007-10-18fix issue with non-seekable stream in demux_flvClaudio Ciccani
2007-10-10Stop a really irritating fprintf() that really should not be.Matt Messier
2007-10-01Fix incorrect H.264 detection on successive MPEG1/2 B frames.Reinhard Nißl
2007-09-09fix spudvb decoder updateChristophe Thommeret
2007-09-09Fix switching DVB subtitles channels.Christophe Thommeret
2007-08-17mpeg_ts multiple audio streams fix + spu lang fixChristophe Thommeret
2007-07-08Patch: mpeg_ts + ffmpegChristophe Thommeret
2007-07-02Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...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-13Fix compiler warning (pointer arithmetic).Albert Lee
2007-06-09Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions.Darren Salt
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-06-08Add two missing alloca.h includes and clean up one other.Darren Salt
2007-06-03[patch] Fix video pid misdetectionAndrew de Quincey
2007-06-01Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can mi...Bram Verweij
2007-05-31Patch: fix parsing qt/mov embedded referncesClaudio Ciccani
2007-05-29Actually id3v2_tagsize was used by demux_mpgaudio and demux_aac; but as it ma...Diego 'Flameeyes' Pettenò
2007-05-29Fix typo reporting ID3v2.4 tags as ID3v2.3.Diego 'Flameeyes' Pettenò
2007-05-29Print the invalid header flags when found.Diego 'Flameeyes' Pettenò
2007-05-29Add a comment about id3v2_istag function and remove id3v2_tagsize function (w...Diego 'Flameeyes' Pettenò
2007-05-29Correctly 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 delaySimon Farnsworth
2007-05-02[PATCH] Enhance logging in demux_ts, input_dvb and video_out_xvSimon Farnsworth
2007-05-06Merge Reinhard Nissl's demuxer fixes.Darren Salt
2007-04-21Add support for MDHD version 1 atom in demux_qt. [bug #1679398]Diego 'Flameeyes' Pettenò
2007-04-17Fix DVD playback (was hanging when either the AC3 or DTS demuxers were probed).Darren Salt