| Commit message (Expand) | Author | Age |
* | Fix indentation broken in last patch | reimar | 2009-06-26 |
* | Get rid of completely pointless vt_doit variable | reimar | 2009-06-26 |
* | 10l, use fopen directly instead of open + fdopen | reimar | 2009-06-26 |
* | Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an | reimar | 2009-06-26 |
* | Use FFALIGN and FFMAX3 | reimar | 2009-06-26 |
* | Remove useless casts | reimar | 2009-06-26 |
* | fbdev: remove pointless () | reimar | 2009-06-26 |
* | Replace incorrect use of strncpy by av_strlcpy. | reimar | 2009-06-26 |
* | Use the RESET_GEOMETRY macro in one more place instead of duplicating its code. | reimar | 2009-06-26 |
* | 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a | reimar | 2009-06-26 |
* | AltiVec code and runtime cpudetect do not require CONFIG_GPL. | diego | 2009-06-25 |
* | The AltiVec optimizations of libswscale are no longer under GPL. | diego | 2009-06-25 |
* | PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. | diego | 2009-06-25 |
* | Modern Solaris versions have different default CD-ROM devices. | diego | 2009-06-24 |
* | AVStream.language is deprecated, switch to av_get_metadata instead. | reimar | 2009-06-24 |
* | Move allocation to avoid a possible memleak if new_sh_audio fails. | reimar | 2009-06-24 |
* | Remove pointless stream count checks, new_sh_* already checks for that. | reimar | 2009-06-24 |
* | Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends | reimar | 2009-06-24 |
* | Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to | reimar | 2009-06-23 |
* | Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams. | reimar | 2009-06-23 |
* | Initialize es->lang to ensure a previous value does not get misattributed | reimar | 2009-06-23 |
* | Do not use -rdynamic on Solaris, where the flag is unsupported. | diego | 2009-06-22 |
* | Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already | reimar | 2009-06-21 |
* | TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT... | reimar | 2009-06-21 |
* | 1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf | kostya | 2009-06-20 |
* | Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video | reimar | 2009-06-20 |
* | fix missing event on move that breaks xmga window movement | attila | 2009-06-19 |
* | Ignore XML files for which no translations exist yet. | diego | 2009-06-19 |
* | Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used. | diego | 2009-06-19 |
* | Do not call rgb2rgbWrapper() for rgb48*, there is no special converter | vitor | 2009-06-17 |
* | enable fontconfig support by default. This change takes only in effect, | siretart | 2009-06-17 |
* | Conform to the updated Desktop File Specification. Also improve the | siretart | 2009-06-17 |
* | add .mp1/.mp2 mov audio fourcc to ffmp2 codec | compn | 2009-06-17 |
* | Add a missing check for a NULL return value. | eugeni | 2009-06-16 |
* | Do not auto-detect old libnut installations. | cehoyos | 2009-06-16 |
* | Rename LIBVORBIS Makefile variable to VORBIS. | diego | 2009-06-14 |
* | 100l: Add missing $s to default language variable checks, which prevented | diego | 2009-06-14 |
* | Overhaul translation handling completely and add options to install specific | diego | 2009-06-14 |
* | cosmetics: Drop leading underscore from _language* variables. | diego | 2009-06-14 |
* | Allow setting message language separately from documentation language. | diego | 2009-06-14 |
* | Drop redundant setting of message language to English when all languages | diego | 2009-06-14 |
* | sync with ffmpeg | compn | 2009-06-13 |
* | refine previous translation | jrash | 2009-06-12 |
* | sync with ffmpeg | compn | 2009-06-12 |
* | sync with ffmpeg | compn | 2009-06-12 |
* | Kill warnings of possibly unused variables by using av_unused. | ramiro | 2009-06-11 |
* | Fix compilation: #undef standard library functions that are | diego | 2009-06-11 |
* | Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. | diego | 2009-06-11 |
* | replace "g" asm constraint by "erm" since "g" allows 64bit immediates while | gpoirier | 2009-06-07 |
* | Remove '\p' doxygen markup, as it should improve plain text doxy | stefano | 2009-06-06 |