index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libffmpeg
/
xine_decoder.c
Age
Commit message (
Expand
)
Author
2003-06-21
added RGB565 support (used for 4xm video) and RGB555 support (not used
Mike Melanson
2003-06-19
maintenance ffmpeg sync: import and activate decoders for 4X and
Mike Melanson
2003-06-12
Rework postprocessing quality setting so that it no longer uses a mutex. Fixe...
James Stembridge
2003-06-12
Disable direct rendering when height or width isn't a multiple of 16. Prevent...
James Stembridge
2003-06-11
- add VO_INTERLACED_FLAG to get_frame
Miguel Freitas
2003-06-06
initial ideas for automatic enabling/disabling deinterlacer
Miguel Freitas
2003-05-29
Revert last change as it caused problems with some streams. Second and much s...
James Stembridge
2003-05-28
make sure the frame that we postprocess into has the same dimensions as the f...
James Stembridge
2003-05-26
fix rv10 playback
James Stembridge
2003-05-23
fix the miscalculates and then copy'n'pasted durations we discovered some tim...
Michael Roitzsch
2003-05-09
enable ffmpeg's open source SVQ3 decoder
Mike Melanson
2003-05-01
pass the QT stsd atoms through to the ffmpeg decoders...who knows? could
Mike Melanson
2003-04-28
Enable Indeo3 decoder
Ewald Snel
2003-04-27
fixed green flashing bug for divx & postprocessing
Andreas Heinchen
2003-04-23
ffmpeg buffer management is quite odd.
Miguel Freitas
2003-04-18
Minister of English Composition
Mike Melanson
2003-04-16
cleanups, verbosity
Miguel Freitas
2003-04-16
direct rendering here we go...
Miguel Freitas
2003-04-16
disable direct rendering when the frame size output by ffmpeg is different fr...
James Stembridge
2003-04-16
clean up some code, add direct rendering 1 support (disabled by default)
Miguel Freitas
2003-04-16
ffmpeg update, add new files/decoders, use our fastmemcpy
Miguel Freitas
2003-04-03
buffer for decoded audio needs to be bigger for some wma streams
James Stembridge
2003-03-27
Michael Niedermayer reported that wmv8 implementation isn't complete, so i'm
Miguel Freitas
2003-03-26
update ffmpeg. trying to keep local changes (see diff_to_ffmpeg_cvs.txt), let me
Miguel Freitas
2003-03-19
fix segfault when ffmpeg returns a frame containing no data, as happens with ...
James Stembridge
2003-03-16
make changing quality thread safe
James Stembridge
2003-03-15
Second (and far less braindead) go at mpeg-4 postprocessing
James Stembridge
2003-03-14
don't bother reconfiguring postprocessing mode if new setting is 0 (ie off)
James Stembridge
2003-03-14
mpeg-4 post processing :)
James Stembridge
2003-03-07
sanity check
Miguel Freitas
2003-02-23
handle aspect ratio == 0
Guenter Bartsch
2003-02-23
Fix crash when opening ffmpeg decoder fails
James Stembridge
2003-02-22
fix aspect ratio detection code
Guenter Bartsch
2003-02-20
Support RGBA32 format ffmpeg frames. Allows playback of RGB HuffYUV files
James Stembridge
2003-02-19
Small omission from HuffYUV support
James Stembridge
2003-02-19
Support for YUY2 HuffYUV video
James Stembridge
2003-02-04
- remove possible name collision between the abs() define and the abs functio...
Bastien Nocera
2003-02-04
blind fix: DV jerky playback. thanks Bill Fink for investigating it.
Miguel Freitas
2003-02-02
use aspect ratio from ffmpeg
Miguel Freitas
2003-02-02
hook up YUV411P -> YV12 converter
Mike Melanson
2003-01-31
update ffmpeg
Miguel Freitas
2003-01-10
support for BUF_FLAG_FRAME_START
Stefan Holst
2003-01-08
ffmpeg sync
Miguel Freitas
2003-01-08
fixes/cleanups of the handled/unhandled codecs
Miguel Freitas
2003-01-07
- implement XINE_STREAM_INFO_*_HANDLED for the ffmpeg decoder
Bastien Nocera
2002-12-23
skip DV frames if needed (DV decoding is VERY cpu intensive)
Miguel Freitas
2002-12-21
Fix padding (ugly red bar in 'fra-sen-1.avi', right of image)
Ewald Snel
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-12-18
Don't append 'BUF_FLAG_SPECIAL' packets to frame data
Ewald Snel
2002-12-17
from utils.c: this should be called after seeking and before trying to decode...
Miguel Freitas
[next]