aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.Gravatar reimar2009-06-26
* 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is aGravatar reimar2009-06-26
* AltiVec code and runtime cpudetect do not require CONFIG_GPL.Gravatar diego2009-06-25
* The AltiVec optimizations of libswscale are no longer under GPL.Gravatar diego2009-06-25
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Gravatar diego2009-06-25
* Modern Solaris versions have different default CD-ROM devices.Gravatar diego2009-06-24
* AVStream.language is deprecated, switch to av_get_metadata instead.Gravatar reimar2009-06-24
* Move allocation to avoid a possible memleak if new_sh_audio fails.Gravatar reimar2009-06-24
* Remove pointless stream count checks, new_sh_* already checks for that.Gravatar reimar2009-06-24
* Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontendsGravatar reimar2009-06-24
* Fix compilation: codec_wav_tags/codec_bmp_tags were renamed toGravatar reimar2009-06-23
* Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.Gravatar reimar2009-06-23
* Initialize es->lang to ensure a previous value does not get misattributedGravatar reimar2009-06-23
* Do not use -rdynamic on Solaris, where the flag is unsupported.Gravatar diego2009-06-22
* Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are alreadyGravatar reimar2009-06-21
* TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT...Gravatar reimar2009-06-21
* 1l to Reimar for not updating lavc TM2 decoder output format in codecs.confGravatar kostya2009-06-20
* Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_videoGravatar reimar2009-06-20
* fix missing event on move that breaks xmga window movementGravatar attila2009-06-19