62 Commits (ce1e8045e04ed1a6e9c8c20e48ad3acf9cf664d2)

Author SHA1 Message Date
  Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
  Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
  Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
  Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
  Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 12 years ago
  Christophe Gisquet 9a16359c38 AAC SBR: use AVFloatDSPContext's vector_fmul 12 years ago
  Christophe Gisquet e32bea8eb4 aac: avoid a memcpy in sbr_qmf_analysis 12 years ago
  Justin Ruggles 3d3cf6745e aacdec: use float planar sample format for output 12 years ago
  Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
  Alex Converse 9fb7e14635 aacdec: More robust output configuration. 13 years ago
  Alex Converse b00307ecd0 aacsbr: Add a debug check to sbr_mapping. 13 years ago
  Alex Converse 0cb93dacee aac: Reset some state variables when turning SBR off 13 years ago
  Ronald S. Bultje 6e2821160b Revert "AAC SBR: group some writes." 13 years ago
  Christophe Gisquet ba36f14e5d AAC SBR: group some writes. 13 years ago
  Christophe Gisquet cc412b7104 aacsbr: use a swap index for the Y matrix rather than copy buffers. 13 years ago
  Mans Rullgard 8996ed2b73 aacsbr: align some arrays 13 years ago
  Mans Rullgard aac46e088d aacsbr: move some simdable loops to function pointers 13 years ago
  Alex Converse 17ce52912f aacsbr: prevent out of bounds memcpy(). 13 years ago
  Justin Ruggles 9aa8193a23 Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
  Michael Niedermayer 30fe971934 aac: add headers needed for log2f() 14 years ago
  Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Alex Converse 916dee9f45 aac: remove dead SBR input scaling 14 years ago
  Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
  Alex Converse afa4248e4e aacsbr: Eliminate double precision arithmetic. 15 years ago
  Alex Converse fd6eb4a06c Move Parametric Stereo related ps* files to aacps*. 15 years ago
  Alex Converse cf3b4d9a78 aacsbr: Make dk signed. There is no point in it being unsigned. 15 years ago
  Alex Converse bd9e0e2905 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1. 15 years ago
  Alex Converse a20639017b Add HE-AAC v2 support to the AAC decoder. 15 years ago
  Alex Converse bc330b5f15 Cosmetics: Fold constants and re-indent after last commit. 15 years ago
  Alex Converse 712209d567 Base downsampled SBR synthesis filterbank on a single IMDCT. 15 years ago
  Alex Converse 388c795531 10l: Fix types and now unused variables after last commit. 15 years ago
  Alex Converse 932963b8e2 Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT. 15 years ago
  Alex Converse dd8871a63b aacdec: Rename avccontext to avctx. 15 years ago
  Alex Converse 17d5959998 10l: The SBR refactor requires the use of 2 independent output X buffers. 15 years ago
  Alex Converse 2d23fecd5d Enforce time border monotonicity. 15 years ago
  Alex Converse a91d82b5cc Move the SBR patch count check to prevent overwrites. 15 years ago
  Alex Converse 10678e5c72 Increase size of patch_borders[]. 15 years ago
  Alex Converse d0dedce71d Reindent 15 years ago
  Alex Converse ca6d3f234c Rewrite ff_sbr_apply in a manner more friendly to PS. 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Alex Converse ba659bedb8 Reindent read_sbr_extension. 15 years ago
  Alex Converse 73c2704608 Print an error and skip PS when PS is found but explicitly found but 15 years ago
  Alex Converse b3e5931d18 aacsbr: DSPUtilize analysis input scaling. 15 years ago
  Alex Converse f8a93a2036 aac: Don't bias output during the IMDCT if SBR will be used. 15 years ago
  Alex Converse 6ebc724060 aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset. 15 years ago
  Alex Converse 134b8cbb9a aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions. 15 years ago
  Alex Converse f7e7888b2a aacsbr: Factor out the common end border case from t_q setup. 15 years ago
  Alex Converse ac8d655a79 aacsbr: read bs_rel_bord directly into t_env. 15 years ago
  Alex Converse ecc1f8c3c8 aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). 15 years ago