2012-03-28 |
Diego Biurrun | Replace memset(0) by zero initializations. |
blob | commitdiff | raw |
2012-02-15 |
Martin Storsjö | dsputil: Add ff_ prefix to the dsputil*_init* functions |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Martin Storsjö | vlc/rl: Add ff_ prefix to the nonstatic symbols |
blob | commitdiff | raw | diff to current |
2012-02-10 |
Yordan Makariev | 4xm, timefilter: K&R formatting cosmetics |
blob | commitdiff | raw | diff to current |
2012-01-28 |
Alex Converse | cosmetics: Remove extra newlines at EOF |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Aneesh Dogra | 4xm: Prevent buffer overreads. |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Ronald S. Bultje | Revert "4xm: Prevent buffer overreads." |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Aneesh Dogra | 4xm: Prevent buffer overreads. |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Aneesh Dogra | 4xm: pass the correct remaining buffer size to decode_i... |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Aneesh Dogra | 4xm: fix calculation of the next output line position... |
blob | commitdiff | raw | diff to current |
2011-12-23 |
Anton Khirnov | 4xm: remove unused variables. |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Shitiz Garg | 4xm: Add a check in decode_i_frame to prevent buffer... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
Aneesh Dogra | 4xm: Use bytestream2 functions to prevent overreads |
blob | commitdiff | raw | diff to current |
2011-12-18 |
Justin Ruggles | 4xm: remove unneeded check for remaining unused data. |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Laurent Aimar | 4xm: prevent NULL dereference with invalid huffman... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Laurent Aimar | 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in tempor... |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Mans Rullgard | 4xm: fix signed overflow |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Anton Khirnov | lavc: use designated initialisers for all codecs. |
blob | commitdiff | raw | diff to current |
2011-05-02 |
Stefano Sabatini | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY... |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | raw | diff to current |
2011-01-16 |
Michael Niedermayer | Allocate last picture for 4xm pfrm if its not allocated. |
blob | commitdiff | raw | diff to current |
2010-11-12 |
Vitor Sessak | Fix visual artifacts in 4XM decoding on big-endian... |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Måns Rullgård | Add av_ prefix to bswap macros |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Måns Rullgård | bswap: change ME to NE in macro names |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Måns Rullgård | Remove DECLARE_ALIGNED_{8,16} macros |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Måns Rullgård | Move array specifiers outside DECLARE_ALIGNED() invocations |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Carl Eugen Hoyos | Fix red/blue swap for 4xa files. |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Reimar Döffinger | Add missing release_buffer on close |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Måns Rullgård | 4xm: provide 16-byte alignment where required |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Baptiste Coudurier | 4xm decoder uses get_buffer, set CODEC_CAP_DR1 |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Stefano Sabatini | Rename bitstream.h to get_bits.h. |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Reimar Döffinger | Add a av_fast_malloc function and replace several uses... |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Reimar Döffinger | Use void * instead of uint8_t * for the destination... |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Michael Niedermayer | Get rid of INIT_VLC_USE_STATIC in 4xm. |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Carl Eugen Hoyos | Use INIT_VLC_USE_STATIC and not its value "1". |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Daniel Verkamp | Add missing av_cold in static init/close functions. |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Aurelien Jacobs | remove ff_get_fourcc() and use AV_RL32() instead |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Diego Biurrun | Fix build: Add intreadwrite.h and bswap.h #includes... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Stefano Sabatini | Add long names to some AVCodec declarations. |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Diego Biurrun | cosmetics: typo fixes |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Aurelien Jacobs | remove more useless mpegvideo.h includes |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | Replace get32() by AV_RL32(). |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | const |
blob | commitdiff | raw | diff to current |
2008-01-31 |
Baptiste Coudurier | cast to dest type, fix warning: 4xm.c:304: warning... |
blob | commitdiff | raw | diff to current |
2007-09-05 |
Michael Niedermayer | fix decoding of dracula.4xm before diego complains |
blob | commitdiff | raw | diff to current |
2007-09-05 |
Michael Niedermayer | fix segfault with dracula.4xm |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Roberto Togni | Change 4xm demuxer and video decoder to pass the video... |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Michael Niedermayer | use bytestream_get_le*() this also fixes a big endian bug |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Michael Niedermayer | fix type 3 aka skipped blocks for old version |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Michael Niedermayer | fix motion vectors for old version |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Michael Niedermayer | set pix_fmt properly depending on version |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Michael Niedermayer | use version instead of some random 32bit value to switc... |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Michael Niedermayer | replace vlc_type by version and set that from codec_tag... |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Michael Niedermayer | support ifr2 from Toy-Story2_better-image-quality.4xa |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Michael Niedermayer | add second vlc table |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Carl Eugen Hoyos | rename attribute_unused to av_unused and moves its... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Reimar Döffinger | Change some leftover __attribute__((unused)) and __attr... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Michel Bardiaux | Remove some old disabled debugging output |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Måns Rullgård | fix some signedness warnings |
blob | commitdiff | raw | diff to current |
2006-05-13 |
Michael Niedermayer | sanity checks, some might have been exploitable ... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Steve L'Homme | MSVC-compatible __align8/__align16 declaration |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Diego Biurrun | warning fixes by Luca Abeni, lucabe72 ##@## email ... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Måns Rullgård | use PRIxN, %zd, %td formats where needed |
blob | commitdiff | raw | diff to current |
2005-04-24 |
Mike Melanson | Ministry of English Composition, reporting for duty... |
blob | commitdiff | raw | diff to current |
2005-01-23 |
Michael Niedermayer | avoid buf_size == 0 checks in every decoder |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Michael Niedermayer | various security fixes and precautionary checks |
blob | commitdiff | raw | diff to current |
2004-11-27 |
Burkhard Plaum | Memory leak fix patch by (Burkhard Plaum <plaum >at... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Michael Niedermayer | data_size = 0 cleanup |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Michael Niedermayer | cleanup & memleak fix |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Alex Beregszaszi | unknown format chars |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Falk Hüffner | warning patrol |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Michel Bardiaux | av_log() patch by (Michel Bardiaux <mbardiaux at peakti... |
blob | commitdiff | raw | diff to current |
2003-10-11 |
Michael Niedermayer | forgot to commit, i hope its correct |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Falk Hüffner | Fix compilation with ccc |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Fabrice Bellard | remove warnings |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Michael Niedermayer | fix 4xm yuv->rgb565 transform |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Michael Niedermayer | 10l (array[-1] ...) |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Michael Niedermayer | 4xm codec |
blob | commitdiff | raw | diff to current |
|