summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Use the new idct functions (except chroma as it was slower in benchmarks)Michael Niedermayer2008-12-18
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-18
* Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2008-12-18
* Add a ByteIOContext argument to ASF functions that will be shared with theRonald S. Bultje2008-12-18
* Skip non intra luma code when there is no coded luma.Michael Niedermayer2008-12-18
* 1.6x faster pred*_vertical_add_cLoren Merritt2008-12-18
* Skip chroma handling when there is no coded chroma.Michael Niedermayer2008-12-18
* Fix weird indent.Stefano Sabatini2008-12-18
* Implement size autodetection if one of the width and heightStefano Sabatini2008-12-17
* Replace the width and height fields in VideoData with a structStefano Sabatini2008-12-17
* Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini2008-12-17
* Fix opt_default(), making it exit immediately in case of an invalidStefano Sabatini2008-12-17
* add const qualifier to some pointers for input dataKostya Shishkov2008-12-17
* use precalculated mb_pos where availableKostya Shishkov2008-12-17
* ARM: make FASTDIV() an inline functionMåns Rullgård2008-12-17
* Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov2008-12-17
* Generate correct deblock pattern for RV30Kostya Shishkov2008-12-17
* Unfortunately RV30 luma thirdpel MC functions cannot be substituted withKostya Shishkov2008-12-17
* 4l: TIFF stores short strings inside tag, do not interpret it is as an offsetKostya Shishkov2008-12-17
* Check function prototype in check_asm function to avoid compiler warnings.Marc Mason2008-12-17
* Add jp2 support to img2 demuxer.Benoit Fouet2008-12-17
* add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier2008-12-17
* activate jpeg2000 fourcc in mov/mj2Baptiste Coudurier2008-12-17
* Fix svq3 decoding, is_complex was not initialized.Michael Niedermayer2008-12-17
* Replace != 0 || check by |Michael Niedermayer2008-12-17
* Split filter_mb_dir() out of filter_mb().Michael Niedermayer2008-12-17
* AC3: fix strict aliasing violation in parserMåns Rullgård2008-12-17
* AAC: fix strict aliasing violation in parserMåns Rullgård2008-12-17
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* Remove obsolete and misleading comments.Diego Biurrun2008-12-17
* Roundup now works from a ffmpeg.org domain as well, so prefer that.Diego Biurrun2008-12-16
* Fix indention, also do a little vertical alignment of changed lines.Michael Niedermayer2008-12-16
* Implement av_set_string3().Stefano Sabatini2008-12-16
* Factorize 3 multiplications out, code becomes 3 cpu cycles faster.Michael Niedermayer2008-12-16
* Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont removeMichael Niedermayer2008-12-16
* Do not recalculate constant part of is_complex for every MB.Michael Niedermayer2008-12-16
* Support the new lossless mode.Michael Niedermayer2008-12-16
* dct-test: add ARM IDCTsMåns Rullgård2008-12-16
* dct-test: add PARTTRANS permutationMåns Rullgård2008-12-16
* Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer2008-12-16
* Fix bug where the avi demxuer lost the first frame of malformedMichael Niedermayer2008-12-16
* check that nb_streams is valid before setting stream, fix crash with jp2 whic...Baptiste Coudurier2008-12-16
* Add const qualifiers to decode functions.Benoit Fouet2008-12-16
* Fix warning "format not a string literal and no format arguments".Benoit Fouet2008-12-16
* add MPNG fourccBen Littler2008-12-16
* two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec listBen Littler2008-12-16
* QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.aviBen Littler2008-12-16
* add rpza avi fourccBen Littler2008-12-16
* Do not skip frames until the first keyframe when stream copying butMichael Niedermayer2008-12-16
* Workaround for shared libs on OS X with Apple gcc 4.0.1David Conrad2008-12-16