11631 Commits (31fdd641945dc5cdcfde9ee92329e22c0279981e)

Author SHA1 Message Date
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
Jason Garrett-Glaser dbb4f0515f vertical align in libx264.c 15 years ago
Michael Kaufmann 22c29c36cd Add const to some pointer parameters. 15 years ago
David Conrad 33e623831b vp3: Use avctx pointer directly 15 years ago
David Conrad 8099d6c985 vp3: Read fps and aspect ratio in the decoder 15 years ago
David Conrad ddc7e438e0 vp3: Don't crop if there's a left/top offset, it's wrong 15 years ago
David Conrad eb6a6cd788 vp3: DC-only IDCT 15 years ago
David Conrad 6086731299 vp3: More buffer length checks 15 years ago
David Conrad d7097c2d88 vp3: Remove internal debug statement 15 years ago
Gwenole Beauchesne 6752a3cc6c H.264: cosmetics (vertical align). 15 years ago
Gwenole Beauchesne fa37cf0db3 H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). 15 years ago
Gwenole Beauchesne b08e38e8c3 H.264: move avctx->refs init before AVCodecContext.get_format(). 15 years ago
Andreas Öman 67d96fb42d pngdec: Add support for PIX_FMT_Y400A 15 years ago
Andreas Öman 4744f896e5 Add PIX_FMT_Y400A, 8bit gray, 8bit alpha 15 years ago
Stefano Sabatini 4563cf247d Factorize code in get_bit_rate(). 15 years ago
Diego Biurrun e5d2bdec11 Add rectangle.h #include for fill_rectangle(). 15 years ago
Diego Biurrun d02bb3ecf1 Move static function fill_filter_caches() from h264.h to h264.c. 15 years ago
Måns Rullgård 2bb29da602 DCA: indent 15 years ago
Måns Rullgård 69e171364e DCA: optimise dca_subsubframe() 15 years ago
Gwenole Beauchesne b0941dee3c [VA-API] Fix long-term reference frames addition to the DPB. 15 years ago
Måns Rullgård b591c7af31 10l: fix build on non-NEON ARM 15 years ago
Stefano Sabatini e574770633 Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, 15 years ago
Stefano Sabatini 94e57758da Fix grammar: a expression -> an expression. 15 years ago
Stefano Sabatini 85c36856ff Remove stray empty line. 15 years ago
Måns Rullgård 08255107cf DCA: ARM/NEON optimised lfe_fir 15 years ago
Måns Rullgård e168a5567a DCA: 16-byte-align lfe_fir tables 15 years ago
Måns Rullgård 309d16a4a0 DCA: break out lfe_interpolation_fir() inner loops to a function 15 years ago
Stefano Sabatini fc7e2d34cf Fix constness for func[12] parameters in ff_parse_expr() and 15 years ago
Stefano Sabatini 82fdcd449c Change constness for func[12]_name parameters of ff_parse_expr() and 15 years ago
Stefano Sabatini 1235429c27 Rename ff_parse() to ff_parse_expr(). 15 years ago
Stefano Sabatini 6c71d2c135 Remove unnecessary header inclusion directives. 15 years ago
Michael Kaufmann 2818bdf22b Extradata length checks for Huffyuv. 15 years ago
Måns Rullgård 843c7aa8fb DCA: use FASTDIV in decode_blockcode() 15 years ago
Måns Rullgård f01210a691 ARM: fix NEON synth_filter_float with hardfp calls 15 years ago
Jai Menon a7fc91468c Remove useless header inclusion. 15 years ago
Måns Rullgård 766fefe8e2 DCA: simplify lfe_interpolation_fir() 15 years ago
Måns Rullgård b92d483bac DCA: use a local variable for loop boundary 15 years ago
Måns Rullgård 0dc7df28dd DCA: use some type-punning in qmf_32_subbands() 15 years ago
Stefano Sabatini a367be1e88 Rename ff_eval2() to ff_parse_and_eval_expr(). 15 years ago