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 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
*
Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
diego
2010-02-17
*
libmpcodecs: Mark functions not used outside of their files as static.
diego
2010-02-16
*
#include corresponding .h files in .c files.
diego
2010-02-16
*
Add header for init_global_rawdv_decoder() instead of forward declaring it.
diego
2010-02-16
*
Add header file for mplayer_audio_read() instead of forward declaring it.
diego
2010-02-16
*
Add support for decoding 4:2:2 and 4:4:4 Theora files.
reimar
2010-02-14
*
Move movie_aspect extern declaration to libmpcodecs/vd.h.
diego
2010-02-14
*
Reindent
reimar
2010-02-14
*
Just use goto instead of reimplementing it badly with a do { } while (0) and
reimar
2010-02-14
*
Change aspect calculation code to switch to floating point earlier so integer
reimar
2010-02-14
*
Return NULL instead of 0 for function returning a pointer.
reimar
2010-02-14
*
Mark uninit() as static; it is only used within the file.
diego
2010-02-14
*
Remove useless casts.
reimar
2010-02-14
*
Remove useless code, QUERY_FORMAT already ensures the requested format is sup...
reimar
2010-02-14
*
Make vd_functions_t describing codecs const.
reimar
2010-02-14
*
Make vd_info_t const for pointer in vd_functions, avoids some warnings about
reimar
2010-02-14
*
Remove excessive ()
reimar
2010-02-14
*
Remove stray '/' from comment block, fixes the warning:
diego
2010-02-13
*
Mark all ad_info_t/vd_info_t structure declarations as const.
diego
2010-02-12
*
libass: fix PAR correction
greg
2010-02-09
*
Estimate pts of additional frame generated by tfields also if correct-pts is
reimar
2010-02-01
*
Enable query_format for vf_tfields to make sure it isn't used for formats
reimar
2010-02-01
*
Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
reimar
2010-02-01
*
Add missing license headers to all files in the libmpcodecs directory.
diego
2010-01-30
*
Remove confusing comment.
diego
2010-01-30
*
Support more qscale types in most post-processing filters.
reimar
2010-01-29
*
Add an option to cropdetect to periodically reset the detected area.
reimar
2010-01-26
*
Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...
reimar
2010-01-24
*
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
reimar
2010-01-24
*
Move the resync-related code into more consistent places instead of having it
reimar
2010-01-24
*
Switch -vf halfpack to use only public API of libswscale.
reimar
2010-01-23
*
Make the scale filter prefer yuv conversions that do not need chroma scaling.
reimar
2010-01-23
*
Remove the query_format_cache, it is extra complexity that makes improvements
reimar
2010-01-23
*
Simplify loop condition
reimar
2010-01-23
*
Make sure that a qstride of 0 (intentional or not) does not completely break
reimar
2010-01-23
*
Remove any auto-inserted lavc filter.
reimar
2010-01-22
*
Add a proper header for our strsep implementation so strsep will
reimar
2010-01-17
*
Reuse the fmt-conversion code instead of duplicating the functionality.
reimar
2010-01-17
*
Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.
reimar
2010-01-17
*
We only need to disable seeking back in ad_ffmpeg when we actually _use_
reimar
2010-01-15
[next]