Age | Commit message (Expand) | Author |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2012-02-15 | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö |
2012-02-10 | 4xm, timefilter: K&R formatting cosmetics | Yordan Makariev |
2012-01-27 | cosmetics: Remove extra newlines at EOF | Alex Converse |
2012-01-05 | 4xm: Prevent buffer overreads. | Aneesh Dogra |
2012-01-04 | Revert "4xm: Prevent buffer overreads." | Ronald S. Bultje |
2012-01-04 | 4xm: Prevent buffer overreads. | Aneesh Dogra |
2012-01-04 | 4xm: pass the correct remaining buffer size to decode_i2_frame(). | Aneesh Dogra |
2012-01-04 | 4xm: fix calculation of the next output line position in decode_i2_frame(). | Aneesh Dogra |
2011-12-23 | 4xm: remove unused variables. | Anton Khirnov |
2011-12-22 | 4xm: Add a check in decode_i_frame to prevent buffer overreads | Shitiz Garg |
2011-12-20 | 4xm: Use bytestream2 functions to prevent overreads | Aneesh Dogra |
2011-12-18 | 4xm: remove unneeded check for remaining unused data. | Justin Ruggles |
2011-10-10 | 4xm: prevent NULL dereference with invalid huffman table | Laurent Aimar |
2011-10-10 | 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers | Laurent Aimar |
2011-10-09 | 4xm: fix signed overflow | Mans Rullgard |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-16 | Allocate last picture for 4xm pfrm if its not allocated. | Michael Niedermayer |
2010-11-12 | Fix visual artifacts in 4XM decoding on big-endian system | Vitor Sessak |
2010-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
2010-07-10 | bswap: change ME to NE in macro names | Måns Rullgård |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-06 | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård |
2010-01-22 | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård |
2010-01-07 | Fix red/blue swap for 4xa files. | Carl Eugen Hoyos |
2009-10-13 | Add missing release_buffer on close | Reimar Döffinger |
2009-08-26 | 4xm: provide 16-byte alignment where required | Måns Rullgård |
2009-06-05 | 4xm decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-12 | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger |
2009-04-12 | Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf | Reimar Döffinger |
2009-04-11 | Get rid of INIT_VLC_USE_STATIC in 4xm. | Michael Niedermayer |
2009-04-11 | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-22 | Add missing av_cold in static init/close functions. | Daniel Verkamp |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-17 | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs |
2009-01-11 | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-28 | Add long names to some AVCodec declarations. | Stefano Sabatini |
2008-03-22 | cosmetics: typo fixes | Diego Biurrun |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-03-05 | remove more useless mpegvideo.h includes | Aurelien Jacobs |
2008-02-01 | Replace get32() by AV_RL32(). | Michael Niedermayer |
2008-02-01 | const | Michael Niedermayer |
2008-01-31 | cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom... | Baptiste Coudurier |