summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 10l: fix linkingMåns Rullgård2010-01-27
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-27
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-27
* Simplify left_xy initMichael Niedermayer2010-01-27
* Split fill_caches() between loopfilter & decode, the 2 no longer where commonMichael Niedermayer2010-01-26
* Allow disabling of lavc, lavf, lavd, and lswsMåns Rullgård2010-01-26
* Optimize loop filtering of the left edge in MBAFF.Michael Niedermayer2010-01-26
* Revert r21226, it was a joke:Ramiro Polla2010-01-26
* use left_xy[1] in mbaff QP loop filter check, this improves the amount that canMichael Niedermayer2010-01-26
* Optimize mv/ref cache init for left MB.Michael Niedermayer2010-01-26
* Add UMULH()Måns Rullgård2010-01-26
* optimize h264_loop_filter_strength_mmx2Loren Merritt2010-01-26
* Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton2010-01-26
* remove unneeded checkMichael Niedermayer2010-01-26
* Use left_mb_xy from fill_caches instead of recalculating it.Michael Niedermayer2010-01-26
* Simplify left_xy content for the loop filter, this also makes it closer toMichael Niedermayer2010-01-26
* Simplify loop filter a little by using top/left_type.Michael Niedermayer2010-01-26
* Set top & left types for deblock in fill_caches().Michael Niedermayer2010-01-26
* 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip.Michael Niedermayer2010-01-26
* cosmeticMichael Niedermayer2010-01-26
* Fix qp_thres loop filter check for MBAFF.Michael Niedermayer2010-01-26
* Optimize mb neighbor initialization for MBAFF in fill_caches().Michael Niedermayer2010-01-26
* Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.Carl Eugen Hoyos2010-01-26
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-26
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer2010-01-26
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-26
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini2010-01-25
* Fix heap overflow due to lack of nb_components check.Michael Niedermayer2010-01-25
* Release buffer when decoding is finished.Carl Eugen Hoyos2010-01-25
* Print config of each lib if different from that of ffmpeg/ffplay/ffserverMåns Rullgård2010-01-25
* Optimize decode_cabac_field_decoding_flag().Michael Niedermayer2010-01-25
* configure: fix --cpu=noconaMåns Rullgård2010-01-25
* 100l, correct wrong H.264+adaptive MBAFF decodingAlexander Strange2010-01-25
* Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel.Ramiro Polla2010-01-25
* Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö2010-01-25
* Check for getaddrinfo in the winsock headers.Martin Storsjö2010-01-25
* Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32".Martin Storsjö2010-01-25
* H.264: Use 64-/128-bit write-combining macros for copiesAlexander Strange2010-01-25
* Only check frame size if the header is valid.Justin Ruggles2010-01-24
* Fix decoding ATI VCR2 codec, sample inCarl Eugen Hoyos2010-01-24
* Doxument url_open().Stefano Sabatini2010-01-24
* Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos2010-01-24
* Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini2010-01-24
* Branchless setting of MB_TYPE_8x8DCT.Michael Niedermayer2010-01-24
* Remove cruft.Michael Niedermayer2010-01-24
* Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64.Michael Niedermayer2010-01-24
* a[b-1] -> (a-1)[b].Michael Niedermayer2010-01-24
* Optimize suffix_length computation, 1 cpu cycle speedup.Michael Niedermayer2010-01-24
* Simplify suffix_length computation, same speed.Michael Niedermayer2010-01-24
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-24