| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge mv&ref related code for spatial direct MV code. | Michael Niedermayer | 2010-02-07 | 1 | -20/+11 |
* | Precalculate a few variables for direct mv prediction for interlaced MBs. | Michael Niedermayer | 2010-02-07 | 1 | -11/+11 |
* | Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ... | Michael Niedermayer | 2010-02-07 | 1 | -0/+3 |
* | Factorize setting sub_mb_type out. | Michael Niedermayer | 2010-02-07 | 1 | -2/+1 |
* | Remove FIXMEs for cases that are disallowed by the spec. | Michael Niedermayer | 2010-02-07 | 1 | -2/+1 |
* | Check direct_8x8_inference_flag. | Michael Niedermayer | 2010-02-07 | 1 | -0/+4 |
* | Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. | Michael Niedermayer | 2010-02-07 | 1 | -0/+1 |
* | Fix CAVLC+8x8DCT+MBAFF loopfiltering. | Michael Niedermayer | 2010-02-07 | 1 | -1/+8 |
* | Fix colocated map. | Michael Niedermayer | 2010-02-07 | 1 | -3/+3 |
* | Fix reference selection for colocated MBs from frames to fields. | Michael Niedermayer | 2010-02-07 | 1 | -0/+6 |
* | Add assert(sps.direct_8x8_inference_flag) to FIXME comment. | Michael Niedermayer | 2010-02-07 | 1 | -0/+1 |
* | ref_offset must be added after checking references validity. | Michael Niedermayer | 2010-02-07 | 1 | -2/+2 |
* | Add include necessary for ff_set_qscale | Reimar Döffinger | 2010-02-06 | 2 | -0/+2 |
* | Avoid using an intermediate variable. | Jai Menon | 2010-02-06 | 1 | -2/+1 |
* | Remove redundant use of numchannels since it is 1 for mono. | Jai Menon | 2010-02-06 | 1 | -1/+1 |
* | alac.c : Use av_freep instead of av_free. | Jai Menon | 2010-02-06 | 1 | -2/+2 |
* | Long term references behave different from short term in spatial direct MV ca... | Michael Niedermayer | 2010-02-06 | 1 | -3/+3 |
* | Add ALAC 24 bps decoding support. | Jai Menon | 2010-02-04 | 1 | -16/+103 |
* | Fix large timebases. | Michael Niedermayer | 2010-02-04 | 2 | -4/+4 |
* | Implement cool new vlc code. | Michael Niedermayer | 2010-02-04 | 1 | -3/+1 |
* | IFF PBM/ILBM bitmap decoder | Peter Ross | 2010-02-03 | 4 | -1/+230 |
* | Revert | Michael Niedermayer | 2010-02-03 | 1 | -0/+1 |
* | Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). | Carl Eugen Hoyos | 2010-02-02 | 1 | -1/+2 |
* | Remove unnecessary fields in ALSSpecificConfig. | Thilo Borgmann | 2010-02-01 | 1 | -12/+8 |
* | Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. | Michael Niedermayer | 2010-02-01 | 1 | -0/+1 |
* | Update binkaudio to new DECLARE_ALIGNED syntax | Daniel Verkamp | 2010-01-31 | 1 | -2/+2 |
* | libavcodec version bump for Bink codec IDs (r21536) | Daniel Verkamp | 2010-01-31 | 1 | -1/+1 |
* | Bink Audio decoder | Peter Ross | 2010-01-31 | 4 | -1/+308 |
* | Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and | Reimar Döffinger | 2010-01-31 | 2 | -0/+2 |
* | Add v210x decoder long name | Peter Ross | 2010-01-31 | 1 | -0/+1 |
* | Get rid of a check in one direction that cant be true in it in that part | Michael Niedermayer | 2010-01-31 | 1 | -1/+1 |
* | Blackfin: use SRAM only when CONFIG_SRAM is set | Måns Rullgård | 2010-01-31 | 5 | -8/+13 |
* | Flush the bitreservour. | Michael Niedermayer | 2010-01-30 | 1 | -0/+10 |
* | Split first reference list comparission from mv comparission. | Michael Niedermayer | 2010-01-30 | 1 | -3/+4 |
* | Make the jump-table section-relative for x86_64 with PIC enabled. | Reimar Döffinger | 2010-01-30 | 1 | -7/+12 |
* | Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). | Stefano Sabatini | 2010-01-30 | 2 | -31/+8 |
* | Replace h->left_type[0] by the local variable for it we have. | Michael Niedermayer | 2010-01-30 | 1 | -2/+2 |
* | slightly faster bit trickery. | Michael Niedermayer | 2010-01-30 | 1 | -2/+2 |
* | Replace ?: by branchless code. | Michael Niedermayer | 2010-01-30 | 1 | -7/+4 |
* | Add Bink codec IDs | Daniel Verkamp | 2010-01-30 | 1 | -0/+3 |
* | Indeo Video Interactive 4 and 5 common code and DSP functions. | Kostya Shishkov | 2010-01-30 | 4 | -0/+1895 |
* | Make VP5 and VP6 decoders output a qscale table to allow for more automatic | Reimar Döffinger | 2010-01-29 | 3 | -0/+8 |
* | Add no_repeat_mask option, so that single-pulse vectors can also be | Ronald S. Bultje | 2010-01-29 | 2 | -4/+6 |
* | Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec | Robert Swain | 2010-01-29 | 3 | -7/+11 |
* | vp56: check buffer size to fix a potential segfault | Laurent Aimar | 2010-01-28 | 1 | -0/+4 |
* | Simplify error handling by processing header errors separate from CRC and | Justin Ruggles | 2010-01-28 | 1 | -15/+13 |
* | Move variable declaration to block where it is used and simplify code. | Reimar Döffinger | 2010-01-28 | 1 | -2/+3 |
* | Export H264 profile and level in AVCodecContext. | Rafaël Carré | 2010-01-28 | 3 | -1/+20 |
* | Extract duplicated code into a separate function. | Reimar Döffinger | 2010-01-28 | 1 | -10/+13 |
* | factorize first filter call out, this makes the code somewhat | Michael Niedermayer | 2010-01-28 | 1 | -10/+4 |