2013-01-29 |
Anton Khirnov | mdec: return meaningful error codes. |
blob | commitdiff | raw |
2013-01-29 |
Anton Khirnov | mdec: cosmetics, reformat |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Anton Khirnov | mdec: merge mdec_common_init() into decode_init(). |
blob | commitdiff | raw | diff to current |
2013-01-23 |
Diego Biurrun | Drop DCTELEM typedef |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Anton Khirnov | lavc: fix decode_frame() third parameter semantics... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Anton Khirnov | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix... |
blob | commitdiff | raw | diff to current |
2012-08-07 |
Anton Khirnov | Replace all CODEC_ID_* with AV_CODEC_ID_* |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Martin Storsjö | cosmetics: Align codec declarations |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Diego Biurrun | Remove unnecessary AVFrame pointer casts. |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Martin Storsjö | dsputil: Add ff_ prefix to the dsputil*_init* functions |
blob | commitdiff | raw | diff to current |
2012-01-28 |
Alex Converse | cosmetics: Remove extra newlines at EOF |
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-18 |
Alexander Strange | mdec: enable frame-level multithreading. |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Ronald S. Bultje | mdec.c: fix overread. |
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-02 |
Vitor Sessak | Make PSX MDEC decoder output YUVJ420 and always use... |
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-23 |
Reimar Döffinger | Release buffer when the codec is closed. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Reimar Döffinger | Use qstride = 0 and allocate only a single line for... |
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 |
2009-08-25 |
Måns Rullgård | mdec: remove unused members from struct MDECContext |
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-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
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 |
2008-08-20 |
Diego Biurrun | Rename ff_init_vlcs function to the more descriptive... |
blob | commitdiff | raw | diff to current |
2008-08-20 |
Diego Biurrun | cosmetics: comment spelling/grammar fixes |
blob | commitdiff | raw | diff to current |
2008-08-19 |
Diego Biurrun | Untangle mpeg12.c and mdec.c so that mdec.c can be... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Alexander Strange | Remove pointless AVFrame* casting. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Alexander Strange | Remove duplicate emms. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Alexander Strange | Remove commented-out code. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Alexander Strange | Export qscale so that postprocessing works. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Alexander Strange | Remove unused PutBitContext. |
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-05-14 |
Stefano Sabatini | Add codec long name, patch by Stefano Sabatini, stefano... |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Alexander Strange | Increase alignment for DCT block arrays from 8 to 16 |
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-09 |
Aurelien Jacobs | add FF_ prefix to all (frame)_TYPE usage |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | const |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Alexander Strange | Fix missing chroma in version 3 STR. |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Diego Biurrun | Group all copyright and author notices together. |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Aurelien Jacobs | add proper ff_ prefix to new extern symbols |
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-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-08-13 |
Michael Niedermayer | set pix_fmt |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Michael Niedermayer | avoid UPDATE_CACHE() in GET_RL_VLC() if not needed |
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 |
2004-09-27 |
Michael Niedermayer | lowres width/height cleanup 3rd try |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Michael Niedermayer | more data_size=0 cleanup |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Michael Niedermayer | cleanup & memleak fix |
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-15 |
Mike Melanson | quiet |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Michael Niedermayer | 100l |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Michael Niedermayer | more fixes |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Michael Niedermayer | some fixes (still buggy though) |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Mike Melanson | skip preamble bytes |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Michael Niedermayer | 10l (big vs. little endian) |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Fabrice Bellard | removed unused variable |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Michael Niedermayer | PSX MDEC decoder, based upon some code from Sebastian... |
blob | commitdiff | raw | diff to current |
|