11585 Commits (094e849f32ca15c42b2e4793fc9b51b414aa55b3)

Author SHA1 Message Date
  Reinhard Tartler e6ef35bc22 Make aac_decode_frame() consume zero padding at the end of a packet. 15 years ago
  Maxim Poliakovski 34a0dee17e Fix signedness of q_delta field of the IVIMbInfo. 15 years ago
  Reinhard Tartler cff1f85c3f Fix compilation of AC3 decoder if E-AC3 decoder was disabled. 15 years ago
  Reinhard Tartler dd92ff49c9 Make lsf_sf_expand() 4 times faster. 15 years ago
  Reinhard Tartler b12045c8c7 Set cur_channel in the AAC encoder context where needed. 15 years ago
  Nick Brereton 6f8fbbf8d7 mlpdec: Comment channel_params field in struct SubStream. 15 years ago
  Nick Brereton b68d9df427 mlpdec: Allocate channel decoding parameters for each substream. Some file 15 years ago
  Reinhard Tartler 26fe0ec7d6 Adding missing () to mathops.h. 15 years ago
  Reinhard Tartler 7590718414 Replace more "m" constraints with MANGLE to fix compilation issues 15 years ago
  Thomas Devanneaux b50601e882 Check NAL unit size to avoid reading past the buffer. 15 years ago
  Reinhard Tartler 8740ed496c Another try for fixing/improving decode_video documentation. 15 years ago
  Reinhard Tartler 8ab1409a59 10l: store the result of clipping added in r23035 15 years ago
  Reinhard Tartler 3589ac6334 Error out when too many bits per frame are requested. 15 years ago
  Reinhard Tartler dd68bb3cab Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." 15 years ago
  Ronald S. Bultje 4fe4bb6150 Revert r22974 int->unsigned parts that don't have any meaningful effect. 15 years ago
  Alex Converse 17d5959998 10l: The SBR refactor requires the use of 2 independent output X buffers. 15 years ago
  Martin Storsjö fa36165adf amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output 15 years ago
  Ronald S. Bultje 1302ccc1a7 Another buffer overflow, fixes issue1758. 15 years ago
  Reimar Döffinger bf9766995c Clarify how allocation works for the picture argument for 15 years ago
  Ronald S. Bultje 593a861470 Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). 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
  Michael Niedermayer 19a00c5eb2 avi bgr24 padding fix. 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
  Måns Rullgård 5635985c26 ARM: NEON optimised VP6 edge filter 15 years ago
  Måns Rullgård 5e1ba34bbb VP56: move vp56_edge_filter to new VP56DSPContext 15 years ago
  Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
  Sebastian Vater 726dc06158 Reidnent after r22795. 15 years ago
  Sebastian Vater fe51b5ce50 Move some branches outside looped code. Should improve the generated asm (and 15 years ago
  Sebastian Vater 473147bed0 Switch some ints to unsigned (they can only have positive values, this allows 15 years ago
  Sebastian Vater 687dc3555d Make two functions out of #define hackery. 15 years ago
  Stefano Sabatini 4cf1ba0445 Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 15 years ago
  Ronald S. Bultje 0bb848016a Add acelp_filters.o as QCELP decoder object file. 15 years ago
  Måns Rullgård 07876e25c8 Workaround for missing llrintf() 15 years ago
  Justin Ruggles cc8538ff93 ac3dec: return smaller of buf_size and frame_size instead of always returning 15 years ago
  Måns Rullgård 84368aa629 ARM: fix build for darwin/iphone 15 years ago
  Michael Niedermayer ddecab2097 Set .supported_samplerates for mpeg audio encoders. 15 years ago
  Ronald S. Bultje 9a32573b49 WMAVoice postfilter. 15 years ago
  Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
  Jai Menon 6858ce2ffc Fix typo. 15 years ago
  Ronald S. Bultje 805a83d506 Implement QCELP postfilter. 15 years ago
  Ronald S. Bultje 5180a0b197 Make the Sipr16k postfilter function write data into the target/output buffer. 15 years ago
  Ronald S. Bultje 8955a9d79c Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). 15 years ago
  Ronald S. Bultje bb2dd9efd8 Split the input/output data arguments to ff_adaptive_gain_control(). 15 years ago
  David Conrad 8e6daa4a95 theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) 15 years ago
  Vitor Sessak a2d3588813 10l: do not try to unpack DTX frames in AMR-NB decoder 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Diego Biurrun 4311ff776b cosmetics: Switch Doxygen comments to JavaDoc style. 15 years ago