| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-10 | 1 | -1/+1 |
|\ |
|
| * | 4xm: fix signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | | Reject video with non multiple of 16 width/height in the 4xm decoder. | Laurent Aimar | 2011-10-02 | 1 | -0/+4 |
* | | 4xm decoder: fix data size for i2 frames. | Michael Niedermayer | 2011-10-02 | 1 | -1/+1 |
* | | 4xm decoder: print some error messages in case of errors. | Michael Niedermayer | 2011-10-02 | 1 | -9/+27 |
* | | Check for out of bound accesses in the 4xm decoder. | Laurent Aimar | 2011-10-02 | 1 | -13/+46 |
* | | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ... | Laurent Aimar | 2011-10-02 | 1 | -0/+2 |
* | | Prevent NULL dereference when the huffman table is invalid in the 4xm decoder. | Laurent Aimar | 2011-10-02 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | 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 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+2 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -4/+4 |
* | | 4xm: use reget_buffer() in decode_frame() | Stefano Sabatini | 2011-04-27 | 1 | -5/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |
* | remove more useless mpegvideo.h includes | Aurelien Jacobs | 2008-03-05 | 1 | -5/+5 |
* | Replace get32() by AV_RL32(). | Michael Niedermayer | 2008-02-01 | 1 | -15/+11 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -16/+16 |
* | cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | fix decoding of dracula.4xm before diego complains | Michael Niedermayer | 2007-09-05 | 1 | -7/+7 |
* | fix segfault with dracula.4xm | Michael Niedermayer | 2007-09-05 | 1 | -0/+10 |
* | Change 4xm demuxer and video decoder to pass the video format version in | Roberto Togni | 2007-08-27 | 1 | -1/+6 |