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
*
simplify extradata handling and make passing extradata on the default.
reimar
2006-04-02
*
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...
reynaldo
2006-03-31
*
Trust the demuxer instead of the decoder for samplerate detection.
diego
2006-03-30
*
Convert printfs in aviprint.c to mp_msg and give the information printing
diego
2006-03-27
*
reinit vo when pix_fmt changes.
reimar
2006-03-27
*
Change some printf calls to fprintf.
diego
2006-03-27
*
Change 'if(verbose)' to the more appropriate mp_msg_test.
diego
2006-03-27
*
use shifts instead of division. 15% faster hqdn3d
lorenm
2006-03-26
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
*
feed something (hopefully correct timestamps) into the video filter chain
michael
2006-03-21
*
lavc doesnt pass AVFrame.opaque around :/
michael
2006-03-21
*
10l (null pointer dereference)
michael
2006-03-21
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
sync to x264 r476 (subq=7)
lorenm
2006-03-20
*
Support libavcodec vrc_strategy=1 (XviD ratecontrol).
corey
2006-03-17
*
compile in the filters that depend on libavcodec/dsputil.h only when mplayer ...
nicodvb
2006-03-16
*
Remove twos workaround, this bug was fixed in mov demuxer
rtognimp
2006-03-14
*
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
2006-03-13
*
do not randomly chop up packets, this isnt allowed in almost no container
michael
2006-03-13
*
-lavcopts aglobal
michael
2006-03-13
*
10l found by Oded: case 2 on a boolean value...
rfelker
2006-03-12
*
QuickTime in24 and in32 PCM audio support
rathann
2006-03-11
*
add default case to encoder switch-case (maybe an error message would be good...
reimar
2006-03-08
*
free tmp earlier, it is not needed below and might leak on errors otherwise
reimar
2006-03-08
*
sync to x264 r457 (direct_pred=3)
lorenm
2006-03-05
*
Reduce Real DLL/so loading verbosity, OKed by Roberto.
diego
2006-03-03
*
XviD multi-threaded encoding support
gpoirier
2006-03-01
*
10l (dont limit dimension components independantly if noup)
michael
2006-02-24
*
Fix video delay when encoding with B-frames.
corey
2006-02-21
*
no upscale flag so automatic downscaling is possible in mencoder
michael
2006-02-18
*
memalign segfaults when used without declaration on amd64 (default function r...
aurel
2006-02-16
*
include config.h before includes that need it
iive
2006-02-16
*
Align memory at 16 byte boundaries.
diego
2006-02-14
*
lavc exposes the reconstructed picture, so no need to decode it again
lorenm
2006-02-13
*
Make sure maxlen is respected, instead of just failing the assert later on.
reimar
2006-02-10
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
*
include config.h as img_format.h needs endian definitions, noticed by Alan Cu...
iive
2006-02-09
*
Add support for grayscale [m]jpeg
rtognimp
2006-02-08
*
Fix mpng to work correctly with 16 bit png's. don't have any files to test
ods15
2006-02-07
*
Only compile libmpencoders if MEncoder has been enabled.
diego
2006-01-31
*
Move conditional compilation out of the code and into the build system.
diego
2006-01-31
*
Make clean/distclean behave uniformly in all directories.
diego
2006-01-27
*
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...
michael
2006-01-26
*
pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...
michael
2006-01-25
*
vglobal so the user can tell the encoder that she wants global headers ... on...
michael
2006-01-24
*
Using INT_MAX without including limits.h breaks compilation on MinGW.
diego
2006-01-23
*
support libavcodec's new sc_factor parameter
corey
2006-01-22
*
proper support for shared libpostproc
diego
2006-01-22
*
Use free instead of speex_free - since speex_free does not appear in the
reimar
2006-01-19
*
Push "Building audio filter chain" up to verbose level.
diego
2006-01-19
[next]