2008-12-19 |
Jason Garrett-Glaser | H.264 loopfilter speed tweaks |
tree | commitdiff |
2008-12-19 |
Jason Garrett-Glaser | Port x264 deblocking code to libavcodec. |
tree | commitdiff |
2008-12-19 |
Michael Niedermayer | Document new idct requirements. |
tree | commitdiff |
2008-12-19 |
Michael Niedermayer | Fix decoding with the plain C idcts of |
tree | commitdiff |
2008-12-19 |
Kostya Shishkov | a table for upcoming RV30 loop filtering |
tree | commitdiff |
2008-12-19 |
Jason Garrett-Glaser | Add automatic prefix handling to yasm functions. Does... |
tree | commitdiff |
2008-12-19 |
Michael Niedermayer | Replace /2 by >>1 in decode_cabac_mb_dqp() |
tree | commitdiff |
2008-12-19 |
Michael Niedermayer | Simplify ctx update in decode_cabac_mb_dqp(). |
tree | commitdiff |
2008-12-19 |
Michael Niedermayer | Simplify ctx calculation in decode_cabac_mb_dqp() |
tree | commitdiff |
2008-12-19 |
Alexander Strange | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end... |
tree | commitdiff |
2008-12-19 |
Jason Garrett-Glaser | Move filter_luma_intra into dsputil for later addition... |
tree | commitdiff |
2008-12-19 |
Jason Garrett-Glaser | Simplify chroma AC in CABAC residual decoding. |
tree | commitdiff |
2008-12-19 |
Michael Niedermayer | Optimize ctx calculation in decode_cabac_mb_mvd(),... |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Remove unacceptable NULL pointer hack from mc code. |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Check ref values in CABAC H.264 for validity. |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Move idct_(dc)add closer to where it is needed. |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | indent |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Reorder ifs in chroma hl_decode_mb to avoid a duplicate... |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | s/h->cbp_table[mb_xy]/h->cbp/ |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Faster CAVLC decoding of trailing_ones. Based on a... |
tree | commitdiff |
2008-12-18 |
Jason Garrett-Glaser | Replace i by trailing_ones, part of a patch by dark... |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Remove if() surrounding decode_cabac_mb_type() that... |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Remove unreachable else clause, found by dark shikari. |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Remove useless IS_8x8DCT check i forgot, spotted by... |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | 10l, svq3 didnt set h->cbp, this broke decoding a little. |
tree | commitdiff |
2008-12-18 |
Kostya Shishkov | cosmetics: remove one unneeded space |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Do not calculate idct_dc_add/idct_add when the variable... |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Remove redundant nnz variable. |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | indent |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Use the new idct functions (except chroma as it was... |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | H.264 idct functions that include the chroma, inter... |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Skip non intra luma code when there is no coded luma. |
tree | commitdiff |
2008-12-18 |
Loren Merritt | 1.6x faster pred*_vertical_add_c |
tree | commitdiff |
2008-12-18 |
Michael Niedermayer | Skip chroma handling when there is no coded chroma. |
tree | commitdiff |
2008-12-17 |
Kostya Shishkov | add const qualifier to some pointers for input data |
tree | commitdiff |
2008-12-17 |
Kostya Shishkov | use precalculated mb_pos where available |
tree | commitdiff |
2008-12-17 |
Kostya Shishkov | Merge deblocking pattern with CBP for RV30/40 loop... |
tree | commitdiff |
2008-12-17 |
Kostya Shishkov | Generate correct deblock pattern for RV30 |
tree | commitdiff |
2008-12-17 |
Kostya Shishkov | Unfortunately RV30 luma thirdpel MC functions cannot... |
tree | commitdiff |
2008-12-17 |
Kostya Shishkov | 4l: TIFF stores short strings inside tag, do not interp... |
tree | commitdiff |
2008-12-17 |
Guillaume Poirier | add AltiVec implementation of int32_to_float_fmul_scalar |
tree | commitdiff |
2008-12-17 |
Michael Niedermayer | Fix svq3 decoding, is_complex was not initialized. |
tree | commitdiff |
2008-12-17 |
Michael Niedermayer | Replace != 0 || check by | |
tree | commitdiff |
2008-12-17 |
Michael Niedermayer | Split filter_mb_dir() out of filter_mb(). |
tree | commitdiff |
2008-12-17 |
Måns Rullgård | AC3: fix strict aliasing violation in parser |
tree | commitdiff |
2008-12-17 |
Måns Rullgård | AAC: fix strict aliasing violation in parser |
tree | commitdiff |
2008-12-17 |
Måns Rullgård | ARM: replace "armv4l" with "arm" |
tree | commitdiff |
2008-12-17 |
Diego Biurrun | Remove obsolete and misleading comments. |
tree | commitdiff |
2008-12-16 |
Michael Niedermayer | Fix indention, also do a little vertical alignment... |
tree | commitdiff |
2008-12-16 |
Stefano Sabatini | Implement av_set_string3(). |
tree | commitdiff |
2008-12-16 |
Michael Niedermayer | Factorize 3 multiplications out, code becomes 3 cpu... |
tree | commitdiff |
2008-12-16 |
Michael Niedermayer | Move ENABLE_SMALL back to the per MB check, as otherwis... |
tree | commitdiff |
2008-12-16 |
Michael Niedermayer | Do not recalculate constant part of is_complex for... |
tree | commitdiff |
2008-12-16 |
Michael Niedermayer | Support the new lossless mode. |
tree | commitdiff |
2008-12-16 |
Måns Rullgård | dct-test: add ARM IDCTs |
tree | commitdiff |
2008-12-16 |
Måns Rullgård | dct-test: add PARTTRANS permutation |
tree | commitdiff |
2008-12-16 |
Michael Niedermayer | Horizontal and vertical prediction functions needed... |
tree | commitdiff |
2008-12-16 |
Benoit Fouet | Add const qualifiers to decode functions. |
tree | commitdiff |
2008-12-16 |
Benoit Fouet | Fix warning "format not a string literal and no format... |
tree | commitdiff |
2008-12-16 |
David Conrad | Workaround for shared libs on OS X with Apple gcc 4.0.1 |
tree | commitdiff |
2008-12-15 |
Laurent Aimar | Check extradata is large enough. |
tree | commitdiff |
2008-12-15 |
Stefano Sabatini | Implement the av_set_number2() internal function, which... |
tree | commitdiff |
2008-12-15 |
Stefano Sabatini | Remove ending period in a log message, which was incons... |
tree | commitdiff |
2008-12-15 |
Diego Biurrun | Switch xvmc over to a CONFIG_ option. |
tree | commitdiff |
2008-12-15 |
Diego Biurrun | whitespace cosmetics |
tree | commitdiff |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised h264_idct_dc_add |
tree | commitdiff |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised h264_idct_add |
tree | commitdiff |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised H.264 8x8 and 16x16 qpel MC |
tree | commitdiff |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised H.264 loop filter |
tree | commitdiff |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised {put,avg}_h264_chroma_mc[48] |
tree | commitdiff |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised simple_idct |
tree | commitdiff |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised put_pixels functions |
tree | commitdiff |
2008-12-15 |
Diego Biurrun | Avoid invasion of POSIX-reserved _t namespace. |
tree | commitdiff |
2008-12-15 |
Daniel Verkamp | Fix one peculiar case in Smacker decoding. |
tree | commitdiff |
2008-12-15 |
Diego Biurrun | Avoid POSIX-reserved _t in identifier names. |
tree | commitdiff |
2008-12-15 |
Michael Niedermayer | Enable filter_mb_fast if CODEC_FLAG2_FAST is set. |
tree | commitdiff |
2008-12-15 |
Aurelien Jacobs | vp56: don't reset dimensions to 0 in codec init |
tree | commitdiff |
2008-12-14 |
Stefano Sabatini | Move documentation of avcodec_register_all() from allco... |
tree | commitdiff |
2008-12-14 |
Stefano Sabatini | Remove set_all_opt() and its use in av_set_string2... |
tree | commitdiff |
2008-12-14 |
Stefano Sabatini | Document register_avcodec(). |
tree | commitdiff |
2008-12-14 |
Stefano Sabatini | Make register_avcodec() call avcodec_init(). |
tree | commitdiff |
2008-12-14 |
Stefano Sabatini | Use a more explicit "codec" rather than "format" as... |
tree | commitdiff |
2008-12-14 |
Aurelien Jacobs | indeo3: replace sizeof(struct ...) by sizeof(*var) |
tree | commitdiff |
2008-12-14 |
Diego Biurrun | cosmetics: typo/grammar/wording/whitespace fixes |
tree | commitdiff |
2008-12-14 |
Anders Grönberg | Prevent shift overflow, patch by Anders Grönberg, galil... |
tree | commitdiff |
2008-12-14 |
Anders Grönberg | Add a few const qualifiers in appropriate places. |
tree | commitdiff |
2008-12-14 |
Mike Melanson | undoing revision 16118 for truemotion1.c; commit was... |
tree | commitdiff |
2008-12-14 |
Mike Melanson | The POSIX namespace shall be held sacrosanct. To that... |
tree | commitdiff |
2008-12-14 |
Aurelien Jacobs | avoid POSIX reserved _t suffix |
tree | commitdiff |
2008-12-14 |
Aurelien Jacobs | Get rid of mmx_t. |
tree | commitdiff |
2008-12-13 |
Diego Biurrun | Do not invade _t POSIX namespace. |
tree | commitdiff |
2008-12-13 |
Diego Biurrun | Replace 'typedef struct ustr_t' by 'struct ustr', _t... |
tree | commitdiff |
2008-12-13 |
Diego Biurrun | Add img_convert() to imgconvert.h and #include it from... |
tree | commitdiff |
2008-12-13 |
Luca Barbato | Let imgresample altivec code build |
tree | commitdiff |
2008-12-13 |
Luca Barbato | Cleanup types |
tree | commitdiff |
2008-12-13 |
Luca Barbato | Unbreak imgresample altivec |
tree | commitdiff |
2008-12-12 |
Stefano Sabatini | s/#AVClass/AVClass/, consistent with the rest of the... |
tree | commitdiff |
2008-12-12 |
Michael Niedermayer | More POSIX _t namespace cleanup. |
tree | commitdiff |
2008-12-12 |
Guillaume Poirier | add Altivec implementation of clear_block |
tree | commitdiff |
2008-12-12 |
Oded Shimon | Rename all vorbis encoder related typedefs to not use... |
tree | commitdiff |
next |