aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make diff apply cleanly to our tree again.Gravatar diego2009-07-26
* Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.Gravatar diego2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.Gravatar cehoyos2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANGravatar mru2009-07-26
* Use the correct OSS format, where possible, for mplayer's packed 24-bitGravatar cladisch2009-07-24
* Remove unnecessary #include <unistd.h>Gravatar mru2009-07-23
* grammar and sentence fixGravatar ptt2009-07-22
* Remove unused variables.Gravatar ramiro2009-07-21
* Use correct ALSA sample format for 24-bit samples packed in three bytes.Gravatar cladisch2009-07-21
* Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.Gravatar diego2009-07-19
* The Makefile variable names for external libraries in FFmpeg changed.Gravatar diego2009-07-19
* Move some variable declarations up to avoid the warnings:Gravatar diego2009-07-19
* Remove redundant ivtv VIDIX driver variable declarations.Gravatar diego2009-07-19
* The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable theGravatar diego2009-07-19
* Handle 24bit audio formats natively by ALSA.Gravatar iive2009-07-19
* Fix 24bit audio playback.Gravatar iive2009-07-19
* Change libamr support to libopencore-amr support.Gravatar diego2009-07-18
* Make sure clip coordinates are inside the screen area.Gravatar eugeni2009-07-18
* Cosmetics: make some variables constant to signify their intended use and,Gravatar eugeni2009-07-18
* Fix read after the end of allocated buffer.Gravatar eugeni2009-07-18
* sync with en/mplayer.1 r29413Gravatar jrash2009-07-18
* Restore alphabetic order for HAVE_ defines.Gravatar cehoyos2009-07-17
* Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.Gravatar diego2009-07-17
* Assume HAVE_ATTRIBUTE_PACKED.Gravatar cehoyos2009-07-17
* synced with r39413Gravatar Gabrov2009-07-13
* Fix compilation after FFmpeg r19395.Gravatar cehoyos2009-07-11
* Disable libavcodec AAC encoder, there are too many systems where it doesn't c...Gravatar reimar2009-07-09
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerGravatar ramiro2009-07-09
* 20% faster hqdn3d on x86_64Gravatar lorenm2009-07-07
* new debanding filterGravatar lorenm2009-07-07
* The AltiVec code in libswscale no longer is under GPL.Gravatar diego2009-07-05
* Add a section about handling external code to the policy.Gravatar diego2009-07-04
* add truemotion rt binary codec for TR20 fourccGravatar compn2009-07-03
* Use enum PixelFormat in sws_format_name() prototypeGravatar mru2009-07-01
* Print information about chapters with -identify.Gravatar reimar2009-06-28
* Make set_property chapter 0-based like all other chapter-relatedGravatar reimar2009-06-28
* add binary codec for NTN1 and NTN2 fourccGravatar compn2009-06-27
* add 0xA106 twocc to aac decoders, fixes facebook sampleGravatar compn2009-06-27
* Fix some blu-ray samples: HDMV == H264Gravatar cehoyos2009-06-26
* Increase slave mode buffer so that one can load files with a deeperGravatar ben2009-06-26
* Use memcpy_pic2 instead of reimplementing it.Gravatar reimar2009-06-26
* Close /dev/tty again on uninit.Gravatar reimar2009-06-26
* Fix indentation broken in last patchGravatar reimar2009-06-26
* Get rid of completely pointless vt_doit variableGravatar reimar2009-06-26
* 10l, use fopen directly instead of open + fdopenGravatar reimar2009-06-26
* Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has anGravatar reimar2009-06-26
* Use FFALIGN and FFMAX3Gravatar reimar2009-06-26
* Remove useless castsGravatar reimar2009-06-26
* fbdev: remove pointless ()Gravatar reimar2009-06-26
* Replace incorrect use of strncpy by av_strlcpy.Gravatar reimar2009-06-26