summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix svq3_* function declarations.Rafaël Carré2010-01-273-9/+9
* SVQ1: 4-byte-align codebook tablesMåns Rullgård2010-01-271-8/+10
* Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger2010-01-271-1/+3
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-271-1/+1
* Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer2010-01-271-0/+2
* Schedule an increase in the maximum number of streamsJai Menon2010-01-271-0/+4
* ffmpeg.c : Increase static limit on the maximum number ofJai Menon2010-01-271-1/+1
* Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård2010-01-271-0/+4
* Revert Revision: 21362Michael Niedermayer2010-01-271-1/+0
* Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMESMichael Niedermayer2010-01-271-1/+4
* Update comment.Michael Niedermayer2010-01-271-1/+1
* Revert Revision: 21473Michael Niedermayer2010-01-271-1/+1
* Prettify PRINT_LIB_VERSION macroMåns Rullgård2010-01-271-6/+9
* Get rid of ifdeffery for printing library versions and configurationsMåns Rullgård2010-01-271-16/+15
* Emit CONFIG_AVUTIL for completenessMåns Rullgård2010-01-271-0/+2
* Use table to speedup access to non_zero_count in MBAFF with differing interla...Michael Niedermayer2010-01-271-1/+11
* Fix misc typos, patch byStefano Sabatini2010-01-274-4/+4
* 10l: fix linkingMåns Rullgård2010-01-271-1/+1
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-272-2/+1
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-271-0/+3
* Simplify left_xy initMichael Niedermayer2010-01-271-4/+2
* Split fill_caches() between loopfilter & decode, the 2 no longer where commonMichael Niedermayer2010-01-261-173/+213
* Allow disabling of lavc, lavf, lavd, and lswsMåns Rullgård2010-01-262-3/+25
* Optimize loop filtering of the left edge in MBAFF.Michael Niedermayer2010-01-261-8/+9
* Revert r21226, it was a joke:Ramiro Polla2010-01-263-3/+25
* use left_xy[1] in mbaff QP loop filter check, this improves the amount that canMichael Niedermayer2010-01-261-1/+1
* Optimize mv/ref cache init for left MB.Michael Niedermayer2010-01-261-8/+30
* Add UMULH()Måns Rullgård2010-01-261-0/+6
* optimize h264_loop_filter_strength_mmx2Loren Merritt2010-01-261-74/+70
* Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton2010-01-261-1/+1
* remove unneeded checkMichael Niedermayer2010-01-261-2/+0
* Use left_mb_xy from fill_caches instead of recalculating it.Michael Niedermayer2010-01-261-5/+3
* Simplify left_xy content for the loop filter, this also makes it closer toMichael Niedermayer2010-01-261-0/+10
* Simplify loop filter a little by using top/left_type.Michael Niedermayer2010-01-261-11/+9
* Set top & left types for deblock in fill_caches().Michael Niedermayer2010-01-261-4/+13
* 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip.Michael Niedermayer2010-01-261-1/+1
* cosmeticMichael Niedermayer2010-01-261-1/+1
* Fix qp_thres loop filter check for MBAFF.Michael Niedermayer2010-01-261-2/+5
* Optimize mb neighbor initialization for MBAFF in fill_caches().Michael Niedermayer2010-01-261-32/+29
* Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.Carl Eugen Hoyos2010-01-261-0/+4
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-263-13/+11
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer2010-01-261-0/+16
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-264-19/+19
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini2010-01-251-2/+0
* Fix heap overflow due to lack of nb_components check.Michael Niedermayer2010-01-251-0/+4
* Release buffer when decoding is finished.Carl Eugen Hoyos2010-01-251-1/+10
* Print config of each lib if different from that of ffmpeg/ffplay/ffserverMåns Rullgård2010-01-251-0/+24
* Optimize decode_cabac_field_decoding_flag().Michael Niedermayer2010-01-251-12/+6
* configure: fix --cpu=noconaMåns Rullgård2010-01-251-1/+1
* 100l, correct wrong H.264+adaptive MBAFF decodingAlexander Strange2010-01-251-2/+5
OpenPOWER on IntegriCloud