]> git.sesse.net Git - ffmpeg/log
ffmpeg
14 years agor24021 which i have approved did by mistake remove a empty line that had a purpose.
Michael Niedermayer [Sun, 4 Jul 2010 19:02:38 +0000 (19:02 +0000)]
r24021 which i have approved did by mistake remove a empty line that had a purpose.
This reverts the mistake.

Originally committed as revision 24045 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPPC: convert Altivec FFT to pure assembler
Måns Rullgård [Sun, 4 Jul 2010 18:33:47 +0000 (18:33 +0000)]
PPC: convert Altivec FFT to pure assembler

On PPC a leaf function has a 288-byte red zone below the stack pointer,
sparing these functions the chore of setting up a full stack frame.

When a function call is disguised within an inline asm block, the
compiler might not adjust the stack pointer as required before a
function call, resulting in the red zone being clobbered.

Moving the entire function to pure asm avoids this problem and also
results in somewhat better code.

Originally committed as revision 24044 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPPC: gas-preprocessor handles m[ft]spr shorthands
Måns Rullgård [Sun, 4 Jul 2010 18:33:43 +0000 (18:33 +0000)]
PPC: gas-preprocessor handles m[ft]spr shorthands

Originally committed as revision 24043 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPPC: add some asm support macros
Måns Rullgård [Sun, 4 Jul 2010 18:33:40 +0000 (18:33 +0000)]
PPC: add some asm support macros

Originally committed as revision 24042 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoStop make complaining about moved/deleted headers
Måns Rullgård [Sun, 4 Jul 2010 18:33:37 +0000 (18:33 +0000)]
Stop make complaining about moved/deleted headers

Originally committed as revision 24041 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAPIchanges: fix revision number and commit date for change of all occurences
Ramiro Polla [Sun, 4 Jul 2010 17:24:57 +0000 (17:24 +0000)]
APIchanges: fix revision number and commit date for change of all occurences
of "inofficial" to "unofficial".

Originally committed as revision 24040 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRevert commit:
Stefano Sabatini [Sun, 4 Jul 2010 15:40:03 +0000 (15:40 +0000)]
Revert commit:
  Author: stefano
  Date: Sat Jul  3 20:19:38 2010
  New Revision: 24023

  Log:
  State in the guidelines that function and parameter descriptions in
  the doxy must use impersonal verbal form.

  This form is apparently favored by most English speaker developers,
  and has the advantage of being easier to use than the third person
  form.

  This should hopefully put an end to the Third Person Holy Bikeshed
  War.

The change was neither discussed on the FFmpeg ML, nor approved by the
project leader.

The Holy War will continue soon on FFmpeg-devel, stay tuned ;-).

Originally committed as revision 24039 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd missing docs for the ffplay -autoexit option.
Alexei Svitkine [Sun, 4 Jul 2010 12:43:18 +0000 (12:43 +0000)]
Add missing docs for the ffplay -autoexit option.

Patch by Alexei Svitkine print("%s.%s@gmail.%s" % ("alexei", "svitkine", "com")).

Originally committed as revision 24038 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoImplement -onkeydown and -onmousedown options for ffplay.
Alexei Svitkine [Sun, 4 Jul 2010 12:43:12 +0000 (12:43 +0000)]
Implement -onkeydown and -onmousedown options for ffplay.

Patch by Alexei Svitkine cout << name << "." << surname << "@" << "gmail.com".

See thread:
Subject: [FFmpeg-devel] new command-line option for ffplay
Date: Wed, 23 Jun 2010 09:13:50 -0400

Originally committed as revision 24037 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd notices for the -crop* options in the ffmpeg manual, stating that
Stefano Sabatini [Sun, 4 Jul 2010 10:49:58 +0000 (10:49 +0000)]
Add notices for the -crop* options in the ffmpeg manual, stating that
the options are deprecated and that -vf crop should be used instead.

Based on a patch by John Calcote $(echo "<j0hn.c4lc073@gm41l.c0m>" |  tr "04731" "oatei").

Originally committed as revision 24036 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agomov: Read Flash's chpl variant
David Conrad [Sun, 4 Jul 2010 04:59:12 +0000 (04:59 +0000)]
mov: Read Flash's chpl variant

