23833 Commits (e1ae1642cb25e041448733843931f5faf559bb37)
 

Author SHA1 Message Date
Jean-Daniel Dupas 2898526d6a Do not probe when the format is known. 15 years ago
Gwenole Beauchesne b0941dee3c [VA-API] Fix long-term reference frames addition to the DPB. 15 years ago
Vitor Sessak efd8b009ff Use a suitable timebase in VQF demuxer 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
Michael Kostylev 6a36798f9b Add DOS section to the platform documentation. 15 years ago
Howard Chu c007c687c9 Do not set pos to an error value. 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
Diego Biurrun ee9455478f Fix extra object path in Solaris section. 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
Tomas Härdin 6b174197b5 Predicting the size of the hdlr, string data and trkn tags in the MOV muxer 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 9a2cb05ff9 Move the internal function declarations in avformat.h to internal.h. 15 years ago
Stefano Sabatini bc3c85a3e6 Apply grammar/consistency nits to avfilter_graph_add_filter() doxy. 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
Howard Chu 7e939205d9 Set audio bit rate. 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
Michael Niedermayer 0f1f4816d5 Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. 15 years ago
Bobby Bingham ac1c95645a Bump libavfilter minor version and Changelog for unsharp filter 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 b9f60bd8fd Add M_SQRT2 to the constants in mathematics.h. 15 years ago
Michael Niedermayer 497431a5b6 Dont try to compute AVPacket duration for possibly interlaced video codecs 15 years ago
Jai Menon 79f8b328cd ffplay : Add 's' to the list of supported commands. 15 years ago
Tomas Härdin 7a6fe01f99 Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though. 15 years ago
Tomas Härdin 01d91b9be9 Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. 15 years ago