index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
Commit message (
Expand
)
Author
Age
*
Fix build after FFmpeg symbol rename:
diego
2010-04-12
*
Fix build due to FFmpeg r22833 change (typedef rename).
iive
2010-04-11
*
cosmetics: Reorder some x86-related preprocessor conditionals.
diego
2010-04-06
*
Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,
reimar
2010-04-05
*
Mark vf_size_preset_fields m_option_t array as const.
diego
2010-04-04
*
Mark encoder-related m_option_t struct arrays as const.
diego
2010-04-04
*
Add a header for x264enc_set_param() instead of forward declaring it.
diego
2010-04-03
*
Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.
diego
2010-04-03
*
Fix crash with incomplete yuv2 frames.
reimar
2010-03-28
*
Convert asm keyword to __asm__.
diego
2010-03-26
*
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
[next]