summaryrefslogtreecommitdiff
path: root/src/libffmpeg/ff_video_decoder.c
AgeCommit message (Expand)Author
2007-12-22Move libffmpeg into combined/ffmpeg directory.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all misc plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
2007-12-09Merge from 1.1.Darren Salt
2007-12-09Enable the WMV VC1 (ffmpeg) codec.Darren Salt
2007-12-07Merge from 1.1.Diego 'Flameeyes' Pettenò
2007-12-07Don't try to free the frame if it's not allocated. Fixes bug FS#3.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Fix interfacing FFmpeg especially for interlaced content.Reinhard Nißl
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-10-31Merge from 1.1.Darren Salt
2007-11-01Improve interfacing FFmpeg especially for interlaced content.Reinhard Nißl
2007-10-23Merge from 1.1, updating plugin Conflicts/Replaces accordingly.Darren Salt
2007-10-23Generate video_step from stream and work around wrong field duration.Reinhard Nißl
2007-10-03Merge from 1.1.Darren Salt
2007-10-01Add UI option to configure FFmpeg's video decoder thread count.Reinhard Nißl
2007-10-01Set PTS even for bad frames to improve syncing of audio and video.Reinhard Nißl
2007-10-01Fix allocation of 0x0 frame when frame size is still unknown.Reinhard Nißl
2007-08-16Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes.Darren Salt
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-07-02Merge with 1.1.Diego 'Flameeyes' Pettenò
2007-07-02Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-05-08Merge from 1.1.Darren Salt
2007-04-15Initialize image size in bmiheader with data from AVCodecContext, if still un...Reinhard Nißl
2007-04-09Check for external FFmpeg before checking if the given decoder wasDiego 'Flameeyes' Pettenò
2007-04-09Use ffmpeg_config.h only when using internal FFmpeg.Diego 'Flameeyes' Pettenò
2007-04-04Merge with main repository.Diego 'Flameeyes' Pettenò
2007-04-04Rename FFmpeg plugins' sources so that there are no conflicts with other sour...Diego 'Flameeyes' Pettenò