This is based off of F4V specs rather than any actual files

Originally committed as revision 24035 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoLOL, 100l, really fix warning:
Baptiste Coudurier [Sat, 3 Jul 2010 23:24:37 +0000 (23:24 +0000)]
LOL, 100l, really fix warning:
ffmpeg.c: In function 'new_audio_stream':
ffmpeg.c:665: warning: 'best' may be used uninitialized in this function
ffmpeg.c:665: note: 'best' was declared here

Originally committed as revision 24034 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix warning:
Baptiste Coudurier [Sat, 3 Jul 2010 23:22:25 +0000 (23:22 +0000)]
Fix warning:
ffmpeg.c: In function 'new_audio_stream':
ffmpeg.c:665: warning: 'best' may be used uninitialized in this function
ffmpeg.c:665: note: 'best' was declared here

Originally committed as revision 24033 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFFplay : Copy all AVFrame fields from the reference picture to the
Jai Menon [Sat, 3 Jul 2010 21:20:32 +0000 (21:20 +0000)]
FFplay : Copy all AVFrame fields from the reference picture to the
requested buffer.

Originally committed as revision 24032 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAPIchanges: add entry for r23985 (install lfg.h)
Ramiro Polla [Sat, 3 Jul 2010 20:57:32 +0000 (20:57 +0000)]
APIchanges: add entry for r23985 (install lfg.h)

Originally committed as revision 24031 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoEnhance pad filter command-line description.
Stefano Sabatini [Sat, 3 Jul 2010 19:41:22 +0000 (19:41 +0000)]
Enhance pad filter command-line description.

Based on a patch by John Calcote $name.$surname@gmail.com.

Originally committed as revision 24030 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSimple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
Ronald S. Bultje [Sat, 3 Jul 2010 19:26:30 +0000 (19:26 +0000)]
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).

Originally committed as revision 24029 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoconfigure: add missing braces in libvpx check
Måns Rullgård [Sat, 3 Jul 2010 19:16:40 +0000 (19:16 +0000)]
configure: add missing braces in libvpx check

Originally committed as revision 24028 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoProvide a hint about the minimum required version of libvpx (0.9.1)
Dominik Mierzejewski [Sat, 3 Jul 2010 19:14:19 +0000 (19:14 +0000)]
Provide a hint about the minimum required version of libvpx (0.9.1)
when detection fails.

Approved by Måns.

Originally committed as revision 24027 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoconfigure: enclose library check for librtmp in brackets
Ramiro Polla [Sat, 3 Jul 2010 18:50:40 +0000 (18:50 +0000)]
configure: enclose library check for librtmp in brackets
otherwise it would always fail if librtmp was not enabled.

Originally committed as revision 24026 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPPC: add _interleave versions of fft{4,6,16}_altivec
Måns Rullgård [Sat, 3 Jul 2010 18:36:10 +0000 (18:36 +0000)]
PPC: add _interleave versions of fft{4,6,16}_altivec

This removes the need for a post-swizzle with the small FFTs.

Originally committed as revision 24025 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd function check for librtmp, require RTMP_Socket() which was added
Stefano Sabatini [Sat, 3 Jul 2010 18:25:40 +0000 (18:25 +0000)]
Add function check for librtmp, require RTMP_Socket() which was added
in version 2.2.f.

Avoid a compile-time failure.

Originally committed as revision 24024 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoState in the guidelines that function and parameter descriptions in
Stefano Sabatini [Sat, 3 Jul 2010 18:19:38 +0000 (18:19 +0000)]
State in the guidelines that function and parameter descriptions in
the doxy must use impersonal verbal form.

This form is apparently favored by most English speaker developers,
and has the advantage of being easier to use than the third person
form.

This should hopefully put an end to the Third Person Holy Bikeshed
War.

Originally committed as revision 24023 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSilence "comparison of unsigned expression >= 0 is always true" warning.
Eli Friedman [Sat, 3 Jul 2010 17:06:12 +0000 (17:06 +0000)]
Silence "comparison of unsigned expression >= 0 is always true" warning.

