22169 Commits (ade5b91ddade9abaf9eb1063559985341ee9ca2d)
 

Author SHA1 Message Date
  Stefano Sabatini ade5b91dda Use av_match_ext() rather than the deprecated match_ext(), fix 16 years ago
  Stefano Sabatini 9a180390b9 Factorize error message logging in rgb2rgbWrapper(). 16 years ago
  Måns Rullgård 1b5d46c6a6 Reindent 16 years ago
  Måns Rullgård d39d7cf693 Remove inline from initFilter() 16 years ago
  Reimar Döffinger 3f37ab8e41 Make sure we do not export incorrect _NE pixformat descriptions by either 16 years ago
  Måns Rullgård 48fdb66c68 Fix comment typo carefull -> careful 16 years ago
  Måns Rullgård c25210278c Add missing parens in AV_WN macros 16 years ago
  Alexander Strange 0209e1e160 Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. 16 years ago
  Carl Eugen Hoyos 45becaf337 Fix indentation after r21257. 16 years ago
  Stefano Sabatini e922e34c96 Add a const qualifier in a cast, fix the gcc warning: 16 years ago
  Michael Karcher 1454618426 Support demuxing of Sony OpenMG files without metadata header. 16 years ago
  Stefano Sabatini 5090d8e16a Add a const qualifier in a cast, fix the gcc warning: 16 years ago
  Stefano Sabatini a630ed3ee9 Fix typo, "get rid off" -> "get rid of". 16 years ago
  Måns Rullgård 05e24fa852 regtest: run tests only for enabled codecs and formats 16 years ago
  Måns Rullgård 4b294c1872 regtest: split wma test into wmav1 and wmav2 16 years ago
  Måns Rullgård eca478c317 regtest: split reference files allowing tests to run individually 16 years ago
  Måns Rullgård 16cd99bbed regtest: suppress console output from tests 16 years ago
  Stefano Sabatini 730cb9dab3 Revert r30331, which broke compilation. 16 years ago
  Stefano Sabatini 73cadb4f13 Prefer enum PixelFormat to int as the parameter type of 16 years ago
  Stefano Sabatini bc45751f7f Declare with av_unused the variable alpMmxFilter, fix the gcc warning: 16 years ago
  Stefano Sabatini 80853cfc6a Factorize the code which calls the non optimized C functions in 16 years ago
  Stefano Sabatini c70f1401df Prefer "to %s%s" over "to%s %s", slightly more readable. 16 years ago
  Stefano Sabatini a9e2878c48 Simplify code in sws_getContext() which logs if the destination format 16 years ago
  Ramiro Polla 9556124c97 Document some of SwsContext. 16 years ago
  Ramiro Polla 0cc854e377 Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. 16 years ago
  Stefano Sabatini d95c863850 Factorize code which logs the source and destination formats in 16 years ago
  Ramiro Polla 15ccfff12c Read "Last Changed Rev" field instead of "Revision" field to avoid being 16 years ago
  Michael Niedermayer 7931bb2a0c Comment for() ; out 16 years ago
  Michael Niedermayer ed3d7e2f65 Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller 16 years ago
  Michael Niedermayer 183a86c958 Apply last 2 optimizations to similar code i forgot. 16 years ago
  Michael Niedermayer 3f55a651c4 Another microopt, 4 cpu cycles for avoidance of FFABS(). 16 years ago
  Måns Rullgård 1c6f46be03 Add missing guards and includes to arm/aac.h 16 years ago
  Michael Niedermayer 26147d368b Minor (2 cpu cycles) optimization ||->|. 16 years ago
  ami_stuff 8be7ac98ca Support decoding of SoftLab-NSK VideoTizer. 16 years ago
  Michael Niedermayer 4c568cbcac Consider slice_beta_offet in qp_thresh. 16 years ago
  Michael Niedermayer 2e36c931f0 Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. 16 years ago
  Stefano Sabatini 3e906f4cfb Simplify reset_ptr(): employ usePal() macro rather than enumerating 16 years ago
  Stefano Sabatini 006aa1a4c2 Implement null video sink. 16 years ago
  Carl Eugen Hoyos 864a074213 Correctly decode some Avid AV1x samples, fixes issue 1684. 16 years ago
  Stefano Sabatini dd08b83c87 Implement null video source. 16 years ago
  Anatoly Nenashev e1bb0364f8 Support lowres 3 when decoding MPEG video. 16 years ago
  Stefano Sabatini b5eab66e9f Make avfilter_default_start_frame() request a buffer with the same 16 years ago
  Michael Niedermayer ddd60f28d8 Replace cabac checks in inline functions from h264.h with constants. 16 years ago
  Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries 16 years ago
  Måns Rullgård 2ed46eeab3 configure: add test_ldflags function 16 years ago
  Måns Rullgård e8393e1cb8 Add symbol versioning for shared libraries 16 years ago
  Vitor Sessak d140b02581 SIPR16k decoder 16 years ago
  Vitor Sessak d79c06b2ad Allow a SIPR table to be used by the upcoming SIPR16k decoder 16 years ago
  Vitor Sessak 65323ed279 Split some SIPR structs to a header file for the upcoming SIPR16k commit 16 years ago
  Vitor Sessak 06cb7a1c8f Use macros instead of inline functions to replace the following missing C99 16 years ago