summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* ffmpeg.c : Increase static limit on the maximum number ofJai Menon2010-01-27
* Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård2010-01-27
* Revert Revision: 21362Michael Niedermayer2010-01-27
* Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMESMichael Niedermayer2010-01-27
* Update comment.Michael Niedermayer2010-01-27
* Revert Revision: 21473Michael Niedermayer2010-01-27
* Prettify PRINT_LIB_VERSION macroMåns Rullgård2010-01-27
* Get rid of ifdeffery for printing library versions and configurationsMåns Rullgård2010-01-27
* Emit CONFIG_AVUTIL for completenessMåns Rullgård2010-01-27
* Use table to speedup access to non_zero_count in MBAFF with differing interla...Michael Niedermayer2010-01-27
* Fix misc typos, patch byStefano Sabatini2010-01-27
* 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