Patch by Eli Friedman, eli d friedman a gmail

Originally committed as revision 24022 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoChange all occurences of "inofficial" to "unofficial" in code, comments
Rodney Baker [Sat, 3 Jul 2010 15:35:23 +0000 (15:35 +0000)]
Change all occurences of "inofficial" to "unofficial" in code, comments
and options. Keep old options until next major version bump.

Patch by Rodney Baker, rodney d baker a iinet d net d au

Originally committed as revision 24021 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix warning "passing argument from incompatible pointer type".
Eli Friedman [Sat, 3 Jul 2010 10:25:32 +0000 (10:25 +0000)]
Fix warning "passing argument from incompatible pointer type".

Patch by Eli Friedman, eli d friedman a gmail

Originally committed as revision 24020 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoReduce codec time base when stream copying
Baptiste Coudurier [Sat, 3 Jul 2010 10:12:22 +0000 (10:12 +0000)]
Reduce codec time base when stream copying

Originally committed as revision 24019 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix 'assignment from incompatible pointer type' warning.
Eli Friedman [Sat, 3 Jul 2010 09:58:13 +0000 (09:58 +0000)]
Fix 'assignment from incompatible pointer type' warning.

Patch by Eli Friedman, eli d friedman a gmail

Originally committed as revision 31628 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

14 years agoGive context to av_log
Baptiste Coudurier [Sat, 3 Jul 2010 04:40:12 +0000 (04:40 +0000)]
Give context to av_log

Originally committed as revision 24018 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMove AVStream->codec_info_nb_frames increment after try_decode_frame
Baptiste Coudurier [Sat, 3 Jul 2010 03:15:37 +0000 (03:15 +0000)]
Move AVStream->codec_info_nb_frames increment after try_decode_frame

Originally committed as revision 24017 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUse default graph swscale opts when no opts are supplied
Baptiste Coudurier [Sat, 3 Jul 2010 03:12:29 +0000 (03:12 +0000)]
Use default graph swscale opts when no opts are supplied

Originally committed as revision 24016 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSet graph swscale opts before parsing it, that way opts are available
Baptiste Coudurier [Sat, 3 Jul 2010 03:11:04 +0000 (03:11 +0000)]
Set graph swscale opts before parsing it, that way opts are available
when auto-adding scalers.

Originally committed as revision 24015 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoIn av_find_stream_info, decode at least 4 h.264 frames to be able to guess delay.
Baptiste Coudurier [Sat, 3 Jul 2010 03:07:33 +0000 (03:07 +0000)]
In av_find_stream_info, decode at least 4 h.264 frames to be able to guess delay.

Originally committed as revision 24014 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSSSE3 versions of vp8 width4 bilinear MC functions
Jason Garrett-Glaser [Sat, 3 Jul 2010 00:48:12 +0000 (00:48 +0000)]
SSSE3 versions of vp8 width4 bilinear MC functions

Originally committed as revision 24013 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoDisable dshow specific bug emulation for amv files as they arent
Michael Niedermayer [Fri, 2 Jul 2010 23:39:02 +0000 (23:39 +0000)]
Disable dshow specific bug emulation for amv files as they arent
demuxed by ms dshows buggy demuxer normally.

Originally committed as revision 24012 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRename block_align variable in the avi demuxer to clearly seperate its purpose
Michael Niedermayer [Fri, 2 Jul 2010 23:33:10 +0000 (23:33 +0000)]
Rename block_align variable in the avi demuxer to clearly seperate its purpose
from the true block_align.

Originally committed as revision 24011 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoVP8: Move calculation of outer filter limit out of dsp functions for normal
David Conrad [Fri, 2 Jul 2010 21:04:45 +0000 (21:04 +0000)]
VP8: Move calculation of outer filter limit out of dsp functions for normal
filter to match the simple loop filter

Originally committed as revision 24010 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUse __clang_version__ when available
David Conrad [Fri, 2 Jul 2010 21:04:39 +0000 (21:04 +0000)]
Use __clang_version__ when available

Originally committed as revision 24009 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agofix comment grammar
Aurelien Jacobs [Fri, 2 Jul 2010 19:26:27 +0000 (19:26 +0000)]
fix comment grammar

