aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte...Gravatar compn2007-05-10
* Fix indentation broken in r23287Gravatar reimar2007-05-10
* Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkvGravatar reimar2007-05-10
* Avoid code duplication in mkv demuxer for standard fourcc/extradata handlingGravatar reimar2007-05-10
* Ignore comments where no '=' follows the comment name (otherwiseGravatar reimar2007-05-09
* For DVR-MS:Gravatar nicodvb2007-05-07
* Fix compilation after FFmpeg r8921Gravatar cehoyos2007-05-07
* Fix NULL pointer dereference in demux_mkv that happens whenGravatar eugeni2007-05-01
* Simplify preprocessor directives: There is a general variable forGravatar diego2007-04-26
* Add general variables for either static or shared FFmpeg libraries.Gravatar diego2007-04-26
* Add CXX include flags to dependency file generation CFLAGS to generate correctGravatar diego2007-04-26
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* Declarations and code should not be mixed.Gravatar diego2007-04-25
* Add support for Bethesda Software VID video.Gravatar diego2007-04-25
* compilation fix, manually include help_mp.hGravatar ods152007-04-24
* Cosmetics: remove duplicate space in ifdefGravatar reimar2007-04-22
* demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SOGravatar nicodvb2007-04-22
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...Gravatar nicodvb2007-04-20
* Ignore mp4a audio tag, it is meaningless since we get it for all mp4 filesGravatar reimar2007-04-16
* Use lavf_preferred mechanism to replace more extension-based detection hacksGravatar reimar2007-04-14
* Add lavf_preferred demuxer for lavf formats we want to be probedGravatar reimar2007-04-14
* added :interleaving2, a better method to determine which stream whouls be flu...Gravatar nicodvb2007-04-08
* in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufs...Gravatar nicodvb2007-04-08
* reindentationGravatar nicodvb2007-04-08
* in the system header set audio_locked/video_locked only for dvd and vcdGravatar nicodvb2007-04-08
* small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 by...Gravatar nicodvb2007-04-08
* Start to separate bad-autodetection hacks from other stuff in extension-basedGravatar reimar2007-04-07
* .dxa files should be handled by libavformat.Gravatar diego2007-04-07
* support for C93 videoGravatar diego2007-04-07
* 10l, the scr must be reset before overwriting the first pack with the correct...Gravatar nicodvb2007-04-07
* support for THP ADPCM audioGravatar diego2007-04-07
* reversed r22879 until I discover why it's giving so many sync problems; I'll ...Gravatar nicodvb2007-04-07
* BMP support for mf://Gravatar reimar2007-04-06
* Use teardownMediaSession() instead of teardownMediaSubsession()Gravatar cehoyos2007-04-03
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* removed init_apts and init_vpts; added :adelay in addition to :vdelayGravatar nicodvb2007-04-01
* cosmetics: removed trailing spacesGravatar nicodvb2007-04-01
* Add support for the THP game format.Gravatar diego2007-04-01
* in flush_buffers() removed code that required the presence of an amount of au...Gravatar nicodvb2007-04-01
* Support h264 over rtspGravatar cehoyos2007-04-01
* Cosmetics: Move variable declaration and initialization up.Gravatar cehoyos2007-04-01
* Handle X-QT extradata in a slightly more correct wayGravatar cehoyos2007-03-26
* Fix filepos calculationGravatar cehoyos2007-03-22
* Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)Gravatar cehoyos2007-03-22
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Move setting CXXFLAGS to configure.Gravatar diego2007-03-18
* add fourcc for dxa files, approved by diegoGravatar compn2007-03-17
* Matroska seeking fixesGravatar uau2007-03-16
* Use explicit path for headers from the loader/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15