aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
* Revert marking seemingly unused RealAudio/RealVideo-related functions as static.Gravatar diego2010-02-17
* libmpcodecs: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* #include corresponding .h files in .c files.Gravatar diego2010-02-16
* Add header for init_global_rawdv_decoder() instead of forward declaring it.Gravatar diego2010-02-16
* Add header file for mplayer_audio_read() instead of forward declaring it.Gravatar diego2010-02-16
* Add support for decoding 4:2:2 and 4:4:4 Theora files.Gravatar reimar2010-02-14
* Move movie_aspect extern declaration to libmpcodecs/vd.h.Gravatar diego2010-02-14
* ReindentGravatar reimar2010-02-14
* Just use goto instead of reimplementing it badly with a do { } while (0) andGravatar reimar2010-02-14
* Change aspect calculation code to switch to floating point earlier so integerGravatar reimar2010-02-14
* Return NULL instead of 0 for function returning a pointer.Gravatar reimar2010-02-14
* Mark uninit() as static; it is only used within the file.Gravatar diego2010-02-14
* Remove useless casts.Gravatar reimar2010-02-14
* Remove useless code, QUERY_FORMAT already ensures the requested format is sup...Gravatar reimar2010-02-14
* Make vd_functions_t describing codecs const.Gravatar reimar2010-02-14
* Make vd_info_t const for pointer in vd_functions, avoids some warnings aboutGravatar reimar2010-02-14
* Remove excessive ()Gravatar reimar2010-02-14
* Remove stray '/' from comment block, fixes the warning:Gravatar diego2010-02-13
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12