Age | Commit message (Expand) | Author |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2008-10-05 | Cosmetics: rename mace3_decode_frame() to mace_decode_frame() | Vitor Sessak |
2008-10-05 | Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() | Vitor Sessak |
2008-10-05 | Use a for() instead of triplicating code. | Vitor Sessak |
2008-10-05 | Factorize duplicate table reading code. | Vitor Sessak |
2008-09-09 | Convert two tables to signed decimal | Vitor Sessak |
2008-09-09 | Cosmetics: remove useless parentheses | Vitor Sessak |
2008-09-09 | Remove ChannelData.lev var and use ChannelData.level instead | Vitor Sessak |
2008-09-07 | Check output buffer size before decoding. | Vitor Sessak |
2008-09-07 | Cosmetics: rename vars s/ctx/chd/ | Vitor Sessak |
2008-09-07 | Exploit symmetry to reduce size of tables by half. | Vitor Sessak |
2008-09-07 | Cosmetics: s/short/int16_t/ | Vitor Sessak |
2008-09-07 | Remove cast, now tables are signed. | Vitor Sessak |
2008-09-07 | Convert tables to signed and decimal. | Vitor Sessak |
2008-09-07 | Remove unused table entries. | Vitor Sessak |
2008-09-07 | Remove commented out code. | Vitor Sessak |
2008-09-07 | Use FFMIN() instead of rewriting it. | Vitor Sessak |
2008-09-07 | Factorize broken clipping in its own function and document it. | Vitor Sessak |
2008-09-07 | Cosmetics: whitespace/linebreaks | Vitor Sessak |
2008-09-07 | Use the same 8 bit -> 16 bit conversion as QuickTime. | Vitor Sessak |
2008-09-07 | Do not share context variables between channels and do not zero them at | Vitor Sessak |
2008-09-07 | Remove output pointer from context | Vitor Sessak |
2008-09-05 | Cosmetics: indent after last commit and remove useless braces | Vitor Sessak |
2008-09-05 | Simplify: use a for instead of unrolling by hand | Vitor Sessak |
2008-09-04 | Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c... | Vitor Sessak |
2008-09-04 | Simplify: use two distinct functions to decode MACE3 and MACE6, since the | Vitor Sessak |
2008-09-04 | Simplify mace_decode_frame() | Vitor Sessak |
2008-09-04 | Remove useless comments | Vitor Sessak |
2008-09-04 | Reindent mace.c, its indentation was completly inconsistent with the coding r... | Vitor Sessak |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-02-01 | consts | Michael Niedermayer |
2008-01-17 | Replace puts() by dprintf where appropriate. | Diego Biurrun |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-05 | Fix buffer handling for stereo mace files, fixes some random sig11 | Alan Curry |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2005-02-01 | Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de> | François Revol |
2004-05-21 | data_size = 0 cleanup | Michael Niedermayer |
2003-03-26 | debug stuff only for DEBUG :) | François Revol |
2003-03-06 | per file doxy | Michael Niedermayer |
2003-02-11 | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac |