| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | use bytestream_get_le*() this also fixes a big endian bug | Michael Niedermayer | 2007-08-13 | 1 | -3/+4 |
* | fix type 3 aka skipped blocks for old version | Michael Niedermayer | 2007-08-13 | 1 | -0/+2 |
* | fix motion vectors for old version | Michael Niedermayer | 2007-08-13 | 1 | -1/+4 |
* | set pix_fmt properly depending on version | Michael Niedermayer | 2007-08-13 | 1 | -1/+2 |
* | use version instead of some random 32bit value to switch between 16 and | Michael Niedermayer | 2007-08-13 | 1 | -1/+1 |
* | replace vlc_type by version and set that from codec_tag which contains the | Michael Niedermayer | 2007-08-13 | 1 | -4/+3 |
* | support ifr2 from Toy-Story2_better-image-quality.4xa | Michael Niedermayer | 2007-08-12 | 1 | -1/+48 |
* | add second vlc table | Michael Niedermayer | 2007-08-12 | 1 | -19/+46 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -1/+1 |
* | Change some leftover __attribute__((unused)) and __attribute__((used)) to | Reimar Döffinger | 2007-05-14 | 1 | -1/+1 |
* | Remove some old disabled debugging output | Michel Bardiaux | 2007-02-19 | 1 | -10/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -2/+2 |
* | sanity checks, some might have been exploitable ... | Michael Niedermayer | 2006-05-13 | 1 | -1/+5 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -1/+1 |