aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* doxify a commentGravatar reimar2006-12-18
* Require 12 consecutive MPEG-audio headers before detecting as audio.Gravatar reimar2006-12-18
* ASF aspect support via metadata reading.Gravatar reimar2006-12-15
* VobSub tracks cannot be handled by libass, do not mark them with 'a'.Gravatar eugeni2006-12-15
* Respect -noidx in lavf demuxerGravatar reimar2006-12-10
* Set AVFMT_FLAG_GENPTS if -correct-pts is used.Gravatar uau2006-12-10
* align vbuf_size to the max value allowed by main profile @ high levelGravatar nicodvb2006-12-09
* Replace another MIN macro by FFMINGravatar reimar2006-12-09
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* Remove condition that should always be trueGravatar reimar2006-12-09
* Fix crash in ogg demuxer uninit with -aidGravatar reimar2006-12-09
* made vorbis_info a member of ogg_stream rather than ogg_demuxer;Gravatar nicodvb2006-12-07
* vorbis_comment is only used locally, move it out of demuxer structGravatar reimar2006-12-07
* Remove unused ov_struct_tGravatar reimar2006-12-07
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.Gravatar reimar2006-12-06
* disable telecining when it can't be appliedGravatar nicodvb2006-12-04
* since display_frames in increased by a possibly negative number it had better...Gravatar nicodvb2006-12-04
* cosmeticsGravatar nicodvb2006-12-04
* removed dead codeGravatar nicodvb2006-12-04
* reimplemented :telecine and :film2pal in terms of dgpulldownGravatar nicodvb2006-12-04
* pre-store in bff_mask the correct or-mask to be saved in the pce (slightly fa...Gravatar nicodvb2006-12-04
* 10l: wrong bitmask when patching the pce_ptr in soft_telecine()Gravatar nicodvb2006-12-04
* added generalized teleciner by Donald GraftGravatar nicodvb2006-12-04
* Rename: ass_process_font -> ass_add_font.Gravatar eugeni2006-12-03
* Use libavutil LE_* macros instead of pointer casts which can resultGravatar reimar2006-12-03
* cosmetics: anti-chaos reindentationGravatar nicodvb2006-12-03
* Unicode support for demuxer info in ASF demuxer.Gravatar reimar2006-12-03
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* Remove suffix rules that are just copies of make builtin rules.Gravatar diego2006-12-02
* Use standard name for C++ flags.Gravatar diego2006-12-02
* permit to specify the sizes of the decoders' buffersGravatar nicodvb2006-12-01
* 100l confused FFMIN/FFMAXGravatar reimar2006-12-01
* Proper fix for last demux_avi commit, stream switching now really shouldGravatar reimar2006-12-01
* Make sure we do not hang if no streams are availableGravatar reimar2006-12-01
* Implement stream switching for AVI demuxer.Gravatar reimar2006-12-01
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Use av_int2flt/av_int2dbl to read float values. This is simpler and moreGravatar reimar2006-11-30
* Move initialization of sh_audio/sh_video members to aviheaderGravatar reimar2006-11-30
* Remove some superfluous include CFLAGS.Gravatar diego2006-11-29
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* support for Westwood SND1 audioGravatar diego2006-11-29
* Fix 2 header bugs introduced by nplourde's previous commit:Gravatar uau2006-11-28
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...Gravatar nplourde2006-11-28
* Use av_int2dbl to read doubles instead of our somewhat broken le2me_dblGravatar reimar2006-11-28
* Remove long double reading code, long double was never used AFAICT and Gravatar reimar2006-11-28
* cosmetics: Sort SRCS by alphabetical order.Gravatar diego2006-11-28
* Split muxers into a separate library that only MEncoder is linked against.Gravatar diego2006-11-27
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* Remove unnecessary header indirection.Gravatar diego2006-11-27