11491 Commits (1235429c2792e879d50a06cc851f3065f1a481d5)

Author SHA1 Message Date
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
Stefano Sabatini 4565caf120 Rename ff_parse_eval() to ff_eval_expr(). 15 years ago
Stefano Sabatini f54978f117 Place some empty line in the doxy. 15 years ago
Stefano Sabatini 8c21647382 Remove redundant file descriptions from copyright headers. 15 years ago
Stefano Sabatini a3731cadfc Avoid the use of the symbol ff_expr_s for referencing AVExpr. 15 years ago
Jai Menon 96561c12c5 DECLARE_ALIGNED usage requires #inclusion of 'mem.h'. 15 years ago
Stefano Sabatini 80ed701443 Doxument ff_free_expr(). 15 years ago
Stefano Sabatini 21302fed02 Make ff_fill_linesize() use the information stored in 15 years ago
Stefano Sabatini f8fea468b2 Rename ff_eval_free() to ff_free_expr(). 15 years ago
Stefano Sabatini 073f6d5b96 Rename AVEvalExpr to AVExpr, as suggested by Michael. 15 years ago
Stefano Sabatini 5fccafdbc1 Move AVEvalExpr declaration at the beginning of the file, where it is 15 years ago
Jai Menon 3ffdd09a7a alacenc : Report supported input sample formats. 15 years ago
Måns Rullgård e73d1a5efc ARM: NEON optimised synth_filter_float 15 years ago
Måns Rullgård f462ed1f82 Make synth_filter a function pointer 15 years ago
Måns Rullgård 38d52f3ea3 DCA: align some arrays 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 d14662f66a Add support for PS sync extensions. 15 years ago
Alex Converse 37216b99e0 Use get_bits_left() in the sync extension check. 15 years ago
Alex Converse 702b73bc9f Fix ext_object_type. 15 years ago
Craig Thomasson 77a670e796 Fix segfault when encoder initialization fails. 15 years ago
Reinhard Tartler 2819760b5c Avoid division by zero 15 years ago
Vitor Sessak c99baf05c3 Add help for (I)RDFT test in fft-test 15 years ago
Vitor Sessak c2b774a04e Make code using 1d-DCT consistent with the API change 15 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Alex Converse 523429220b aacenc: Error when an unsupported profile is requested 15 years ago
Alex Converse 636da41a20 aacenc: Don't lowpass the input unless specifically requested. 15 years ago
Michael Niedermayer 008593be52 Change default for bidir_refine to 1. 15 years ago
Michael Niedermayer fd8277ffa0 Optimize bidir_refine a bit. 15 years ago
Michael Niedermayer a69220cce0 Change bidir refine hash code so we only need to perform a single 15 years ago
Michael Niedermayer 2d603902f3 Reduce the size of the bidir refine hashtable from 4096 to 256 and 15 years ago
Michael Niedermayer e056d2a24b Move comment that belonged to cmp() back to cmp(). 15 years ago
Michael Niedermayer 919e749772 slice dice, inline and outline cmp() 15 years ago
Michael Niedermayer 00bbc09309 Store range coder state transition table. 15 years ago
Reimar Döffinger fa034b4427 Allow hardcoding of ulaw and alaw tables. 15 years ago
Reimar Döffinger 8eaa6e0e04 Change/simplify the tableprint/tablegen API. 15 years ago
Reimar Döffinger 27eecec359 Convert two "m" constraints to MANGLE to fix compilation with some compilers. 15 years ago
Takashi Mochizuki d749da7e8b Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. 15 years ago
Bobby Bingham 0fb49b597b Add function to export EDGE_WIDTH from libavcodec. 15 years ago
Ronald S. Bultje c846a984dc Document API addition of avcodec_copy_context(). 15 years ago
Ronald S. Bultje d103218046 Add avcodec_copy_context(). 15 years ago