aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* add ffptx , works on ptx samplesGravatar compn2008-05-12
* cosmetics: wording/spelling fixesGravatar diego2008-05-11
* AVOption support for lavf demuxingGravatar michael2008-05-10
* AVOptions support for lavf muxing.Gravatar michael2008-05-10
* Replace a really ugly hack by a clean but not thread safe solution.Gravatar michael2008-05-10
* Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.Gravatar diego2008-05-07
* Check ASF packet size before calling demux_asf_read_packet. Fixes segfaultGravatar eugeni2008-05-02
* Remove unnecessary version.h #includes.Gravatar diego2008-04-30
* Merge libmpdemux/Makefile into top-level Makefile.Gravatar diego2008-04-24
* #include base64.h with full path.Gravatar diego2008-04-24
* EXTRAXX_INC flags should now be added to .depend compilation,Gravatar diego2008-04-23
* Take audio delay into account when seeking in avisynth demuxer.Gravatar reimar2008-04-23
* Calculate fps as double-precision to make switching to double-precision fps v...Gravatar reimar2008-04-23
* .depend has to get all the CFLAGS that the files it contains dependencyGravatar diego2008-04-22
* Add BFI video support through FFmpeg.Gravatar diego2008-04-22
* Revert r26412: policy violationGravatar rtogni2008-04-19
* Revert r26411: policy violationGravatar rtogni2008-04-19
* Prefer libavformat musepack demuxer over internal one (which does not even su...Gravatar reimar2008-04-16
* demux_asf: Fix operator precedence in packet length checkGravatar uau2008-04-13
* demux_real.c: Always use MP_NOPTS_VALUE for unknown ptsGravatar uau2008-04-12
* demux_mkv.c: Mark some static tables constGravatar uau2008-04-12
* Reformat demuxer.cGravatar uau2008-04-12
* Remove global demuxer_typeGravatar uau2008-04-12
* Remove another two useless special-case from flac metadata reading functionGravatar reimar2008-04-12
* Simplify: use AV_RB24Gravatar reimar2008-04-12
* Remove useless checksGravatar reimar2008-04-12
* Simplify (currently disabled) get_flac_metadataGravatar reimar2008-04-12
* Remove unused function demux_read_data_packGravatar uau2008-04-11