summaryrefslogtreecommitdiff
path: root/src/libffmpeg/xine_decoder.c
AgeCommit message (Collapse)Author
2003-06-21added RGB565 support (used for 4xm video) and RGB555 support (not usedMike Melanson
yet) CVS patchset: 5084 CVS date: 2003/06/21 22:32:08
2003-06-19maintenance ffmpeg sync: import and activate decoders for 4X andMike Melanson
RealAudio codecs; import VP3 decoder but leave de-activated; fixes for SVQ3 bugs; more conditional compilation for encoders CVS patchset: 5067 CVS date: 2003/06/19 00:47:19
2003-06-12Rework postprocessing quality setting so that it no longer uses a mutex. ↵James Stembridge
Fixes deadlock when changing setting while the engine is paused. CVS patchset: 5027 CVS date: 2003/06/12 21:33:33
2003-06-12Disable direct rendering when height or width isn't a multiple of 16. ↵James Stembridge
Prevents junk being displayed at the edges of such streams. CVS patchset: 5026 CVS date: 2003/06/12 18:46:24
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
- do not trust progressive_frame for detecting NTSC 3:2, quote: 'the alternating progressive_frame encoding problem. This is a problem where the progressive_frame flag alternates between true and false every frame, when it really should have been set to "true" all the time.' 'There is a lot of content that is affected by this issue, because it's caused by a dumb decision by a very big company that made a very popular MPEG encoder. They've since fixed the encoder, but there are apparently still authoring companies that use it, because the problem is on a lot of high-profile current discs, like Disney's "Monsters Inc." and "Beauty and the Beast".' http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html CVS patchset: 5025 CVS date: 2003/06/11 23:08:54
2003-06-06initial ideas for automatic enabling/disabling deinterlacerMiguel Freitas
fixes, comments, suggestions are welcome CVS patchset: 5011 CVS date: 2003/06/06 19:42:04
2003-05-29Revert last change as it caused problems with some streams. Second and much ↵James Stembridge
simpler attempt at keeping width and height passed to get_frame consistant. CVS patchset: 4981 CVS date: 2003/05/29 01:04:54
2003-05-28make sure the frame that we postprocess into has the same dimensions as the ↵James Stembridge
frame used for direct rendering CVS patchset: 4978 CVS date: 2003/05/28 18:16:46
2003-05-26fix rv10 playbackJames Stembridge
CVS patchset: 4948 CVS date: 2003/05/26 20:07:08
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some ↵Michael Roitzsch
time ago CVS patchset: 4904 CVS date: 2003/05/23 10:52:40
2003-05-09enable ffmpeg's open source SVQ3 decoderMike Melanson
CVS patchset: 4809 CVS date: 2003/05/09 23:54:05
2003-05-01pass the QT stsd atoms through to the ffmpeg decoders...who knows? couldMike Melanson
be useful someday CVS patchset: 4732 CVS date: 2003/05/01 02:01:58
2003-04-28Enable Indeo3 decoderEwald Snel
CVS patchset: 4702 CVS date: 2003/04/28 19:10:01
2003-04-27fixed green flashing bug for divx & postprocessingAndreas Heinchen
CVS patchset: 4701 CVS date: 2003/04/27 20:56:02
2003-04-23ffmpeg buffer management is quite odd.Miguel Freitas
this hopefuly fixes problems with B frames and DR1 CVS patchset: 4666 CVS date: 2003/04/23 18:42:39
2003-04-18Minister of English CompositionMike Melanson
CVS patchset: 4639 CVS date: 2003/04/18 20:45:30
2003-04-16cleanups, verbosityMiguel Freitas
CVS patchset: 4626 CVS date: 2003/04/16 22:03:35
2003-04-16direct rendering here we go...Miguel Freitas
(wish us luck!) CVS patchset: 4625 CVS date: 2003/04/16 21:46:42
2003-04-16disable direct rendering when the frame size output by ffmpeg is different ↵James Stembridge
from the one found in the header CVS patchset: 4624 CVS date: 2003/04/16 21:02:22
2003-04-16clean up some code, add direct rendering 1 support (disabled by default)Miguel Freitas
define ENABLE_DIRECT_RENDERING to help testing/fixing it. some streams are crashing or displaying strange stuff with DR1. note: DR1 can be used with or without postprocessing. CVS patchset: 4623 CVS date: 2003/04/16 18:25:58
2003-04-16ffmpeg update, add new files/decoders, use our fastmemcpyMiguel Freitas
tested ok with usual files (wmv7, mpeg4, divx, svq1...) CVS patchset: 4618 CVS date: 2003/04/16 00:18:35
2003-04-03buffer for decoded audio needs to be bigger for some wma streamsJames Stembridge
CVS patchset: 4537 CVS date: 2003/04/03 20:48:44
2003-03-27Michael Niedermayer reported that wmv8 implementation isn't complete, so i'mMiguel Freitas
decreasing priority to use w32 codecs instead. non-x86 users must be happy with this decoder anyway, it is better than nothing... CVS patchset: 4500 CVS date: 2003/03/27 17:20:57
2003-03-26update ffmpeg. trying to keep local changes (see diff_to_ffmpeg_cvs.txt), let meMiguel Freitas
know if i overlooked something. as usual, preliminary QA: tested non debug builds and several codecs including divx3/4/5, mpeg4, xvid, msmpeg4v3, svq1, wmv7, dv (video/audio), wma i also enabled wmv8 by default since it worked fine with the streams i have. i'm not sure about current state of that so we might enable it only for non-x86 users in case of trouble. CVS patchset: 4489 CVS date: 2003/03/26 14:49:54
2003-03-19fix segfault when ffmpeg returns a frame containing no data, as happens with ↵James Stembridge
unsupported mjpeg coding types CVS patchset: 4451 CVS date: 2003/03/19 22:22:42
2003-03-16make changing quality thread safeJames Stembridge
CVS patchset: 4431 CVS date: 2003/03/16 15:54:00
2003-03-15Second (and far less braindead) go at mpeg-4 postprocessingJames Stembridge
CVS patchset: 4426 CVS date: 2003/03/15 19:23:50
2003-03-14don't bother reconfiguring postprocessing mode if new setting is 0 (ie off)James Stembridge
CVS patchset: 4413 CVS date: 2003/03/14 19:05:40
2003-03-14mpeg-4 post processing :)James Stembridge
CVS patchset: 4411 CVS date: 2003/03/14 17:46:05
2003-03-07sanity checkMiguel Freitas
CVS patchset: 4355 CVS date: 2003/03/07 01:22:54
2003-02-23handle aspect ratio == 0Guenter Bartsch
CVS patchset: 4271 CVS date: 2003/02/23 22:03:16
2003-02-23Fix crash when opening ffmpeg decoder failsJames Stembridge
CVS patchset: 4259 CVS date: 2003/02/23 01:22:56
2003-02-22fix aspect ratio detection codeGuenter Bartsch
CVS patchset: 4256 CVS date: 2003/02/22 17:32:31
2003-02-20Support RGBA32 format ffmpeg frames. Allows playback of RGB HuffYUV filesJames Stembridge
CVS patchset: 4210 CVS date: 2003/02/20 02:13:19
2003-02-19Small omission from HuffYUV supportJames Stembridge
CVS patchset: 4206 CVS date: 2003/02/19 22:15:43
2003-02-19Support for YUY2 HuffYUV videoJames Stembridge
CVS patchset: 4203 CVS date: 2003/02/19 21:37:15
2003-02-04- remove possible name collision between the abs() define and the abs ↵Bastien Nocera
function from stdlib.h CVS patchset: 4104 CVS date: 2003/02/04 22:01:34
2003-02-04blind fix: DV jerky playback. thanks Bill Fink for investigating it.Miguel Freitas
CVS patchset: 4102 CVS date: 2003/02/04 09:50:22
2003-02-02use aspect ratio from ffmpegMiguel Freitas
CVS patchset: 4091 CVS date: 2003/02/02 15:42:04
2003-02-02hook up YUV411P -> YV12 converterMike Melanson
CVS patchset: 4084 CVS date: 2003/02/02 06:08:30
2003-01-31update ffmpegMiguel Freitas
CVS patchset: 4068 CVS date: 2003/01/31 18:29:43
2003-01-10support for BUF_FLAG_FRAME_STARTStefan Holst
CVS patchset: 3858 CVS date: 2003/01/10 23:33:09
2003-01-08ffmpeg syncMiguel Freitas
CVS patchset: 3829 CVS date: 2003/01/08 13:19:05
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
for more information see message on xine-devel CVS patchset: 3818 CVS date: 2003/01/08 01:02:27
2003-01-07- implement XINE_STREAM_INFO_*_HANDLED for the ffmpeg decoderBastien Nocera
CVS patchset: 3810 CVS date: 2003/01/07 16:36:52
2002-12-23skip DV frames if needed (DV decoding is VERY cpu intensive)Miguel Freitas
CVS patchset: 3657 CVS date: 2002/12/23 21:26:12
2002-12-21Fix padding (ugly red bar in 'fra-sen-1.avi', right of image)Ewald Snel
- video output problems are caused by deinterlace code, not ffmpeg CVS patchset: 3605 CVS date: 2002/12/21 14:57:36
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
different sizeof than integer. - add extra_info structure to pass informations from input/demuxers down to the output frame. this can be used, for example, to pass the frame number of a frame (when known by decoder). also, immediate benefict is that we now have a slider which really shows the current position of the playing stream. new fields can be added to extra_info keeping binary compatibility - bumpy everybody's api versions CVS patchset: 3603 CVS date: 2002/12/21 12:56:44
2002-12-18Don't append 'BUF_FLAG_SPECIAL' packets to frame dataEwald Snel
CVS patchset: 3586 CVS date: 2002/12/18 21:35:41
2002-12-17from utils.c: this should be called after seeking and before trying to ↵Miguel Freitas
decode the next frame CVS patchset: 3569 CVS date: 2002/12/17 00:30:07