aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | * 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
* | | | Add OSS4 vmix volume control to ao_ossGravatar Grigori Goronzy2009-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
* | | | Disallow subtitles without videoGravatar Uoti Urpala2009-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
| | | * Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Gravatar ramiro2009-06-04
| | | * Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Gravatar ramiro2009-06-04
| | | * Use DECLARE_ALIGNED macro instead of gcc __attribute__.Gravatar ramiro2009-06-04
| | | * cosmetics: replace dead urlGravatar compn2009-06-03
| | | * Files should be opened in binary mode on OS/2.Gravatar diego2009-06-03
| | | * CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.Gravatar diego2009-06-03
| | | * Configure needs AS to be set for the Makefiles.Gravatar reimar2009-06-02
| | | * Testing RGB48 variants requires bigger stride in swscale-example.cGravatar kostya2009-06-02
| | | * YUV into RGB48 BE/LE conversion supportGravatar kostya2009-06-02
| | | * Partial (low bits ignored, no direct transcoding into other RGB formats) supportGravatar kostya2009-06-02