2008-12-22 |
Wolfram Gloger | Offer an option (disabled by default) to enable the... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Decode TIFF image only after all tags have been decoded |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Some TIFFs declare -1 for the single strip height |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Add monochrome TIFF support |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Calculate line size variable correctly for lower bitdep... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Register TIFF tags for CCITT Group 3 and 4 compression... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Diego Biurrun | Remove a bunch of unused variables. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Diego Biurrun | Use ARCH_X86_32 instead of !ARCH_X86_64, it is more... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Anuradha Suraparaju | Fix incorrectly constructed Dirac parse units that... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Diego Biurrun | Do not use full include path for headers in the same... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Change mpeg audio parser so it only sets frame_size... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Carl Eugen... | Silence the following icc warnings: |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Andreas Öman | Include "libavutil/common.h" where we use llrint()... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Fix PTS returned by the demuxers for mpeg4 without... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Fix detection of audio codec in K70707-ARIA229.flv. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Remove useless code. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Only execute clear_blocks() when needed. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Robert Swain | AAC: Reindent after last commit |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Alex Converse | AAC: Fix AAC prediction when used in conjunction with... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Alex Converse | AAC: Don't write an illegal sampling_index in a PCE... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Michael Niedermayer | Optimize get_dct8x8_allowed(). |
commit | commitdiff | tree | snapshot |
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 |
next |