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 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 |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised H.264 loop filter |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised {put,avg}_h264_chroma_mc[48] |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised simple_idct |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Måns Rullgård | ARM: NEON optimised put_pixels functions |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Diego Biurrun | Avoid invasion of POSIX-reserved _t namespace. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Daniel Verkamp | Fix one peculiar case in Smacker decoding. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Diego Biurrun | Avoid POSIX-reserved _t in identifier names. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Michael Niedermayer | Enable filter_mb_fast if CODEC_FLAG2_FAST is set. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Aurelien Jacobs | vp56: don't reset dimensions to 0 in codec init |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Ronald S. Bultje | Use get_buffer() and url_fskip() for some loops of... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Ronald S. Bultje | Reindent something that looks weird. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Ronald S. Bultje | Add comment to indicate why the SDP line buffer is... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Ronald S. Bultje | Increase SDP line buffer size because ASF headers in... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Stefano Sabatini | Move documentation of avcodec_register_all() from allco... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Stefano Sabatini | Remove set_all_opt() and its use in av_set_string2... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Michael Niedermayer | 10l (forgot sample_size) |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Stefano Sabatini | Document register_avcodec(). |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Stefano Sabatini | Make register_avcodec() call avcodec_init(). |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Stefano Sabatini | Use a more explicit "codec" rather than "format" as... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Måns Rullgård | oggflac: fix bitstream reader usage |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Aurelien Jacobs | indeo3: replace sizeof(struct ...) by sizeof(*var) |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Michael Niedermayer | Fix non interleaved variable fps ODML avis. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Diego Biurrun | cosmetics: typo/grammar/wording/whitespace fixes |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Reinhard Tartler | Fix the use of Requires.private and Libs.private in... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Stefano Sabatini | Cosmetics: remove empty comments. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Michael Niedermayer | Fix files with fps between 0.5 and 0.1. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Michael Niedermayer | Remove silly FIXME comment. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Anders Grönberg | Prevent shift overflow, patch by Anders Grönberg, galil... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Anders Grönberg | Add a few const qualifiers in appropriate places. |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Mike Melanson | undoing revision 16118 for truemotion1.c; commit was... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Mike Melanson | The POSIX namespace shall be held sacrosanct. To that... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Aurelien Jacobs | avoid POSIX reserved _t suffix |
commit | commitdiff | tree | snapshot |
next |