| Commit message (Expand) | Author | Age |
* | Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it | diego | 2008-10-16 |
* | Convert asm keyword into __asm__. | flameeyes | 2008-10-16 |
* | sun --> __sun in config.h preprocessor check | diego | 2008-10-16 |
* | misc updates for the Xvid, x264 and AAC sections | diego | 2008-10-14 |
* | cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h. | diego | 2008-10-14 |
* | cosmetics: Consistently name all header #define variables. | diego | 2008-10-14 |
* | Remove some pointless and/or outdated codec documentation sections. | diego | 2008-10-14 |
* | Honour differences between src and dst stride for packed yuv | faust3 | 2008-10-14 |
* | Remove section about containers. Its contents are non-informative, redundant, | diego | 2008-10-14 |
* | Update VIDIX vs. svgalib documentation. | diego | 2008-10-14 |
* | #include necessary libavcodec header and remove duplicated struct declaration. | diego | 2008-10-14 |
* | update x264's section with r999 of x264 | gpoirier | 2008-10-14 |
* | Remove useless '#undef realloc', realloc is not referenced anywhere near. | diego | 2008-10-14 |
* | Remove duplicate extern declaration, fixes the warning: | diego | 2008-10-14 |
* | Remove unused variable ncomps. | diego | 2008-10-13 |
* | Fix double free in demux_nut, patch by Onur Küçük. | ods15 | 2008-10-13 |
* | Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta. | diego | 2008-10-13 |
* | Remove global definition of WIN32 in config.h for Cygwin. | diego | 2008-10-13 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 |
* | Remove pointless #ifdef around the whole file, it is just a complicated #if 1. | diego | 2008-10-13 |
* | Declare ThreadProc as void, it does not return anything, fixes the warning: | diego | 2008-10-13 |
* | Remove unused function, fixes the warning: | diego | 2008-10-13 |
* | Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin: | diego | 2008-10-13 |
* | Add missing Cygwin header, fixes the warning: | diego | 2008-10-13 |
* | Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes: | diego | 2008-10-13 |
* | Surround conditionally used function with corresponding #ifdef, fixes: | diego | 2008-10-13 |
* | Remove redundant variable declaration, fixes the warning: | diego | 2008-10-13 |
* | Remove check for byteswap.h, it was removed from FFmpeg. | diego | 2008-10-13 |
* | Remove unused variables. | diego | 2008-10-12 |
* | Remove redundant declaration of proc_priority. | diego | 2008-10-12 |
* | Filter out .hh and .h files in the C++ dependency generation command. | diego | 2008-10-12 |
* | Remove useless HAVE_STRCHR definition from config.h. | diego | 2008-10-12 |
* | Add missing support for some multimedia keys to X11 backend code. | diego | 2008-10-12 |
* | Move socklen_t typedef from config.h to stream/network.h. | diego | 2008-10-12 |
* | Do not provide a prototype for setenv in config.h, we do not provide a | diego | 2008-10-11 |
* | cosmetics: Move some config.h entries to more sensible places. | diego | 2008-10-10 |
* | cosmetics: Group codec-, network- and gui-related options together in config.h. | diego | 2008-10-10 |
* | cosmetics: Group system header and function definitions together in config.h. | diego | 2008-10-09 |
* | Remove unused line (and fix an icc warning). | cehoyos | 2008-10-09 |
* | Replace numeric constants by their defines. | cehoyos | 2008-10-09 |
* | Mark some symbols in swscale.c as constant. | flameeyes | 2008-10-09 |
* | Mark dither_2x2_{8,4} static to swscale.c | flameeyes | 2008-10-09 |
* | Mark variation-specific interleaveBytes static. | flameeyes | 2008-10-09 |
* | Invert logic for the single-pass in swScale() functions. | flameeyes | 2008-10-09 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-09 |
* | Fix channel order for ffmpeg flac codec. | ulion | 2008-10-09 |
* | Do not set src[1] to the palette, it is now in the context | vitor | 2008-10-08 |
* | Add a new unscaled PAL8 -> RGB converter. | vitor | 2008-10-08 |
* | r27182: apply parameter name change of no-correct-pts from r26842 to man page | kraymer | 2008-10-08 |
* | Change one more variable type from int to enum PixelFormat. | aurel | 2008-10-08 |