Originally committed as revision 24008 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoBump libavformat minor (as a result of r24003).
Jai Menon [Fri, 2 Jul 2010 17:39:03 +0000 (17:39 +0000)]
Bump libavformat minor (as a result of r24003).

Originally committed as revision 24007 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMake mix function more readable.
Reimar Döffinger [Fri, 2 Jul 2010 17:33:45 +0000 (17:33 +0000)]
Make mix function more readable.
Compiler output unchanged with gcc 4.4.

Originally committed as revision 24006 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix use of unintialized variable introduced in r20411.
Reimar Döffinger [Fri, 2 Jul 2010 17:05:36 +0000 (17:05 +0000)]
Fix use of unintialized variable introduced in r20411.

Originally committed as revision 24005 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agomatroskadec: merge only SSA packets together
David Conrad [Fri, 2 Jul 2010 16:41:38 +0000 (16:41 +0000)]
matroskadec: merge only SSA packets together
fixes issue 2052
patch by David Conrad

Originally committed as revision 24004 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoadd AV_DISPOSITION_FORCED flag and use it in matroska demuxer
Aurelien Jacobs [Fri, 2 Jul 2010 16:38:44 +0000 (16:38 +0000)]
add AV_DISPOSITION_FORCED flag and use it in matroska demuxer

Originally committed as revision 24003 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agosaner default value for convergence_duration
Aurelien Jacobs [Fri, 2 Jul 2010 15:57:56 +0000 (15:57 +0000)]
saner default value for convergence_duration

Originally committed as revision 24002 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoclarify convergence_duration documentation
Aurelien Jacobs [Fri, 2 Jul 2010 15:56:38 +0000 (15:56 +0000)]
clarify convergence_duration documentation

Originally committed as revision 24001 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agowmavoice depends on mdct
Aurelien Jacobs [Fri, 2 Jul 2010 15:49:25 +0000 (15:49 +0000)]
wmavoice depends on mdct

Originally committed as revision 24000 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoDuplicate rounding that MS does in one of their implementations of an avi demuxer.
Michael Niedermayer [Fri, 2 Jul 2010 15:09:27 +0000 (15:09 +0000)]
Duplicate rounding that MS does in one of their implementations of an avi demuxer.
Fixes issue740
Based on patch by Cory Fields theuni-nospam- >xbmc @org

Originally committed as revision 23999 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix memory leak introduced in r23933
Måns Rullgård [Fri, 2 Jul 2010 15:00:21 +0000 (15:00 +0000)]
Fix memory leak introduced in r23933

Originally committed as revision 23998 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoavutil: bump minor version for r23985 (install lfg.h)
Ramiro Polla [Fri, 2 Jul 2010 14:23:17 +0000 (14:23 +0000)]
avutil: bump minor version for r23985 (install lfg.h)

Originally committed as revision 23997 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove stray Doxygen grouping command; fixes one Doxygen warning.
Diego Biurrun [Fri, 2 Jul 2010 13:00:18 +0000 (13:00 +0000)]
Remove stray Doxygen grouping command; fixes one Doxygen warning.

Originally committed as revision 23996 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoDisambiguate bitstream groups for AAC and RV30/RV40.
Diego Biurrun [Fri, 2 Jul 2010 12:55:36 +0000 (12:55 +0000)]
Disambiguate bitstream groups for AAC and RV30/RV40.

Originally committed as revision 23995 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoReplace '\0 bytes' by 'NULL bytes' in Doxygen comments.
Diego Biurrun [Fri, 2 Jul 2010 12:53:37 +0000 (12:53 +0000)]
Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.
Doxygen mistakes the \ for the start of a Doxygen command.

Originally committed as revision 23994 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMove DECODE_BYTES_PAD* macros before Doxygen comments.
Diego Biurrun [Fri, 2 Jul 2010 12:52:14 +0000 (12:52 +0000)]
Move DECODE_BYTES_PAD* macros before Doxygen comments.
Doxygen thinks the comments belong to the macros otherwise.

