aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* Cosmetics: reindentGravatar reimar2008-07-10
* Clean up reading of wav extradata.Gravatar reimar2008-07-10
* Fix stupid and almost pointless check-after-read code in asfheader.c.Gravatar reimar2008-07-09
* Use correct PRIu64 length modifier for uint64_t value, fixes the warning:Gravatar diego2008-07-08
* Add support for MLP audio through FFmpeg.Gravatar diego2008-07-07
* Add standard license header for NuppelVideo, i.e. GPL v2+.Gravatar diego2008-07-06
* Check stdata_len before accessing stdata. Fixes bug #1125Gravatar reimar2008-07-04
* Replace asserts by proper conditions to allow playback of some broken butGravatar reimar2008-06-29
* Make sure we do not use uninitialized data in case of a short read.Gravatar reimar2008-06-29
* Do not use stdata before checking its lengthGravatar reimar2008-06-29
* add support for /game-formats/psx-str/Gravatar compn2008-06-24
* Add missing #includes that are required for things used in the header.Gravatar diego2008-06-17
* cosmetics: Remove useless parentheses, align.Gravatar diego2008-06-16
* Chapter support for lavf demuxer.Gravatar reimar2008-06-16
* Support NULL name parameter for demuxer_add_chapter.Gravatar reimar2008-06-16
* cosmetics: Break overly long lines.Gravatar diego2008-06-16
* cosmetics: indentation, whitespace changesGravatar diego2008-06-16
* cosmetics: consistent * placementGravatar diego2008-06-16
* cosmetics: one more if brace placement fixGravatar diego2008-06-16
* M-x untabifyGravatar diego2008-06-16
* cosmetics: Remove all trailing whitespace.Gravatar diego2008-06-16
* cosmetics: Split/join multiline statements.Gravatar diego2008-06-16
* cosmetics: Consistently format all if, for, while constructs.Gravatar diego2008-06-16
* Remove one more commented-out line.Gravatar diego2008-06-16
* cosmetics: Make all function declarations consistent by moving the openingGravatar diego2008-06-16
* Remove one more commented-out line.Gravatar diego2008-06-16
* Remove pointless comments and commented-out code.Gravatar diego2008-06-16
* Unbreak audio, thanks to Uoti for the insightGravatar lu_zero2008-06-12
* Remove unused variable, fixes the warning:Gravatar diego2008-06-08
* call demux_flush() where appropriateGravatar nicodvb2008-06-02
* use demux_flush() where appropriateGravatar nicodvb2008-06-02
* added and reused demux_flush() instead of emptying the demux_stream buffers;Gravatar nicodvb2008-06-02
* Initialize sh_audio/sh_video->dsGravatar reimar2008-05-27
* Simplify/make new_sh behaviour more consistent when a stream gets redefined.Gravatar reimar2008-05-27
* Cosmetics: simplifyGravatar reimar2008-05-27
* Move native musepack demuxer further down in demuxer listGravatar reimar2008-05-27
* add qclp fourccGravatar compn2008-05-26
* Make internal subtitle and subtitle switching work with -audiofileGravatar reimar2008-05-21
* Use av_alloc_put_byte instead of custom protocol.Gravatar reimar2008-05-21
* Continue detection if it is not clear if we have a MP3 or flac file.Gravatar reimar2008-05-21
* add ffmpeg ea maxis xa adpcm audio decoderGravatar compn2008-05-16
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Remove unused function, fixes the warning:Gravatar diego2008-05-15
* Remove unused variable, fixes the warning:Gravatar diego2008-05-15
* cosmetics: Break overly long lines.Gravatar diego2008-05-15
* Mark static tables const.Gravatar diego2008-05-15
* Mark files that were imported from the MJPEG Tools suite as such.Gravatar diego2008-05-14
* 10l: Revert license header cleanup on imported files.Gravatar diego2008-05-14
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* add rl2 codecGravatar compn2008-05-14