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