14154 Commits (0354fb7ebe177773e44b889ba7672e4336ee377f)

Author SHA1 Message Date
  Ronald S. Bultje e6635a9a19 h264: remove CONFIG_GPL from x86 intra prediction code. 14 years ago
  Mans Rullgard 8e112df409 ARM: ac3dsp: optimised update_bap_counts() 14 years ago
  Diego Biurrun bde2c1c7fe mpegaudiodec: Fix av_dlog() invocation. 14 years ago
  Daniel Kang f3aa65af3a h264/10bit: add HAVE_ALIGNED_STACK checks. 14 years ago
  Daniel Kang 348493db60 Update 8-bit H.264 IDCT function names to reflect bit-depth. 14 years ago
  Daniel Kang 836f47d34b Add IDCT functions for 10-bit H.264. 14 years ago
  Diego Biurrun 7e985c9e35 mpegaudioenc: Fix broken av_dlog statement. 14 years ago
  Mans Rullgard c51695dbf6 ARM: fix MUL64 inline asm for pre-armv6 14 years ago
  Mans Rullgard fdf18e33bb mpegaudiodec: remove unusued code and variables 14 years ago
  Mans Rullgard 6f1ec38ce2 mpegaudio: clean up compute_antialias() definition 14 years ago
  Ronald S. Bultje 9ebcf7699b vp8: fix segmentation race during frame-threading. 14 years ago
  Mans Rullgard 6bb70dfd74 ARM: simplify inline asm with 64-bit operands 14 years ago
  Mans Rullgard 371266daa3 ARM: enable UAL syntax in asm.S 14 years ago
  Mans Rullgard 4276112277 vp8: use av_clip_uintp2() where possible 14 years ago
  Mans Rullgard 90da52f01f ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits() 14 years ago
  Justin Ruggles 70bb747a57 ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits. 14 years ago
  Justin Ruggles dc0ad40de2 ac3dsp: fix loop condition in ac3_update_bap_counts_c() 14 years ago
  Mans Rullgard edfa89b260 ARM: unbreak build 14 years ago
  Justin Ruggles 6ca23db9cc ac3enc: modify mantissa bit counting to keep bap counts for all values of bap 14 years ago
  Justin Ruggles 1323828a0f ac3enc: split mantissa bit counting into a separate function. 14 years ago
  Justin Ruggles 7743865ffc ac3enc: store per-block/channel bap pointers by reference block in a 2D array 14 years ago
  Mans Rullgard e01e05ee66 get_bits: add av_unused tag to cache variable 14 years ago
  Mans Rullgard 7d8c17b5f6 ARM: aacdec: fix constraints on inline asm 14 years ago
  Mans Rullgard 84e4804ad0 ARM: remove unnecessary volatile from inline asm 14 years ago
  Mans Rullgard 5726ec171b ARM: add "cc" clobbers to inline asm where needed 14 years ago
  Mans Rullgard 7f7726c7a2 ac3enc: use LOCAL_ALIGNED macro 14 years ago
  Stefano Sabatini 8f653e28f5 lavu: add av_get_pix_fmt_name() convenience function 14 years ago
  James Zern 88aa215939 vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping 15 years ago
  Justin Ruggles 1a950da6a2 cosmetics: indentation and alignment after previous commit 14 years ago
  Justin Ruggles aa47c35dff ac3enc: add support for E-AC-3 encoding. 14 years ago
  Justin Ruggles b1bf8c7887 ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to 14 years ago
  Mans Rullgard 79aeade6f6 ARM: disable ff_vector_fmul_vfp on VFPv3 systems 14 years ago
  Diego Biurrun 5e528cffcf x86: Add appropriate ifdefs around certain AVX functions. 14 years ago
  Diego Biurrun e169428529 Mark parameterless function declarations as 'void'. 14 years ago
  Justin Ruggles 478455d66b ac3enc: initialize all coefficients to zero. 14 years ago
  Alex Converse 8c51620f21 Remove h263_msmpeg4 from MpegEncContext. 14 years ago
  Ronald S. Bultje e973557211 Move emms_c() from libavcodec to libavutil. 14 years ago
  Stefano Sabatini 7ca5338b49 tiff: set palette in the context when specified in TIFF_PAL tag 14 years ago
  Alexandre Colucci d980d7b129 pgssubdec: fix incorrect colors. 15 years ago
  Alexandre Colucci 676eaf8433 dvdsubdec: fix incorrect colors. 15 years ago
  Anton Khirnov b2893ee2f8 msmpeg4: reindent. 14 years ago
  Anton Khirnov 57aa765971 lavc: remove msmpeg4v1 encoder. 14 years ago
  Justin Ruggles 7f3a7b5c40 ac3enc: add channel coupling support 14 years ago
  Justin Ruggles cef7d70181 aacdec: fix typo in scalefactor clipping check 14 years ago
  Felipe Contreras b47904d158 h264: Properly set coded_{width, height} when parsing H.264. 14 years ago
  Dave Yeo a10fb79070 x86 asm: Add SECTION_TEXT to dct32_sse.asm. 14 years ago
  Loren Merritt 422b2362fc dct32_sse: eliminate some spills 14 years ago
  Vitor Sessak 165c7c420d Fix dct32() compilation with --disable-yasm 14 years ago
  Vitor Sessak 6204feb160 dct32: Add AVX implementation of 32-point DCT 14 years ago
  Vitor Sessak 4e653b98c8 dct32: Change pass 6 permutation to allow for AVX implementation 14 years ago