| Commit message (Expand) | Author | Age | Files | Lines |
* | Doxy for ff_match_2uint16(). | Michael Niedermayer | 2010-01-10 | 1 | -0/+4 |
* | Fix implicit declaration warning. | Michael Niedermayer | 2010-01-10 | 1 | -0/+2 |
* | Add a function to match a 2 element vector of uint16_t and use it in h263 and... | Michael Niedermayer | 2010-01-09 | 6 | -33/+16 |
* | Make inter_level/run global again, msmpeg4 uses them. | Michael Niedermayer | 2010-01-09 | 1 | -2/+2 |
* | Make some tables static again, i mistakely thought they would be used in several | Michael Niedermayer | 2010-01-09 | 3 | -12/+6 |
* | Export get_slice_type() as ff_h264_get_slice_type(). | Laurent Aimar | 2010-01-09 | 3 | -14/+18 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 15 | -1990/+2076 |
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 14 | -43/+152 |
* | Always initialize bit_depth_luma and bit_depth_chroma in the H264 | Laurent Aimar | 2010-01-09 | 1 | -0/+2 |
* | update my email address | Peter Ross | 2010-01-09 | 3 | -3/+3 |
* | Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. | Michael Niedermayer | 2010-01-08 | 4 | -100/+106 |
* | Change local variable type from unsigned int to int in order to | Thilo Borgmann | 2010-01-08 | 1 | -1/+1 |
* | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer | 2010-01-08 | 5 | -63/+63 |
* | Use h263 tables in msmpeg4v1 dont duplicate them halfway. | Michael Niedermayer | 2010-01-08 | 2 | -17/+3 |
* | Release cyuv/aura decoder buffer | Daniel Verkamp | 2010-01-08 | 1 | -2/+12 |
* | AAC: add a const to decode_spectrum_and_dequant() args | Måns Rullgård | 2010-01-08 | 1 | -1/+1 |
* | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer | 2010-01-08 | 6 | -96/+96 |
* | Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability | Michael Niedermayer | 2010-01-08 | 5 | -24/+24 |
* | Rename DCtab_*, its a global variable and it helps understanding if mpeg4 | Michael Niedermayer | 2010-01-08 | 5 | -18/+18 |
* | Snow : re-indent after r21093. | Jai Menon | 2010-01-08 | 1 | -74/+74 |
* | Snow : remove pointless 'if(1)'. | Jai Menon | 2010-01-08 | 1 | -2/+0 |
* | Remove useless line. | Michael Niedermayer | 2010-01-08 | 1 | -1/+0 |
* | Fix indention. | Michael Niedermayer | 2010-01-08 | 1 | -1/+1 |
* | Log unknown NAL code from correct context | Andreas Öman | 2010-01-08 | 1 | -1/+1 |
* | Snow : use non-NULL context for av_log. | Jai Menon | 2010-01-08 | 1 | -2/+2 |
* | Cosmetics : remove duplicated comment. | Jai Menon | 2010-01-08 | 1 | -1/+0 |
* | Explain why the level variable is magically inceased in mpeg4_encode_dc(). | Diego Biurrun | 2010-01-08 | 1 | -0/+1 |
* | fft-test: whitespace cosmetics | Alex Converse | 2010-01-08 | 1 | -10/+10 |
* | Snow : release buffers allocated using avctx->get_buffer. | Jai Menon | 2010-01-08 | 1 | -0/+6 |
* | Set bits_per_coded_sample in the raw video encoder. | Jai Menon | 2010-01-08 | 1 | -0/+2 |
* | Add a few CONFIG_MPEG4_DECODER that should be there. | Michael Niedermayer | 2010-01-08 | 2 | -3/+3 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 14 | -3884/+4113 |
* | Add multi-channel correlation support for ALS. | Thilo Borgmann | 2010-01-07 | 1 | -21/+269 |
* | Fix red/blue swap for 4xa files. | Carl Eugen Hoyos | 2010-01-07 | 1 | -1/+1 |
* | Optimize short-term prediction by reducing index arithmetic. | Thilo Borgmann | 2010-01-07 | 1 | -6/+19 |
* | Add some const qualifiers. | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |
* | Document decide_ac_pred() and restore_ac_coeffs(). | Michael Niedermayer | 2010-01-07 | 1 | -0/+14 |
* | Move restore_ac_coeffs() call into decode_ac_pred(). | Michael Niedermayer | 2010-01-07 | 1 | -3/+6 |
* | Move restore_ac_coeffs() up so its declared before its use. | Michael Niedermayer | 2010-01-07 | 1 | -23/+23 |
* | More doxy | Michael Niedermayer | 2010-01-07 | 1 | -0/+7 |
* | Document ff_h263_show_pict_info(). | Michael Niedermayer | 2010-01-07 | 1 | -0/+4 |
* | Factorize if() surrounding every ff_h263_show_pict_info() call. | Michael Niedermayer | 2010-01-07 | 2 | -3/+2 |
* | 2 more if(CONFIG_*_DECODER) | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |
* | Split out intel H263 decoder. | Michael Niedermayer | 2010-01-07 | 5 | -114/+137 |
* | flv.h should ideally be included in flvdec.c | Michael Niedermayer | 2010-01-07 | 1 | -0/+1 |
* | Move forgotton "AVCodec flv_encoder" over to flvenc.c. | Michael Niedermayer | 2010-01-07 | 2 | -12/+12 |
* | Split flv decoding out. | Michael Niedermayer | 2010-01-07 | 6 | -112/+139 |
* | Split out flv encoding. | Michael Niedermayer | 2010-01-07 | 6 | -63/+116 |
* | Document aspect_to_info(). | Michael Niedermayer | 2010-01-07 | 1 | -0/+5 |
* | Cleanup aspect_to_info(). | Michael Niedermayer | 2010-01-07 | 1 | -6/+5 |