aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Try to fix VCD compilation on non-Linux systems.Gravatar reimar2010-04-05
* Add -MP to dependency command.Gravatar diego2010-04-05
* Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.Gravatar diego2010-04-05
* Remove unused functions.Gravatar reimar2010-04-05
* Export VCD tracks as chapters, just like for cue:// URLs.Gravatar reimar2010-04-05
* Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,Gravatar reimar2010-04-05
* VBlankActiveFunc is a pointer to a parameterless function; mark it as such.Gravatar diego2010-04-05
* Fix RGB support for corevideo: corevideo can only supportGravatar reimar2010-04-05
* Enable OSD also for BGR32, the code is the same as for RGB32.Gravatar reimar2010-04-05
* Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoidingGravatar reimar2010-04-05
* Check texture dimensions instead of internal format in max textureGravatar reimar2010-04-04
* Cosmetics/reindent.Gravatar reimar2010-04-04
* Avoid duplicating a condition.Gravatar reimar2010-04-04
* Print width before height,Gravatar reimar2010-04-04
* Fix width/height mixup in error message.Gravatar reimar2010-04-04
* Remove -O4 from FAAC check, it is in our standard CFLAGS already.Gravatar diego2010-04-04
* Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.Gravatar diego2010-04-04
* Factor out the YUV->RGB conversion auto-selection and alsoGravatar reimar2010-04-04
* cosmetics: prettyprint config.mak somewhatGravatar diego2010-04-04
* Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.Gravatar diego2010-04-04
* Mark parameterless function declarations as (void). Fixes the warnings:Gravatar diego2010-04-04
* Mark input-related m_option_t arrays as const.Gravatar diego2010-04-04
* Mark vf_size_preset_fields m_option_t array as const.Gravatar diego2010-04-04
* Mark muxer-related m_option_t arrays as const.Gravatar diego2010-04-04
* Mark cfg_fields m_option_t array as const.Gravatar diego2010-04-04
* Mark dxr2_opts array as const.Gravatar diego2010-04-04
* Mark encoder-related m_option_t struct arrays as const.Gravatar diego2010-04-04
* Revert marking m_option struct member as const.Gravatar diego2010-04-04
* Share more code between the two ATI fragment shader YUV to RGBGravatar reimar2010-04-04
* Try to detect and work around broken glXGetProcAddress on atGravatar reimar2010-04-03
* Implement OpenGL-based YUV to RGB version for Radeon 9200 classGravatar reimar2010-04-03
* Remove commented-out #include of a non-existing file.Gravatar diego2010-04-03
* Add a header for x264enc_set_param() instead of forward declaring it.Gravatar diego2010-04-03
* Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.Gravatar diego2010-04-03
* Mark m_option struct member as const.Gravatar diego2010-04-03
* Indentation fix.Gravatar reimar2010-04-03
* Add mpgl prefix to all OpenGL-related function pointers.Gravatar reimar2010-04-03
* dont mention base64 about sending attachments.Gravatar attila2010-04-02
* Cosmetics: Fix indentation.Gravatar cehoyos2010-04-02
* Do not try -march=native for icc.Gravatar cehoyos2010-04-02
* Change type to uint8_t to avoid checks depending on char signedness.Gravatar reimar2010-04-02
* updated example line for encoding to psp (acodec faac is now libfaac)Gravatar ptt2010-04-01
* updated table of libavcodec's audio codecsGravatar ptt2010-04-01
* Sanitize ICY metadata a bit before printing it.Gravatar reimar2010-03-31
* Make audio switching with AVI demuxer chose the first audio streamGravatar reimar2010-03-31
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notGravatar reimar2010-03-31
* rename eatgv -> ffeatgv, lpcm -> fflpcmGravatar attila2010-03-31
* Add HAVE_STRERROR_R definition for FFmpeg to config.h.Gravatar diego2010-03-28
* Use (void) instead of () to indicate a parameterless function, fixes:Gravatar diego2010-03-28
* Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.Gravatar diego2010-03-28