| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment for() ; out | Michael Niedermayer | 2010-01-16 | 1 | -1/+1 |
* | Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller | Michael Niedermayer | 2010-01-16 | 1 | -4/+4 |
* | Apply last 2 optimizations to similar code i forgot. | Michael Niedermayer | 2010-01-16 | 1 | -4/+4 |
* | Another microopt, 4 cpu cycles for avoidance of FFABS(). | Michael Niedermayer | 2010-01-16 | 1 | -2/+2 |
* | Add missing guards and includes to arm/aac.h | Måns Rullgård | 2010-01-16 | 1 | -0/+7 |
* | Minor (2 cpu cycles) optimization ||->|. | Michael Niedermayer | 2010-01-16 | 1 | -4/+4 |
* | Support decoding of SoftLab-NSK VideoTizer. | ami_stuff | 2010-01-16 | 1 | -0/+1 |
* | Consider slice_beta_offet in qp_thresh. | Michael Niedermayer | 2010-01-16 | 1 | -1/+1 |
* | Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. | Michael Niedermayer | 2010-01-16 | 3 | -1/+4 |
* | Correctly decode some Avid AV1x samples, fixes issue 1684. | Carl Eugen Hoyos | 2010-01-16 | 1 | -0/+3 |
* | Support lowres 3 when decoding MPEG video. | Anatoly Nenashev | 2010-01-16 | 1 | -13/+16 |
* | Replace cabac checks in inline functions from h264.h with constants. | Michael Niedermayer | 2010-01-16 | 3 | -6/+14 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+3 |
* | SIPR16k decoder | Vitor Sessak | 2010-01-16 | 6 | -14/+870 |
* | Allow a SIPR table to be used by the upcoming SIPR16k decoder | Vitor Sessak | 2010-01-16 | 2 | -8/+8 |
* | Split some SIPR structs to a header file for the upcoming SIPR16k commit | Vitor Sessak | 2010-01-16 | 2 | -53/+84 |
* | Support 2Vuy in mov, fixes issue 1690. | ami_stuff | 2010-01-16 | 1 | -0/+1 |
* | Fix out of tree build with hardcoded tables | Måns Rullgård | 2010-01-15 | 1 | -1/+1 |
* | AAC: optimise bitstream reading in decode_spectrum_and_dequant() | Måns Rullgård | 2010-01-15 | 1 | -28/+65 |
* | Support decoding of Avid uncompressed mov files, fixes issue 1685. | Carl Eugen Hoyos | 2010-01-15 | 1 | -0/+1 |
* | Support decoding Avid 1:1x codec, (partially) fixes issue1684. | Carl Eugen Hoyos | 2010-01-15 | 1 | -0/+1 |
* | Add forgotten include of h264_mvpred.h to h264.h. | Michael Niedermayer | 2010-01-15 | 1 | -0/+2 |
* | Add forgotton multiple inclusion guards to h264_mvpred.h. | Michael Niedermayer | 2010-01-15 | 1 | -0/+5 |
* | AAC: ARM/NEON asm for VMUL2/4 functions | Måns Rullgård | 2010-01-15 | 2 | -0/+142 |
* | Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c | Carl Eugen Hoyos | 2010-01-15 | 2 | -2/+1 |
* | Change code so it uses 2 adds instead of one FFABS. | Reimar Döffinger | 2010-01-14 | 1 | -2/+3 |
* | Implement alpha channel decoding for BGR HuffYUV. | Alexander Strange | 2010-01-14 | 3 | -9/+20 |
* | AAC: Reduce depth of vlc_spectral tables to 2 | Måns Rullgård | 2010-01-13 | 2 | -17/+17 |
* | AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() | Måns Rullgård | 2010-01-13 | 1 | -15/+39 |
* | AAC: simplify some calculations in decode_spectrum_and_dequant() | Måns Rullgård | 2010-01-13 | 1 | -27/+31 |
* | AAC: Compress codebook tables and optimise sign bit handling | Måns Rullgård | 2010-01-13 | 3 | -54/+375 |
* | Remove needless use of log2f() | Vitor Sessak | 2010-01-13 | 1 | -1/+2 |
* | Remove the struct SiprModeParam of the context. This will simplify splitting | Vitor Sessak | 2010-01-13 | 1 | -17/+17 |
* | SIPR: kill variable-length arrays | Måns Rullgård | 2010-01-13 | 1 | -3/+5 |
* | remove unused variable | Michael Niedermayer | 2010-01-13 | 1 | -2/+0 |
* | Split cabac decoding code out of h264.c. | Michael Niedermayer | 2010-01-13 | 5 | -1742/+1799 |
* | Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. | Michael Niedermayer | 2010-01-13 | 2 | -12/+12 |
* | More av_cold for infrequently called functions. | Zuxy Meng | 2010-01-13 | 7 | -8/+8 |
* | Split cavlc out of h264.c. | Michael Niedermayer | 2010-01-13 | 5 | -1605/+1654 |
* | Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ... | Reimar Döffinger | 2010-01-12 | 1 | -3/+2 |
* | Split motion vector prediction off h264.c/h. | Michael Niedermayer | 2010-01-12 | 5 | -205/+240 |
* | Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just | Michael Niedermayer | 2010-01-12 | 3 | -42/+47 |
* | Split all the reference picture handling off h264.c. | Michael Niedermayer | 2010-01-12 | 4 | -682/+733 |
* | Reindent after last commit. | Thilo Borgmann | 2010-01-12 | 1 | -2/+2 |
* | Replace variable length array with an allocated buffer | Thilo Borgmann | 2010-01-12 | 1 | -2/+7 |
* | Split (picture|seq) parameter set decoding out of h264.c. | Michael Niedermayer | 2010-01-12 | 5 | -494/+534 |
* | Split SEI code off h264.c. | Michael Niedermayer | 2010-01-12 | 5 | -180/+219 |
* | Split direct mode (macro)block decoding off h264.c. | Michael Niedermayer | 2010-01-12 | 4 | -436/+481 |
* | Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). | Michael Niedermayer | 2010-01-12 | 1 | -2/+2 |
* | Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer | Zuxy Meng | 2010-01-12 | 1 | -5/+2 |