Originally committed as revision 23993 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix doxy of flags parameter in fps_umf2avr().
Diego Biurrun [Fri, 2 Jul 2010 12:50:19 +0000 (12:50 +0000)]
Fix doxy of flags parameter in fps_umf2avr().

Originally committed as revision 23992 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
Diego Biurrun [Fri, 2 Jul 2010 12:48:32 +0000 (12:48 +0000)]
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.

Originally committed as revision 23991 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years ago@begingroup --> @defgroup, only the latter is correct Doxygen syntax.
Diego Biurrun [Fri, 2 Jul 2010 12:45:49 +0000 (12:45 +0000)]
@begingroup --> @defgroup, only the latter is correct Doxygen syntax.

Originally committed as revision 23990 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix doxy of gb parameter in decode_gain_info().
Diego Biurrun [Fri, 2 Jul 2010 12:42:32 +0000 (12:42 +0000)]
Fix doxy of gb parameter in decode_gain_info().

Originally committed as revision 23989 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMove #ifdef before zlib_decomp() up so it covers the Doxygen comments.
Diego Biurrun [Fri, 2 Jul 2010 12:41:07 +0000 (12:41 +0000)]
Move #ifdef before zlib_decomp() up so it covers the Doxygen comments.
Otherwise Doxygen gets confused and cannot map comments to functions.

Originally committed as revision 23988 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().
Diego Biurrun [Fri, 2 Jul 2010 12:35:51 +0000 (12:35 +0000)]
Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().

Originally committed as revision 23987 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix the signature of ff_set_min_dist_lsf() to match the implementation
Diego Biurrun [Fri, 2 Jul 2010 12:26:22 +0000 (12:26 +0000)]
Fix the signature of ff_set_min_dist_lsf() to match the implementation
and add doxy for the size parameter.

Originally committed as revision 23986 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoavutil: install lfg.h
Ramiro Polla [Fri, 2 Jul 2010 12:12:06 +0000 (12:12 +0000)]
avutil: install lfg.h

Originally committed as revision 23985 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix Doxygen documentation of gb parameter in ff_wma_get_large_val().
Diego Biurrun [Fri, 2 Jul 2010 11:55:42 +0000 (11:55 +0000)]
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().

Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix typo in Doxygen function parameter name.
Diego Biurrun [Fri, 2 Jul 2010 11:54:34 +0000 (11:54 +0000)]
Fix typo in Doxygen function parameter name.

Originally committed as revision 23983 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAvoid one more instance of angular brackets in Doxygen comments.
Diego Biurrun [Fri, 2 Jul 2010 11:53:00 +0000 (11:53 +0000)]
Avoid one more instance of angular brackets in Doxygen comments.

Originally committed as revision 23982 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix parameter name and position in av_crc_init Doxygen documentation.
Diego Biurrun [Fri, 2 Jul 2010 11:49:17 +0000 (11:49 +0000)]
Fix parameter name and position in av_crc_init Doxygen documentation.

Originally committed as revision 23981 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoReplace incorrect @NOTE Doxygen command by @note; capitalization matters.
Diego Biurrun [Fri, 2 Jul 2010 11:46:29 +0000 (11:46 +0000)]
Replace incorrect @NOTE Doxygen command by @note; capitalization matters.

Originally committed as revision 23980 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAvoid square brackets in Doxygen comments; Doxygen chokes on them.
Diego Biurrun [Fri, 2 Jul 2010 11:44:58 +0000 (11:44 +0000)]
Avoid square brackets in Doxygen comments; Doxygen chokes on them.

Originally committed as revision 23979 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix Doxygen function parameter documentation syntax.
Diego Biurrun [Fri, 2 Jul 2010 11:41:13 +0000 (11:41 +0000)]
Fix Doxygen function parameter documentation syntax.

Originally committed as revision 23978 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove two more non-existing stray Doxygen function arguments.
Diego Biurrun [Fri, 2 Jul 2010 11:37:53 +0000 (11:37 +0000)]
Remove two more non-existing stray Doxygen function arguments.

