| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement av_fifo_space(). | Olivier Guilyardi | 2009-04-02 | 1 | -1/+1 |
* | Make the pixel formats which were defined as macros: | Stefano Sabatini | 2009-03-22 | 1 | -1/+1 |
* | Change the RGB5X5/BGR5X5 pixel format defines so that we have little | Stefano Sabatini | 2009-03-21 | 1 | -1/+1 |
* | Bump major version of libavutil due to FIFO fixes. | Michael Niedermayer | 2009-03-08 | 1 | -2/+2 |
* | Split avutil.h, move all the pixel format definitions to the new | Stefano Sabatini | 2009-02-22 | 1 | -102/+1 |
* | Add note about big vs. little endian. | Michael Niedermayer | 2009-02-22 | 1 | -0/+4 |
* | Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. | Peter Ross | 2009-02-22 | 1 | -1/+5 |
* | Remove reference to renamed header file xvmc_render.h. | Diego Biurrun | 2009-02-12 | 1 | -1/+1 |
* | Ensure that the palette is set in data[1] for all 8bit formats. | Michael Niedermayer | 2009-02-06 | 1 | -0/+4 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part II | Diego Biurrun | 2009-01-28 | 1 | -1/+1 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -38/+38 |
* | Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can | NVIDIA Corporation | 2009-01-20 | 1 | -0/+2 |
* | Deprecate av_init_random() in favour of av_random_init(), with a more natural | Stefano Sabatini | 2009-01-18 | 1 | -1/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can | NVIDIA Corporation | 2009-01-16 | 1 | -0/+2 |
* | Add VDPAU hardware accelerated decoding for H264 which can be used by | NVIDIA Corporation | 2009-01-04 | 1 | -0/+1 |
* | Bump minor version after addition of FF_ARRAY_ELEMS macro. | Benoit Fouet | 2008-10-15 | 1 | -1/+1 |
* | Implement av_nearer_q() and av_find_nearest_q_idx() functions. | Stefano Sabatini | 2008-09-25 | 1 | -1/+1 |
* | Fix typo. | Michael Niedermayer | 2008-09-04 | 1 | -2/+2 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Implement av_fifo_realloc2(). | Stefano Sabatini | 2008-08-19 | 1 | -1/+1 |
* | move M_PI definition along with other math definitions | Aurelien Jacobs | 2008-08-13 | 1 | -1/+1 |
* | Implement avutil_version(). | Stefano Sabatini | 2008-08-08 | 1 | -1/+5 |
* | Macro suggested by Michael which will be used to disable the | Stefano Sabatini | 2008-06-01 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -10/+14 |
* | Clean up lib* version definitions | Måns Rullgård | 2008-02-19 | 1 | -2/+10 |
* | Remove integer.h inclusion. | Benoit Fouet | 2008-01-28 | 1 | -1/+0 |
* | Provide sha1 to outside applications | Luca Barbato | 2007-12-12 | 1 | -2/+2 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | add support for yuva420p colorspace (yuv420p + alpha) | Aurelien Jacobs | 2007-09-24 | 1 | -0/+1 |
* | add a new av_clip_int16() function to libavutil | Aurelien Jacobs | 2007-08-11 | 1 | -2/+2 |
* | add YUV440P and YUVJ440P support | Andreas Öman | 2007-07-18 | 1 | -0/+2 |
* | bump micro version: new string functions | Luca Barbato | 2007-06-24 | 1 | -2/+2 |
* | Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK | Michel Bardiaux | 2007-06-20 | 1 | -2/+2 |
* | Remove extern C declarations for C++. | Diego Biurrun | 2007-05-16 | 1 | -8/+0 |
* | expose av_base64_decode and av_base64_encode | Luca Barbato | 2007-03-19 | 1 | -2/+2 |
* | Reverting stray commit part II, r8156 had the base64 export patch mixed with ... | Luca Barbato | 2007-02-28 | 1 | -0/+137 |
* | Reverting stray commit part I | Luca Barbato | 2007-02-28 | 1 | -137/+0 |
* | get_packetheader() forgot to read the header_checksum in big packets | Luca Barbato | 2007-02-28 | 1 | -2/+2 |
* | 1000l: Revert accidentally committed change. | Diego Biurrun | 2007-02-07 | 1 | -2/+11 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -11/+2 |
* | Move lzo decompression to libavutil | Reimar Döffinger | 2007-01-31 | 1 | -2/+2 |
* | add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | Remove alpha channel from RGB555 | Alex Beregszaszi | 2006-11-16 | 1 | -3/+3 |
* | 16-bit grayscale support | Kostya Shishkov | 2006-10-24 | 1 | -2/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move memory functions from avcodec to avutil | Luca Barbato | 2006-09-25 | 1 | -2/+2 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |