2009-02-23 |
Gwenole Beauchesne | More approved hunks for VAAPI & our new and cleaner... |
blob | commitdiff |
2009-02-22 |
Reimar Döffinger | Check return value of frame_start(), this avoids a... |
blob | commitdiff | diff to current |
2009-02-21 |
Ivan Schreter | Make the following H264 functions available to the... |
blob | commitdiff | diff to current |
2009-02-20 |
Ivan Schreter | Use last decoded SPS as current SPS in order to parse... |
blob | commitdiff | diff to current |
2009-02-19 |
Ivan Schreter | Silence two warnings: |
blob | commitdiff | diff to current |
2009-02-18 |
Ivan Schreter | Parse buffering period (H.264, D.1.1). |
blob | commitdiff | diff to current |
2009-02-18 |
Ivan Schreter | Store CPB count in the context. |
blob | commitdiff | diff to current |
2009-02-18 |
Ivan Schreter | Parse cbp_removal_delay in SEI picture structure. |
blob | commitdiff | diff to current |
2009-02-18 |
Ivan Schreter | Parse dpb_output_delay in SEI picture structure. |
blob | commitdiff | diff to current |
2009-02-18 |
Ivan Schreter | Parse initial_cpb_removal_delay_length. |
blob | commitdiff | diff to current |
2009-02-17 |
Gwenole Beauchesne | Move initialization of {luma,chroma}_weight_flag[] up, |
blob | commitdiff | diff to current |
2009-02-17 |
Diego Biurrun | cosmetics: 'void/int inline' --> 'inline void/int'... |
blob | commitdiff | diff to current |
2009-02-15 |
Carl Eugen Hoyos | Silence following warning if only zeros were not consumed: |
blob | commitdiff | diff to current |
2009-02-11 |
Alexander Strange | H264: Change left_block_options to uint8_t from int... |
blob | commitdiff | diff to current |
2009-02-09 |
Ivan Schreter | Add SEI recovery point frame counter to H264Context... |
blob | commitdiff | diff to current |
2009-02-08 |
Ivan Schreter | Replace hard-coded SEI type constants with symbolic... |
blob | commitdiff | diff to current |
2009-02-04 |
Måns Rullgård | Remove CONFIG_H264_ENCODER references |
blob | commitdiff | diff to current |
2009-02-03 |
Gwenole Beauchesne | Add fields to H264Context and SPS for upcoming VA API... |
blob | commitdiff | diff to current |
2009-02-02 |
Diego Biurrun | Add av_unused to conditionally used variable, fixes... |
blob | commitdiff | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | diff to current |
2009-01-29 |
Gwenole Beauchesne | cosmetics: Add empty line for consistent formatting. |
blob | commitdiff | diff to current |
2009-01-24 |
Stefan Gehrer | remove zigzag_scan8x8, it is the same as ff_zigzag_direct |
blob | commitdiff | diff to current |
2009-01-18 |
Aurelien Jacobs | moves mid_pred() into mathops.h (with arch specific... |
blob | commitdiff | diff to current |
2009-01-17 |
Carl Eugen Hoyos | Remove CODEC_ID_H264_VDPAU. |
blob | commitdiff | diff to current |
2009-01-14 |
Aurelien Jacobs | replace all occurrence of ENABLE_ by the corresponding... |
blob | commitdiff | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | diff to current |
2009-01-11 |
Carl Eugen Hoyos | Remove H264Context from vdpau_internal.h. |
blob | commitdiff | diff to current |
2009-01-10 |
Carl Eugen Hoyos | Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vd... |
blob | commitdiff | diff to current |
2009-01-10 |
Carl Eugen Hoyos | Use only MpegEncContext in ff_vdpau_h264_add_data_chunk. |
blob | commitdiff | diff to current |
2009-01-10 |
Carl Eugen Hoyos | Move vdpau_h264_set_reference_frames() call from vdpauv... |
blob | commitdiff | diff to current |
2009-01-09 |
Carl Eugen Hoyos | Move VDPAU check, make future VDPAU patches smaller. |
blob | commitdiff | diff to current |
2009-01-07 |
Carl Eugen Hoyos | Rename ff_VDPAU as ff_vdpau. |
blob | commitdiff | diff to current |
2009-01-07 |
Diego Biurrun | Only #include svq3.c if the SVQ3 decoder is enabled. |
blob | commitdiff | diff to current |
2009-01-07 |
Diego Biurrun | Disable SVQ3 checks if SVQ3 support is not compiled in. |
blob | commitdiff | diff to current |
2009-01-05 |
Jason Garrett-Glaser | 50l: Reenable error resilience for H264 (Patch by Dark... |
blob | commitdiff | diff to current |
2009-01-05 |
Carl Eugen Hoyos | Cosmetics: Fix indentation. |
blob | commitdiff | diff to current |
2009-01-04 |
NVIDIA Corporation | Add VDPAU hardware accelerated decoding for H264 which... |
blob | commitdiff | diff to current |
2008-12-24 |
Michael Niedermayer | export refs |
blob | commitdiff | diff to current |
2008-12-24 |
Michael Niedermayer | Optimize pred_pskip_motion() |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | Indent |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | Integrate get_te0_golomb() calls into the code, this... |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | Use get_ue_golomb_31() where possible, almost all are... |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | indent |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | Use the new VLC table for the first non trailing coeff... |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | Optimize esc removal code. |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | Indent |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | unified CAVLC level decoding LUT. |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | 100l, I broke H.264 again, forgot one hunk. |
blob | commitdiff | diff to current |
2008-12-23 |
Michael Niedermayer | Optimize 0 0 0-3 search, 45% faster on pentium dual. |
blob | commitdiff | diff to current |
2008-12-22 |
Michael Niedermayer | Simplify decode_cabac_mb_ref() a little bit, 2 cpu... |
blob | commitdiff | diff to current |
2008-12-22 |
Michael Niedermayer | Indent |
blob | commitdiff | diff to current |
2008-12-22 |
Michael Niedermayer | inline decode_cabac_mb_type for I & P frames, 9 cycles... |
blob | commitdiff | diff to current |
2008-12-22 |
Michael Niedermayer | Negate 2 more variables, 1 cpu cycle faster on pentium... |
blob | commitdiff | diff to current |
2008-12-22 |
Michael Niedermayer | Simplify if/else, no speed change |
blob | commitdiff | diff to current |
2008-12-22 |
Michael Niedermayer | Negate a few variables, this simplifies the code and... |
blob | commitdiff | diff to current |
2008-12-22 |
Michael Niedermayer | Simplify ifs(), 8 cpu cycles faster on pentium dual |
blob | commitdiff | diff to current |
2008-12-22 |
Michael Niedermayer | Simplify if(), 3 cpu cycles faster in pentium dual. |
blob | commitdiff | diff to current |
2008-12-22 |
Diego Biurrun | Rename libavcodec/i386/ --> libavcodec/x86/. |
blob | commitdiff | diff to current |
2008-12-22 |
Diego Biurrun | Remove a bunch of unused variables. |
blob | commitdiff | diff to current |
2008-12-21 |
Michael Niedermayer | Remove useless code. |
blob | commitdiff | diff to current |
2008-12-21 |
Michael Niedermayer | Only execute clear_blocks() when needed. |
blob | commitdiff | diff to current |
2008-12-20 |
Michael Niedermayer | Optimize get_dct8x8_allowed(). |
blob | commitdiff | diff to current |
2008-12-19 |
Jason Garrett-Glaser | H.264 loopfilter speed tweaks |
blob | commitdiff | diff to current |
2008-12-19 |
Michael Niedermayer | Fix decoding with the plain C idcts of |
blob | commitdiff | diff to current |
2008-12-19 |
Michael Niedermayer | Replace /2 by >>1 in decode_cabac_mb_dqp() |
blob | commitdiff | diff to current |
2008-12-19 |
Michael Niedermayer | Simplify ctx update in decode_cabac_mb_dqp(). |
blob | commitdiff | diff to current |
2008-12-19 |
Michael Niedermayer | Simplify ctx calculation in decode_cabac_mb_dqp() |
blob | commitdiff | diff to current |
2008-12-19 |
Alexander Strange | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end... |
blob | commitdiff | diff to current |
2008-12-19 |
Jason Garrett-Glaser | Move filter_luma_intra into dsputil for later addition... |
blob | commitdiff | diff to current |
2008-12-19 |
Jason Garrett-Glaser | Simplify chroma AC in CABAC residual decoding. |
blob | commitdiff | diff to current |
2008-12-19 |
Michael Niedermayer | Optimize ctx calculation in decode_cabac_mb_mvd(),... |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Remove unacceptable NULL pointer hack from mc code. |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Check ref values in CABAC H.264 for validity. |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Move idct_(dc)add closer to where it is needed. |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | indent |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Reorder ifs in chroma hl_decode_mb to avoid a duplicate... |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | s/h->cbp_table[mb_xy]/h->cbp/ |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Faster CAVLC decoding of trailing_ones. Based on a... |
blob | commitdiff | diff to current |
2008-12-18 |
Jason Garrett-Glaser | Replace i by trailing_ones, part of a patch by dark... |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Remove if() surrounding decode_cabac_mb_type() that... |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Remove unreachable else clause, found by dark shikari. |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Remove useless IS_8x8DCT check i forgot, spotted by... |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Do not calculate idct_dc_add/idct_add when the variable... |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Remove redundant nnz variable. |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | indent |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Use the new idct functions (except chroma as it was... |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Skip non intra luma code when there is no coded luma. |
blob | commitdiff | diff to current |
2008-12-18 |
Michael Niedermayer | Skip chroma handling when there is no coded chroma. |
blob | commitdiff | diff to current |
2008-12-17 |
Michael Niedermayer | Replace != 0 || check by | |
blob | commitdiff | diff to current |
2008-12-17 |
Michael Niedermayer | Split filter_mb_dir() out of filter_mb(). |
blob | commitdiff | diff to current |
2008-12-16 |
Michael Niedermayer | Fix indention, also do a little vertical alignment... |
blob | commitdiff | diff to current |
2008-12-16 |
Michael Niedermayer | Factorize 3 multiplications out, code becomes 3 cpu... |
blob | commitdiff | diff to current |
2008-12-16 |
Michael Niedermayer | Move ENABLE_SMALL back to the per MB check, as otherwis... |
blob | commitdiff | diff to current |
2008-12-16 |
Michael Niedermayer | Do not recalculate constant part of is_complex for... |
blob | commitdiff | diff to current |
2008-12-16 |
Michael Niedermayer | Support the new lossless mode. |
blob | commitdiff | diff to current |
2008-12-15 |
Michael Niedermayer | Enable filter_mb_fast if CODEC_FLAG2_FAST is set. |
blob | commitdiff | diff to current |
2008-12-14 |
Anders Grönberg | Add a few const qualifiers in appropriate places. |
blob | commitdiff | diff to current |
2008-12-05 |
Michael Niedermayer | Check that cpb_count is within the allowed range. |
blob | commitdiff | diff to current |
2008-12-01 |
Michael Niedermayer | Get rid of now unneeded pps/sps correctness code as... |
blob | commitdiff | diff to current |
2008-12-01 |
Michael Niedermayer | Allocate parameter sets sanely instead of using alloc_p... |
blob | commitdiff | diff to current |
next |