Originally committed as revision 23977 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove non-existing stray arguments from Doxygen function documentation.
Diego Biurrun [Fri, 2 Jul 2010 11:19:29 +0000 (11:19 +0000)]
Remove non-existing stray arguments from Doxygen function documentation.

Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoCheck for doxy filetag with filename
Michael Niedermayer [Fri, 2 Jul 2010 11:13:23 +0000 (11:13 +0000)]
Check for doxy filetag with filename

Originally committed as revision 23975 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix two more instances of wrong @ usage in Doxygen comments.
Diego Biurrun [Fri, 2 Jul 2010 11:09:12 +0000 (11:09 +0000)]
Fix two more instances of wrong @ usage in Doxygen comments.

Originally committed as revision 23974 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'.
Diego Biurrun [Fri, 2 Jul 2010 11:05:47 +0000 (11:05 +0000)]
Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'.

Originally committed as revision 23973 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd parameter names to av_log/av_vlog function declarations.
Diego Biurrun [Fri, 2 Jul 2010 11:03:23 +0000 (11:03 +0000)]
Add parameter names to av_log/av_vlog function declarations.
Doxygen gets confused without an explicit parameter name.

Originally committed as revision 23972 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove redundant and harmful explicit filename after @file Doxygen command.
Diego Biurrun [Fri, 2 Jul 2010 10:59:35 +0000 (10:59 +0000)]
Remove redundant and harmful explicit filename after @file Doxygen command.

Originally committed as revision 23971 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix misspelled parameter names in Doxygen documentation.
Diego Biurrun [Fri, 2 Jul 2010 10:49:29 +0000 (10:49 +0000)]
Fix misspelled parameter names in Doxygen documentation.
This fixes one Doxygen warning each.

Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove misplaced Doxygen comment.
Diego Biurrun [Fri, 2 Jul 2010 10:37:13 +0000 (10:37 +0000)]
Remove misplaced Doxygen comment.

Originally committed as revision 23969 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUpdate Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').
Diego Biurrun [Fri, 2 Jul 2010 10:05:49 +0000 (10:05 +0000)]
Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').

This is the version available in Debian stable, so it should be a reasonable
baseline that can be expected to be available on all developer machines.

Originally committed as revision 23968 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoIn mxf muxer, fix last b frame temporal offset
Baptiste Coudurier [Fri, 2 Jul 2010 08:35:47 +0000 (08:35 +0000)]
In mxf muxer, fix last b frame temporal offset

Originally committed as revision 23967 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoIn mov demuxer, fix seeking to the beginning when file has edit lists.
John Stebbins [Fri, 2 Jul 2010 08:24:37 +0000 (08:24 +0000)]
In mov demuxer, fix seeking to the beginning when file has edit lists.
Patch by John Stebbins, stebbins at jetheaddev dot com
Fixes issue #2046

Originally committed as revision 23966 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSSSE3 versions of width4 VP8 6-tap MC functions
Jason Garrett-Glaser [Fri, 2 Jul 2010 05:27:41 +0000 (05:27 +0000)]
SSSE3 versions of width4 VP8 6-tap MC functions
Also make some small changes to saturation order of 4-tap SSSE3 MC to fix a
non-bitexactness bug.

Patch mostly by Eli Friedman <eli.friedman AT gmail DOT com>.

Originally committed as revision 23965 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoconfigure: improve GNU as checking
Måns Rullgård [Fri, 2 Jul 2010 02:03:20 +0000 (02:03 +0000)]
configure: improve GNU as checking

Check for GNU assembler only when asm is enabled.  Show a warning for
ppc/altivec only, and fail on ARM.

Originally committed as revision 23964 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agotablegen: the executable depends on tablegen headers as well
Diego Pettenò [Fri, 2 Jul 2010 00:30:27 +0000 (00:30 +0000)]
tablegen: the executable depends on tablegen headers as well

Make sure that the *_tablegen.h header is listed in the dependencies, but
filter it out in the compile line.

Originally committed as revision 23963 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPPC: fix build on OSX without gas-preprocessor
Måns Rullgård [Fri, 2 Jul 2010 00:20:26 +0000 (00:20 +0000)]
PPC: fix build on OSX without gas-preprocessor

