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