| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cosmetics: reindent | Kostya Shishkov | 2009-12-25 | 1 | -8/+8 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Simplify ipvideo_decode_opcodes by using get_bits, this might be slower | Reimar Döffinger | 2009-04-17 | 1 | -8/+5 |
* | Remove unused code_counts array from interplavideo.c. | Reimar Döffinger | 2009-04-17 | 1 | -2/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Fix ipvideo_decode_block_opcode_0xD again. | Reimar Döffinger | 2009-03-31 | 1 | -7/+8 |
* | Cosmetics: remove some pointless {} | Reimar Döffinger | 2009-03-31 | 1 | -13/+6 |
* | Slightly simplify ipvideo_decode_block_opcode_0xD | Reimar Döffinger | 2009-03-31 | 1 | -13/+7 |
* | One more simplification for ipvideo_decode_block_opcode_0xA | Reimar Döffinger | 2009-03-31 | 1 | -49/+22 |
* | Slightly simplify first part of ipvideo_decode_block_opcode_0xA, | Reimar Döffinger | 2009-03-31 | 1 | -21/+14 |
* | Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels | Reimar Döffinger | 2009-03-31 | 1 | -73/+22 |
* | Fix a too small CHECK_STREAM_PTR value in interplayvideo.c | Reimar Döffinger | 2009-03-31 | 1 | -2/+1 |
* | Avoid the last two uses of bitmasks in interplayvideo | Reimar Döffinger | 2009-03-31 | 1 | -8/+6 |
* | 100l, fix FATE test broken by r18264 | Reimar Döffinger | 2009-03-31 | 1 | -1/+1 |
* | Reindent | Reimar Döffinger | 2009-03-31 | 1 | -33/+33 |
* | Deduplicate code by moving it outside the if/else | Reimar Döffinger | 2009-03-31 | 1 | -8/+2 |
* | Rearrange how the different cases are checked to reduce the number of | Reimar Döffinger | 2009-03-31 | 1 | -5/+8 |
* | Avoid "reloading" code by using a 64 bit type for the flags and loading all a... | Reimar Döffinger | 2009-03-31 | 1 | -10/+6 |
* | Remove now pointless temporary pix variables. | Reimar Döffinger | 2009-03-31 | 1 | -10/+4 |
* | Slightly simplify part of ipvideo_decode_block_opcode_0x8 | Reimar Döffinger | 2009-03-31 | 1 | -13/+11 |
* | Fix indentation | Reimar Döffinger | 2009-03-31 | 1 | -4/+4 |
* | Avoid code duplication by using ?: and array indexing instead of if..else | Reimar Döffinger | 2009-03-31 | 1 | -38/+14 |
* | Prettify some assignments | Reimar Döffinger | 2009-03-31 | 1 | -20/+20 |
* | Get rid of some pointless bitmask/shifter variables in interplayvideo.c | Reimar Döffinger | 2009-03-31 | 1 | -32/+21 |
* | Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single | Reimar Döffinger | 2009-03-29 | 1 | -88/+21 |
* | Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely) | Reimar Döffinger | 2009-03-29 | 1 | -1/+1 |
* | Simplify check for leftover bytes after decoding for interplayvideo. | Reimar Döffinger | 2009-03-29 | 1 | -2/+1 |
* | Get rid of pointless "B" array in interplayvideo decoder. | Reimar Döffinger | 2009-03-29 | 1 | -4/+1 |
* | Replace many tiny loops in the interplayvideo decoder by memset, memcpy | Reimar Döffinger | 2009-03-29 | 1 | -39/+30 |
* | Make ipvideo_decode_block array constant, compile-time initialized instead | Reimar Döffinger | 2009-03-29 | 1 | -19/+10 |
* | 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function | Reimar Döffinger | 2009-03-04 | 1 | -3/+3 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | There is no reason to assign a variable to itself | Mike Melanson | 2008-03-10 | 1 | -1/+0 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -5/+5 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -21/+6 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | 10l | Alex Beregszaszi | 2005-02-21 | 1 | -1/+1 |
* | unknown format chars | Alex Beregszaszi | 2004-04-07 | 1 | -1/+1 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 1 | -1/+1 |
* | handle invalid buffer sizes | Mike Melanson | 2004-01-31 | 1 | -0/+5 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -12/+12 |