Originally committed as revision 23962 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoGrammar fixes
Måns Rullgård [Fri, 2 Jul 2010 00:03:48 +0000 (00:03 +0000)]
Grammar fixes

Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agovorbisdec: remove variable-length arrays
Måns Rullgård [Thu, 1 Jul 2010 23:36:48 +0000 (23:36 +0000)]
vorbisdec: remove variable-length arrays

Originally committed as revision 23960 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPPC: Altivec IMDCT
Loren Merritt [Thu, 1 Jul 2010 23:21:49 +0000 (23:21 +0000)]
PPC: Altivec IMDCT

Patch by Loren Merritt

Originally committed as revision 23959 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoIndent
Måns Rullgård [Thu, 1 Jul 2010 23:21:46 +0000 (23:21 +0000)]
Indent

Originally committed as revision 23958 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove vestiges of radix-2 FFT
Måns Rullgård [Thu, 1 Jul 2010 23:21:42 +0000 (23:21 +0000)]
Remove vestiges of radix-2 FFT

Patch (mostly) by Loren Merritt

Originally committed as revision 23957 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPPC: Altivec split-radix FFT
Måns Rullgård [Thu, 1 Jul 2010 23:21:39 +0000 (23:21 +0000)]
PPC: Altivec split-radix FFT

1.8x faster than altivec radix-2 on a G4
8% faster vorbis decoding

Patch (mostly) by Loren Merritt

Originally committed as revision 23956 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPPC: fix dcbzl detection on OSX
Måns Rullgård [Thu, 1 Jul 2010 23:21:36 +0000 (23:21 +0000)]
PPC: fix dcbzl detection on OSX

Originally committed as revision 23955 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC
Måns Rullgård [Thu, 1 Jul 2010 23:21:33 +0000 (23:21 +0000)]
Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC

Originally committed as revision 23954 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoCheck for GNU assembler, use gas-preprocessor on darwin
Måns Rullgård [Thu, 1 Jul 2010 23:21:30 +0000 (23:21 +0000)]
Check for GNU assembler, use gas-preprocessor on darwin

Originally committed as revision 23953 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoCheck whether IBM or Apple PPC assembler syntax is used
Måns Rullgård [Thu, 1 Jul 2010 23:21:27 +0000 (23:21 +0000)]
Check whether IBM or Apple PPC assembler syntax is used

This checks which assembler syntax is supported and defines macros
for register names accordingly.

Originally committed as revision 23952 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agompegtsenc: allocate correct size for PID table
Måns Rullgård [Thu, 1 Jul 2010 23:21:23 +0000 (23:21 +0000)]
mpegtsenc: allocate correct size for PID table

Originally committed as revision 23951 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agompegaudio: move compute_antialias_float() to mpegaudiodec_float.c
Måns Rullgård [Thu, 1 Jul 2010 23:21:20 +0000 (23:21 +0000)]
mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c

Also put compute_antialias_integer() under !CONFIG_FLOAT and change
forward declarations to declare only the relevant one of these.

Fixes warnings about unused functions and pointer type mismatches.

Originally committed as revision 23950 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agompegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder
Måns Rullgård [Thu, 1 Jul 2010 23:21:17 +0000 (23:21 +0000)]
mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder

The mmx code is floating-point only, and this function does not know
from which decoder it is called.  Without this change, the integer
decoder only "works" because the size of the context struct is smaller
in this case, and the mmx init function writes the function pointer
outside the allocated context.

Fixes issue 2054.

Originally committed as revision 23949 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoIn mov demuxer, only set sar if not already set, patch by Andrew Wason,
Andrew Wason [Thu, 1 Jul 2010 23:18:27 +0000 (23:18 +0000)]
In mov demuxer, only set sar if not already set, patch by Andrew Wason,
rectalogic at rectalogic dot com
Fixes issue #1754

Originally committed as revision 23948 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUse ext sample from mpeg4audio config if set with AAC SBR
Baptiste Coudurier [Thu, 1 Jul 2010 22:31:31 +0000 (22:31 +0000)]
Use ext sample from mpeg4audio config if set with AAC SBR

Originally committed as revision 23947 to svn://svn.ffmpeg.org/ffmpeg/trunk