2008-12-20 |
Kostya Shishkov | RV30 decoder |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Carl Eugen... | Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Kostya Shishkov | RV30 loop filter |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Reynaldo H... | Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Stefano Sabatini | Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the depreca... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Stefano Sabatini | Cosmetics, change variable name "o2" to "o" in ffserver... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Stefano Sabatini | Remove calls to deprecated av_set_string2() with calls to |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Jason Garrett... | H.264 loopfilter speed tweaks |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Jason Garrett... | Port x264 deblocking code to libavcodec. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Diego Biurrun | Remove pointless malloc.h #include. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Diego Biurrun | Remove pointless malloc.h #include. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Michael Niedermayer | Document new idct requirements. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Michael Niedermayer | Fix decoding with the plain C idcts of |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Kostya Shishkov | a table for upcoming RV30 loop filtering |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Jason Garrett... | Add automatic prefix handling to yasm functions. Does... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Michael Niedermayer | Replace /2 by >>1 in decode_cabac_mb_dqp() |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Michael Niedermayer | Simplify ctx update in decode_cabac_mb_dqp(). |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Michael Niedermayer | Simplify ctx calculation in decode_cabac_mb_dqp() |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Alexander Strange | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Alexander Strange | Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Jason Garrett... | Move filter_luma_intra into dsputil for later addition... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Jason Garrett... | Simplify chroma AC in CABAC residual decoding. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Michael Niedermayer | Optimize ctx calculation in decode_cabac_mb_mvd(),... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Remove unacceptable NULL pointer hack from mc code. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Check ref values in CABAC H.264 for validity. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Move idct_(dc)add closer to where it is needed. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Reorder ifs in chroma hl_decode_mb to avoid a duplicate... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | s/h->cbp_table[mb_xy]/h->cbp/ |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Faster CAVLC decoding of trailing_ones. Based on a... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Jason Garrett... | Replace i by trailing_ones, part of a patch by dark... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Remove if() surrounding decode_cabac_mb_type() that... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Remove unreachable else clause, found by dark shikari. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Remove useless IS_8x8DCT check i forgot, spotted by... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | 10l, svq3 didnt set h->cbp, this broke decoding a little. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Baptiste Coudurier | cosmetics, remove useless parenthesis and whitespaces |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Baptiste Coudurier | set alac channels from extradata, fix alac mono in m4a |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Kostya Shishkov | cosmetics: remove one unneeded space |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Do not calculate idct_dc_add/idct_add when the variable... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Remove redundant nnz variable. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Use the new idct functions (except chroma as it was... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | H.264 idct functions that include the chroma, inter... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ronald S. Bultje | Make asf_get_packet() and asf_parse_packet() public... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ronald S. Bultje | Add a ByteIOContext argument to ASF functions that... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Skip non intra luma code when there is no coded luma. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Loren Merritt | 1.6x faster pred*_vertical_add_c |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Michael Niedermayer | Skip chroma handling when there is no coded chroma. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Stefano Sabatini | Fix weird indent. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Stefano Sabatini | Implement size autodetection if one of the width and... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Stefano Sabatini | Replace the width and height fields in VideoData with... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Stefano Sabatini | Replace frame_rate and frame_rate_base fields in VideoD... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Stefano Sabatini | Fix opt_default(), making it exit immediately in case... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Kostya Shishkov | add const qualifier to some pointers for input data |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Kostya Shishkov | use precalculated mb_pos where available |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Måns Rullgård | ARM: make FASTDIV() an inline function |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Kostya Shishkov | Merge deblocking pattern with CBP for RV30/40 loop... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Kostya Shishkov | Generate correct deblock pattern for RV30 |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Kostya Shishkov | Unfortunately RV30 luma thirdpel MC functions cannot... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Kostya Shishkov | 4l: TIFF stores short strings inside tag, do not interp... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Marc Mason | Check function prototype in check_asm function to avoid... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Benoit Fouet | Add jp2 support to img2 demuxer. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Guillaume Poirier | add AltiVec implementation of int32_to_float_fmul_scalar |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Baptiste Coudurier | activate jpeg2000 fourcc in mov/mj2 |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Michael Niedermayer | Fix svq3 decoding, is_complex was not initialized. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Michael Niedermayer | Replace != 0 || check by | |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Michael Niedermayer | Split filter_mb_dir() out of filter_mb(). |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Måns Rullgård | AC3: fix strict aliasing violation in parser |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Måns Rullgård | AAC: fix strict aliasing violation in parser |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Måns Rullgård | ARM: replace "armv4l" with "arm" |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Diego Biurrun | Remove obsolete and misleading comments. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Diego Biurrun | Roundup now works from a ffmpeg.org domain as well... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Michael Niedermayer | Fix indention, also do a little vertical alignment... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Stefano Sabatini | Implement av_set_string3(). |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Michael Niedermayer | Factorize 3 multiplications out, code becomes 3 cpu... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Michael Niedermayer | Move ENABLE_SMALL back to the per MB check, as otherwis... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Michael Niedermayer | Do not recalculate constant part of is_complex for... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Michael Niedermayer | Support the new lossless mode. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Måns Rullgård | dct-test: add ARM IDCTs |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Måns Rullgård | dct-test: add PARTTRANS permutation |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Michael Niedermayer | Horizontal and vertical prediction functions needed... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Michael Niedermayer | Fix bug where the avi demxuer lost the first frame... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Baptiste Coudurier | check that nb_streams is valid before setting stream... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Benoit Fouet | Add const qualifiers to decode functions. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Benoit Fouet | Fix warning "format not a string literal and no format... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Littler | add MPNG fourcc |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Littler | two more mpeg4 fourccs and one msmpeg4v3 from uncommon... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Littler | QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Littler | add rpza avi fourcc |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Michael Niedermayer | Do not skip frames until the first keyframe when stream... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
David Conrad | Workaround for shared libs on OS X with Apple gcc 4.0.1 |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Laurent Aimar | Check extradata is large enough. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Stefano Sabatini | Implement the av_set_number2() internal function, which... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Stefano Sabatini | Remove ending period in a log message, which was incons... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Diego Biurrun | Add xvmc configure support. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Diego Biurrun | Switch xvmc over to a CONFIG_ option. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Diego Biurrun | whitespace cosmetics |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised h264_idct_dc_add |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised h264_idct_add |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised H.264 8x8 and 16x16 qpel MC |
commit | commitdiff | tree | snapshot |
next |