aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Ignore XML files for which no translations exist yet.Gravatar diego2009-06-19
* Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.Gravatar diego2009-06-19
* Do not call rgb2rgbWrapper() for rgb48*, there is no special converter Gravatar vitor2009-06-17
* enable fontconfig support by default. This change takes only in effect,Gravatar siretart2009-06-17
* Conform to the updated Desktop File Specification. Also improve theGravatar siretart2009-06-17
* add .mp1/.mp2 mov audio fourcc to ffmp2 codecGravatar compn2009-06-17
* Add a missing check for a NULL return value.Gravatar eugeni2009-06-16
* Do not auto-detect old libnut installations.Gravatar cehoyos2009-06-16
* Rename LIBVORBIS Makefile variable to VORBIS.Gravatar diego2009-06-14
* 100l: Add missing $s to default language variable checks, which preventedGravatar diego2009-06-14
* Overhaul translation handling completely and add options to install specificGravatar diego2009-06-14
* cosmetics: Drop leading underscore from _language* variables.Gravatar diego2009-06-14
* Allow setting message language separately from documentation language.Gravatar diego2009-06-14
* Drop redundant setting of message language to English when all languagesGravatar diego2009-06-14
* sync with ffmpegGravatar compn2009-06-13
* refine previous translationGravatar jrash2009-06-12
* sync with ffmpegGravatar compn2009-06-12
* sync with ffmpegGravatar compn2009-06-12
* Kill warnings of possibly unused variables by using av_unused.Gravatar ramiro2009-06-11
* Fix compilation: #undef standard library functions that areGravatar diego2009-06-11
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Gravatar diego2009-06-11
* replace "g" asm constraint by "erm" since "g" allows 64bit immediates whileGravatar gpoirier2009-06-07
* Remove '\p' doxygen markup, as it should improve plain text doxyGravatar stefano2009-06-06