aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* removed functions that were used to parse mpeg12 video (no more video); patch...Gravatar nicodvb2007-06-10
* init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameterGravatar nicodvb2007-06-09
* added support for DTS1 audio descriptorGravatar nicodvb2007-06-09
* 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTSGravatar nicodvb2007-06-09
* Fix segfault when encoding from an mkv file with embedded fonts.Gravatar eugeni2007-06-07
* Calculate pts with double precision in demux_asfGravatar uau2007-06-07
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Use 'static inline' instead of 'inline static' to avoid warningsGravatar zuxy2007-06-04
* Remove unused parameter for mp_msgGravatar zuxy2007-06-03
* Make realloc_struct inline as other functions defined in demuxer.hGravatar zuxy2007-06-02
* prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)Gravatar nicodvb2007-06-02
* Use play duration instead of send duration to calculate the lengthGravatar zuxy2007-05-30
* Get rid of __attribute__((__packed__)) in Matroska demuxerGravatar reimar2007-05-28
* 10l: r23399 broke mov/mp4 demuxingGravatar cehoyos2007-05-28
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Set i_bps for ASF video streams according to extended stream propertiesGravatar zuxy2007-05-22
* cosmetics: fix indentation for previous commitGravatar corey2007-05-18
* PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt getsGravatar corey2007-05-18
* Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen...Gravatar reimar2007-05-17
* Make use of new AV_RL64Gravatar reimar2007-05-17
* Remove useless setting of dp->len, it is already set to that value byGravatar reimar2007-05-17
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).Gravatar corey2007-05-17
* Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders canGravatar corey2007-05-17
* Fix double free() in demux_asf.cGravatar uau2007-05-14
* 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