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
/
video_decoder.c
Age
Commit message (
Expand
)
Author
2004-12-16
Do not trust ffmpeg and check length validity.
Thibaut Mattern
2004-12-16
use UTF-8 meta info setting, where we know the string is ASCII
Michael Roitzsch
2004-12-12
huge patch ahead: reorganizing config entries with automatic conversion
Michael Roitzsch
2004-12-08
workaround weird 120fps streams by forcing VIDEO_PTS_MODE. code to obtain
Miguel Freitas
2004-09-26
- almost finalize headers refactoring needed for MSVC frontends (and for other
František Dvořák
2004-09-22
- added cropping capability (thanks James Stembridge)
Miguel Freitas
2004-09-20
Do never memcpy the buffer if the stream is mpeg1/2.
Thibaut Mattern
2004-09-14
Fix palette based codecs
James Stembridge
2004-09-14
- Add support for 3ivx video (doesn't work in QT streams yet)
Bastien Nocera
2004-09-12
add missing bracket (only in the text, no compilation problem)
Michael Roitzsch
2004-09-12
Unbreak ffmpeg mpeg-1/2 decoding
James Stembridge
2004-09-11
Properly pad buffers
James Stembridge
2004-09-11
Support for H.264/AVC video
James Stembridge
2004-08-16
header inclusion has to depend on the configure detection, because when
Michael Roitzsch
2004-07-31
New configure option --with-external-ffmpeg[=PREFIX].
František Dvořák
2004-07-30
possibly fix the sync problem recently reported on xine-devel
Miguel Freitas
2004-07-20
Use lavc version of the mpeg rff flag.
Thibaut Mattern
2004-07-18
better mpeg-es parser.
Thibaut Mattern
2004-07-01
Use avcodec_align_dimensions for querying required frame dimension alignments
James Stembridge
2004-07-01
Fix av sync for RV10 and RV20 streams
James Stembridge
2004-06-28
Fix a stupid bug causing a segfault with huffyuv_sample.avi test stream.
Thibaut Mattern
2004-05-23
NULL isn't a good default for a pointer ;) Fixes RV10 and RV20 decoding
James Stembridge
2004-05-12
Mpeg 1/2 decoding.
Thibaut Mattern
2004-05-09
Little optimization.
Thibaut Mattern
2004-04-26
help strings added for all remaining config entries (so I hope)
Michael Roitzsch
2004-04-19
Store postprocessing in class so we don't have to use internal pointer hack
James Stembridge
2004-04-19
Output frames according to the width and height given by the demuxer - fixes ...
James Stembridge
2004-03-16
changing decoder priorities:
Michael Roitzsch
2004-03-14
hooked up ffmpeg support for QT RLE; altered handling of 32-bit ARGB
Mike Melanson
2004-03-09
hook up ffmpeg's Flash Video support
Mike Melanson
2004-03-03
use the _x_abort() macro instead of abort, since it prints some debug info
Michael Roitzsch
2004-02-14
Read aspect when BUF_FLAG_ASPECT is set
James Stembridge
2004-02-14
Only use aspect ratio given by ffmpeg if it isn't equal to 0.0
James Stembridge
2004-02-09
*) Only read frame duration when BUF_FLAG_FRAMERATE is set
James Stembridge
2004-02-03
Don't read special buffers as headers (again)
James Stembridge
2004-02-01
Slight rethink of header handling
James Stembridge
2004-02-01
add support for BGR24 and RGB24 video coming from ffmpeg; activate the
Mike Melanson
2004-01-31
don't try to read special buffers as if they are headers
James Stembridge
2004-01-31
Split ffmpeg interface into audio and video specific files
James Stembridge