aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Fix build due to codecs_path vs. codec_path typo.Gravatar diego2010-03-23
* Get rid of pointless def_path variable; use codec_path directly instead.Gravatar diego2010-03-23
* Real binary loader code should respect the binary codec path.Gravatar diego2010-03-23
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
* Remove unnecessary size limits and a related define for hm12 decoder.Gravatar reimar2010-03-19
* Drop support for XANIM_MOD_DIR environment variable.Gravatar diego2010-03-18
* Reuse codec path variable used in the binary loader in the XAnim loader.Gravatar diego2010-03-18
* cosmetics: indentationGravatar aurel2010-03-18
* add support for lavf style extradata in vd_theoraGravatar aurel2010-03-18
* Remove unused variable, fixes the warning:Gravatar diego2010-03-16
* Fix libmpcodecs/vd_qtvideo.c compilation on OS X:Gravatar sesse2010-03-16
* Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andGravatar sesse2010-03-15
* Replace separate Win32, XAnim and Real codec directories by one global dir.Gravatar diego2010-03-14
* Support extradata format of the speex.acm windows codec formerly availableGravatar reimar2010-03-12
* Fix crash if speex_packet_to_header fails.Gravatar reimar2010-03-12
* Fix QuickTime emulated OSErr type.Gravatar sesse2010-03-06
* Enable ASS/SSA subtitle support in mencoderGravatar greg2010-03-05
* Partially revert r30645, the final output format is determined byGravatar reimar2010-03-03
* Reuse the keyframe flag from x264 instead of trying to derive it on our own.Gravatar reimar2010-02-28
* Use the KEYFRAME define instead of some magic number.Gravatar reimar2010-02-28
* Get rid of many ugly casts.Gravatar cehoyos2010-02-28
* Make close_toolame() static, only used in ae_toolame.c.Gravatar cehoyos2010-02-28
* Make close_twolame() static, only used in ae_twolame.c.Gravatar cehoyos2010-02-28
* Actually use existing uninit() function in remove_logo filter.Gravatar cehoyos2010-02-27
* Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.Gravatar cehoyos2010-02-27
* Mark all fmt_list arrays as const.Gravatar diego2010-02-26
* Mark vf_opts/vf_opts_fields structures as const.Gravatar diego2010-02-26
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Add const to mpvdec declarationGravatar reimar2010-02-25
* Fix check for wrong variable: len can be unitialized but not normally < 0,Gravatar reimar2010-02-25
* Mark member info of struct ad_functions_s as const.Gravatar diego2010-02-22
* Mark a bunch of video filter structures as const.Gravatar diego2010-02-22
* Remove commented-out cruft line.Gravatar diego2010-02-22
* Declare externally used variables from vd.c as extern in vd.h.Gravatar diego2010-02-22
* cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
* Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* Add malloc.h #include for memalign(), fixes the warning:Gravatar diego2010-02-21
* Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.Gravatar diego2010-02-20
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.Gravatar komh2010-02-19
* cosmetics: Remove commented-out #include.Gravatar diego2010-02-19
* DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, addGravatar reimar2010-02-18
* Merge declaration and initialization.Gravatar reimar2010-02-18
* DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANEGravatar reimar2010-02-18
* Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.Gravatar reimar2010-02-18
* Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
* Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since atGravatar reimar2010-02-17
* libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
* Revert marking seemingly unused XAnim-binary-related functions as static.Gravatar diego2010-02-17