aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Cosmetics/indentation fixes.Gravatar reimar2010-04-20
* Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpegGravatar reimar2010-04-20
* Tell x264 that we aren't going to give it timestamps.Gravatar lorenm2010-04-20
* Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemsGravatar zuxy2010-04-20
* Move functions that really do not need to be inlined from the headerGravatar reimar2010-04-15
* Fix build due to FFmpeg r22858 change (function rename).Gravatar iive2010-04-12
* Fix build after FFmpeg symbol rename:Gravatar diego2010-04-12
* Fix build due to FFmpeg r22833 change (typedef rename).Gravatar iive2010-04-11
* cosmetics: Reorder some x86-related preprocessor conditionals.Gravatar diego2010-04-06
* Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,Gravatar reimar2010-04-05
* Mark vf_size_preset_fields m_option_t array as const.Gravatar diego2010-04-04
* Mark encoder-related m_option_t struct arrays as const.Gravatar diego2010-04-04
* Add a header for x264enc_set_param() instead of forward declaring it.Gravatar diego2010-04-03
* Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.Gravatar diego2010-04-03
* Fix crash with incomplete yuv2 frames.Gravatar reimar2010-03-28
* Convert asm keyword to __asm__.Gravatar diego2010-03-26
* 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