summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazyMichael Niedermayer2010-01-28
* Make the fast loop filter path work with unavailable left MBs.Michael Niedermayer2010-01-28
* get rid of the start variable.Michael Niedermayer2010-01-28
* Unroll main loop so the edge==0 case is seperate.Michael Niedermayer2010-01-28
* Declare variable "version" in the PRINT_LIB_VERSION() macro if block,Stefano Sabatini2010-01-27
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-27
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-27
* Fix svq3_* function declarations.Rafaël Carré2010-01-27
* SVQ1: 4-byte-align codebook tablesMåns Rullgård2010-01-27
* Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger2010-01-27
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-27
* Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer2010-01-27
* Schedule an increase in the maximum number of streamsJai Menon2010-01-27
* 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