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
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
2008-11-24
*
cosmetics: Move up uninit() to avoid a forward declaration.
diego
2008-11-23
*
cosmetics: consistent function declarations.
diego
2008-11-23
*
cosmetics: Remove tabs and trailing whitespace.
diego
2008-11-23
*
Use libavutil FFMIN etc. instead of defining our own variants.
reimar
2008-11-02
*
Avoid pointless casting of void*
reimar
2008-11-02
*
Fix smartblur filter crash due to missing default scaler choice;
diego
2008-10-27
*
vf_palette: Fix compilation after libswscale API changes
uau
2008-10-25
*
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
diego
2008-10-22
*
Use av_malloc/av_free for audio-related buffers to avoid crashes due to
reimar
2008-10-18
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
diego
2008-10-16
*
#include necessary libavcodec header and remove duplicated struct declaration.
diego
2008-10-14
*
Remove useless '#undef realloc', realloc is not referenced anywhere near.
diego
2008-10-14
*
Remove duplicate extern declaration, fixes the warning:
diego
2008-10-14
*
Remove unused variable ncomps.
diego
2008-10-13
*
Fix channel order for ffmpeg flac codec.
ulion
2008-10-09
*
Remove unnecessary HAVE_AV_CONFIG_H #define.
diego
2008-10-07
*
Remove word size check and macro and use __WORDSIZE directly instead.
diego
2008-10-04
*
External liba52 support, part 2 of 2.
rathann
2008-09-15
*
External liba52 support part 1 of 2.
rathann
2008-09-15
*
fix compilation with lavc version > r15270
gpoirier
2008-09-08
*
Fix compilation after libavcodec major version 52 changes
uau
2008-09-08
*
Replace casual GPL notices by proper license headers.
diego
2008-09-07
*
Remove outdated URL from vd_info_t struct.
diego
2008-09-06
*
Remove version information from libmpeg2 vd_info_t struct.
diego
2008-09-06
*
handle the lavfpref demuxer in the same way as the lavf one
aurel
2008-08-27
*
Remove unused static declarations, fixes the warnings:
diego
2008-08-14
*
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
2008-08-07
*
Rename all preprocessor directives related to Apple / Mac OS X.
diego
2008-08-06
*
Rename preprocessor directives related to image libraries.
diego
2008-08-05
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
cosmetics: reindent after last commit
compn
2008-08-02
*
change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ...
compn
2008-08-02
*
Change a bunch of codec-specific preprocessor directives from a HAVE_
diego
2008-08-02
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Use conditional compilation instead of an #ifdef around the whole file.
diego
2008-07-30
*
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
2008-07-22
*
Try to keep decoded audio buffer aligned.
reimar
2008-07-14
*
Simplify and clamp coefficient index for MS ADPCM
reimar
2008-07-12
*
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...
reimar
2008-07-12
*
Make really sure channels can only be 1 or 2 for imaadpcm
reimar
2008-07-11
*
Simplify imaadpcm return statement
reimar
2008-07-11
*
Check length of input buffer for msadpcm
reimar
2008-07-11
*
Add a comment on shift vs. division
reimar
2008-07-11
*
Scale msadpcm coefficients to fit into 8 bits
reimar
2008-07-11
*
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and
reimar
2008-07-11
*
Copy macro simplification from imaadpcm to msadpcm
reimar
2008-07-11
[next]