summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove unnecessary header inclusion directives.Stefano Sabatini2010-04-12
| | | | Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extradata length checks for Huffyuv.Michael Kaufmann2010-04-12
| | | | | | Patch by Michael Kaufmann hallo $(name) dash $(surname) ch Originally committed as revision 22856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA: use FASTDIV in decode_blockcode()Måns Rullgård2010-04-12
| | | | Originally committed as revision 22855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DOS section to the platform documentation.Michael Kostylev2010-04-12
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set pos to an error value.Howard Chu2010-04-12
| | | | | | Patch by Howard Chu, hyc highlandsun com Originally committed as revision 22853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix NEON synth_filter_float with hardfp callsMåns Rullgård2010-04-12
| | | | Originally committed as revision 22852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless header inclusion.Jai Menon2010-04-12
| | | | Originally committed as revision 22851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix extra object path in Solaris section.Diego Biurrun2010-04-12
| | | | Originally committed as revision 22850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA: simplify lfe_interpolation_fir()Måns Rullgård2010-04-12
| | | | | | | | | | This reorders the lfe_fir tables, and drops the mirrored half, such that the loops in lfe_interpolation_fir() can be simplified. The new loop structure should be easier to implement with SIMD. Static data size is reduced by 2kB. 3% faster on Cortex-A8. Originally committed as revision 22849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA: use a local variable for loop boundaryMåns Rullgård2010-04-12
| | | | | | | This prevents gcc reloading the value from memory on each iteration of the loop. Originally committed as revision 22848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA: use some type-punning in qmf_32_subbands()Måns Rullgård2010-04-12
| | | | Originally committed as revision 22847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Predicting the size of the hdlr, string data and trkn tags in the MOV muxerTomas Härdin2010-04-12
| | | | Originally committed as revision 22846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini2010-04-11
| | | | | | The new name better expresses what the function does. Originally committed as revision 22845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini2010-04-11
| | | | | | The new name expresses better what the function does. Originally committed as revision 22844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
| | | | Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini2010-04-11
| | | | Originally committed as revision 22842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place some empty line in the doxy.Stefano Sabatini2010-04-11
| | | | | | Improve readability, also consistent with the predominant doxy style. Originally committed as revision 22841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant file descriptions from copyright headers.Stefano Sabatini2010-04-11
| | | | | | File description is only kept in the @file doxy. Originally committed as revision 22840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid the use of the symbol ff_expr_s for referencing AVExpr.Stefano Sabatini2010-04-11
| | | | | | | | This way we have to deal only with struct AVExpr and AVExpr, which is slightly less confusing as the association between the two symbols is obvious. Originally committed as revision 22839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.Jai Menon2010-04-11
| | | | Originally committed as revision 22838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxument ff_free_expr().Stefano Sabatini2010-04-11
| | | | Originally committed as revision 22837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_fill_linesize() use the information stored inStefano Sabatini2010-04-11
| | | | | | | | av_pix_fmt_descriptors. Allow simplification and a more generic implementation. Originally committed as revision 22836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set audio bit rate.Howard Chu2010-04-11
| | | | | | Patch by Howard Chu, hyc highlandsun com Originally committed as revision 22835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ff_eval_free() to ff_free_expr().Stefano Sabatini2010-04-11
| | | | Originally committed as revision 22834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVEvalExpr to AVExpr, as suggested by Michael.Stefano Sabatini2010-04-11
| | | | | | The new name is shorter and less confusing. Originally committed as revision 22833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AVEvalExpr declaration at the beginning of the file, where it isStefano Sabatini2010-04-11
| | | | | | less distracting. Originally committed as revision 22832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.Michael Niedermayer2010-04-11
| | | | | | Fixes issue1871 Originally committed as revision 22831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham2010-04-10
| | | | Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc : Report supported input sample formats.Jai Menon2010-04-10
| | | | Originally committed as revision 22829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised synth_filter_floatMåns Rullgård2010-04-10
| | | | | | 2.7x faster DCA decoding on Cortex-A8 Originally committed as revision 22828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make synth_filter a function pointerMåns Rullgård2010-04-10
| | | | Originally committed as revision 22827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA: align some arraysMåns Rullgård2010-04-10
| | | | | | | Optimised implementations of the synth filter will require these arrays 16-byte aligned. Originally committed as revision 22826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add M_SQRT2 to the constants in mathematics.h.Alex Converse2010-04-09
| | | | Originally committed as revision 22825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont try to compute AVPacket duration for possibly interlaced video codecsMichael Niedermayer2010-04-09
| | | | | | | when no parser is available. This partly fixes the frame rate misdetection in issue1756. Originally committed as revision 22824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay : Add 's' to the list of supported commands.Jai Menon2010-04-09
| | | | Originally committed as revision 22823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seeking forward in non-seekable media by discarding data, regardless of how ↵Tomas Härdin2010-04-08
| | | | | | far to seek. Won't SEEK_END unless forced though. Originally committed as revision 22822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reusing the probe buffer to rewind the ByteIOContext in ↵Tomas Härdin2010-04-08
| | | | | | ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. Originally committed as revision 22821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent read_sbr_extension.Alex Converse2010-04-08
| | | | Originally committed as revision 22820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print an error and skip PS when PS is found but explicitly found butAlex Converse2010-04-08
| | | | | | signaled to be absent. Originally committed as revision 22819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for PS sync extensions.Alex Converse2010-04-08
| | | | Originally committed as revision 22818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use get_bits_left() in the sync extension check.Alex Converse2010-04-08
| | | | Originally committed as revision 22817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ext_object_type.Alex Converse2010-04-08
| | | | | | | In the case of explicit non-backwards compible PS, the extension object type should be set to SBR. See 14496-3:2009 (fourth edition). Originally committed as revision 22816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DynamicACL support for FFserver.Benjamin Larsson2010-04-07
| | | | Originally committed as revision 22815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't write an empty spdif header in spdif muxers write_header function ↵Joakim Plate2010-04-07
| | | | | | | | before actual data starts. Patch by Elupus. Originally committed as revision 22814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add unsharp video filter.Bobby Bingham2010-04-07
| | | | | | Contributed by Daniel G. Taylor (dan/at/programmer-art/dot/org) Originally committed as revision 22813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify doxy for av_fifo_alloc().Stefano Sabatini2010-04-06
| | | | Originally committed as revision 22812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfault when encoder initialization fails.Craig Thomasson2010-04-06
| | | | | | Patch by Craig Thomasson $(name) dot $(surname) ripcode com Originally committed as revision 22811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add actually correct rXXXXX here.Ronald S. Bultje2010-04-05
| | | | Originally committed as revision 22810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify writing stream metadata.Anton Khirnov2010-04-05
| | | | | | Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 22809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't overwrite user-supplied metadata with metadata mapped from an input file.Anton Khirnov2010-04-05
| | | | | | Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 22808 to svn://svn.ffmpeg.org/ffmpeg/trunk