| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references | David Conrad | 2009-03-16 | 1 | -1/+1 |
* | Add cook channel count function, part of multichannel cook | Benjamin Larsson | 2009-03-15 | 1 | -0/+10 |
* | Add max allowed subpackets in multichannel cook | Benjamin Larsson | 2009-03-15 | 1 | -0/+1 |
* | save avctx in cook decoder context and use it for av_log | Benjamin Larsson | 2009-03-15 | 1 | -13/+15 |
* | memset when category is >=7, part of cook multichannel | Benjamin Larsson | 2009-03-15 | 1 | -1/+1 |
* | 1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted in | Reimar Döffinger | 2009-03-15 | 1 | -1/+1 |
* | cosmetics: Remove file name from file header. | Diego Biurrun | 2009-03-15 | 1 | -2/+1 |
* | Expand "lsb" to "least significant bits". | Stefano Sabatini | 2009-03-15 | 1 | -1/+1 |
* | Rename the (yet not defined) macros: | Stefano Sabatini | 2009-03-15 | 1 | -2/+2 |
* | Correct MV prediction for B-frame blocks in RV4 decoder | Kostya Shishkov | 2009-03-15 | 1 | -1/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2009-03-14 | 2 | -15/+15 |
* | Add av_uninit to vsrcBuc variable to work around some | Diego Biurrun | 2009-03-14 | 2 | -2/+2 |
* | Improve description of next_free_data_block_num struct member. | Diego Biurrun | 2009-03-14 | 1 | -3/+3 |
* | Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder. | Daniel Verkamp | 2009-03-13 | 1 | -11/+61 |
* | Print timing_info on -debug 1. | Michael Niedermayer | 2009-03-13 | 1 | -2/+4 |
* | Fix direct and skip MB motion compensation in RV4: | Kostya Shishkov | 2009-03-13 | 1 | -3/+4 |
* | Use av_mallocz() to initialize hwaccel_data_private. | Gwenole Beauchesne | 2009-03-11 | 2 | -4/+4 |
* | Fix bug when elbg->utility_inc[elbg->numCB-1] == 1 | Vitor Sessak | 2009-03-10 | 1 | -1/+1 |
* | Add REGISTER_HWACCEL() for hardware accelerators. | Gwenole Beauchesne | 2009-03-10 | 1 | -0/+6 |
* | Fix unaligned access in ff_copy_bits() | Måns Rullgård | 2009-03-09 | 1 | -2/+2 |
* | Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' | Reynaldo H. Verdejo Pinochet | 2009-03-09 | 1 | -1/+1 |
* | Functional part Kenan Gillet's 'extract and share weighted_vector_sumf' | Reynaldo H. Verdejo Pinochet | 2009-03-09 | 4 | -14/+28 |
* | Add private HW accel data infrastructure. | Gwenole Beauchesne | 2009-03-09 | 2 | -0/+29 |
* | Use FLG pseudo-random number generator in RoQ and ELBG | Vitor Sessak | 2009-03-08 | 4 | -10/+10 |
* | Make Musepack decoders use LFG pseudorandom generator | Kostya Shishkov | 2009-03-08 | 4 | -9/+8 |
* | VQF demuxer | Vitor Sessak | 2009-03-07 | 1 | -0/+1 |
* | Re-indent after last commit. | Alex Converse | 2009-03-06 | 1 | -7/+7 |
* | If we get an error from ff_aac_parse_header() we should not trust the header ... | Alex Converse | 2009-03-06 | 1 | -1/+1 |
* | Fix the channel allocation bug/assumption (issue 800). | Alex Converse | 2009-03-06 | 2 | -17/+71 |
* | Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4 | Stephen Warren | 2009-03-06 | 1 | -1/+1 |
* | flacdec: Parse the metadata header in the raw FLAC demuxer. | Justin Ruggles | 2009-03-06 | 1 | -0/+1 |
* | flacdec: Add a shared function for parsing a FLAC metadata block header. | Justin Ruggles | 2009-03-06 | 2 | -6/+26 |
* | pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. | Justin Ruggles | 2009-03-06 | 1 | -1/+1 |
* | Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit | Diego Biurrun | 2009-03-05 | 1 | -2/+2 |
* | AAC: hoist dependent gain lookup out of the loop | Alex Converse | 2009-03-05 | 1 | -1/+2 |
* | Remove duplicated MUL16 macro definition, fixes the warning: | Diego Biurrun | 2009-03-05 | 1 | -2/+0 |
* | ARM: disable inline asm for armcc | Måns Rullgård | 2009-03-05 | 1 | -0/+4 |
* | Add handling of frame position in the parser. | Ivan Schreter | 2009-03-05 | 2 | -1/+72 |
* | flacdec: cosmetics: Add a comment with the data of the smallest FLAC | Justin Ruggles | 2009-03-05 | 1 | -1/+2 |
* | flacdec: There is an even smaller FLAC frame size possibility. | Justin Ruggles | 2009-03-05 | 1 | -1/+1 |
* | flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 | Justin Ruggles | 2009-03-05 | 1 | -1/+1 |
* | flacdec: cosmetics: move 2 statements to immediately after frame | Justin Ruggles | 2009-03-05 | 1 | -3/+2 |
* | flacdec: Simplify frame sync by not using the bitstream reader. | Justin Ruggles | 2009-03-05 | 1 | -9/+11 |
* | flacdec: Split the metadata_parse() function into 2 separate functions, | Justin Ruggles | 2009-03-05 | 1 | -36/+50 |
* | flacdec: Add a check for small buffer size. This ensures reading as | Justin Ruggles | 2009-03-04 | 1 | -0/+5 |
* | flacdec: cosmetics: Use a more descriptive variable name for the number | Justin Ruggles | 2009-03-04 | 1 | -7/+7 |
* | flacdec: Handle 32 bps data when checking allocated size. | Justin Ruggles | 2009-03-04 | 1 | -1/+1 |
* | flacdec: Check curr_bps after wasted bits are subtracted. | Justin Ruggles | 2009-03-04 | 1 | -4/+4 |
* | Fix typo: "i" -> "in". | Stefano Sabatini | 2009-03-04 | 1 | -1/+1 |
* | Add support for ct_type to correctly detect interlaced flag | Ivan Schreter | 2009-03-04 | 2 | -11/+14 |