aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Fix compilation after librtmp support in FFmpeg.Gravatar reimar2010-03-28
* Fix crash with incomplete yuv2 frames.Gravatar reimar2010-03-28
* Leave disabling SSE to the check_os_katmai_support always regardless of OS,Gravatar reimar2010-03-27
* Support concatenated YUV4MPEG files.Gravatar reimar2010-03-27
* Use calloc instead of malloc+memsetGravatar reimar2010-03-27
* Add const to some video_out extern declarations to match their definitions.Gravatar reimar2010-03-27
* Mark some more LIBVO_EXTERN declarations as const where possible.Gravatar reimar2010-03-27
* 100l, fix frametime calculation for MPEG-2 files with frame rate extension.Gravatar reimar2010-03-27
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Gravatar diego2010-03-27
* Refactor OS X foreground process setting into a separate function.Gravatar diego2010-03-26
* cosmetics: Break some overly long lines.Gravatar diego2010-03-26
* Convert asm keyword to __asm__.Gravatar diego2010-03-26
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Gravatar diego2010-03-26
* Remove unused OPTFLAGS variable from config.mak.Gravatar diego2010-03-25
* Remove unused MACOSX_BUNDLE config.mak entry.Gravatar diego2010-03-25
* Move some FFmpeg-specific entries to the FFmpeg section of config.mak.Gravatar diego2010-03-25
* Don't try to delete the global memory mutex in the Win32 loader code,Gravatar sesse2010-03-25
* Mark add_subtitles() as static, it is not used outside the file, fixes:Gravatar diego2010-03-24