]> git.sesse.net Git - ffmpeg/log
ffmpeg
13 years agoAlso use 503 for bandwidth limit exceeded
Howard Chu [Thu, 8 Jul 2010 09:21:24 +0000 (09:21 +0000)]
Also use 503 for bandwidth limit exceeded

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

13 years agoFix "server too busy" status code
Howard Chu [Thu, 8 Jul 2010 08:59:53 +0000 (08:59 +0000)]
Fix "server too busy" status code

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

13 years agoRemove a useless variable in zmbv decoder.
Eli Friedman [Thu, 8 Jul 2010 08:58:52 +0000 (08:58 +0000)]
Remove a useless variable in zmbv decoder.
Patch by Eli.Friedman (gmail)

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

13 years agoac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3
Justin Ruggles [Wed, 7 Jul 2010 23:52:24 +0000 (23:52 +0000)]
ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3
if any E-AC-3 frames have been detected instead of switching back and forth for
AC-3 core + dependent E-AC-3 substream(s).
Fixes Issue 2022.

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

13 years agoget_generic_seed() for the cases without /dev/random and AV_READ_TIME
Michael Niedermayer [Wed, 7 Jul 2010 23:47:48 +0000 (23:47 +0000)]
get_generic_seed() for the cases without /dev/random and AV_READ_TIME

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

13 years agoRename read/write_line() to av_read/write_image_line().
Stefano Sabatini [Wed, 7 Jul 2010 23:41:42 +0000 (23:41 +0000)]
Rename read/write_line() to av_read/write_image_line().

The old names were not av_ prefixed, and they were causing linking
failure on many platforms.  The new names are also more descriptive.

Patch by Stefano Sabatini.

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

13 years agoCosmetics: whitespace
Alex Converse [Wed, 7 Jul 2010 21:50:50 +0000 (21:50 +0000)]
Cosmetics: whitespace

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

13 years agoaacenc: Enforce LFE bitstream restrictions.
Alex Converse [Wed, 7 Jul 2010 21:48:51 +0000 (21:48 +0000)]
aacenc: Enforce LFE bitstream restrictions.

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

13 years agoAdd new decoder property max_lowres and do not init decoder if requested value is...
Carl Eugen Hoyos [Wed, 7 Jul 2010 21:23:36 +0000 (21:23 +0000)]
Add new decoder property max_lowres and do not init decoder if requested value is higher.

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

13 years agoaacdec: remove checks for impossible error conditions
Måns Rullgård [Wed, 7 Jul 2010 20:23:56 +0000 (20:23 +0000)]
aacdec: remove checks for impossible error conditions

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

13 years agoARM: remove unnecessary .previous directive
Måns Rullgård [Wed, 7 Jul 2010 20:09:45 +0000 (20:09 +0000)]
ARM: remove unnecessary .previous directive

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

13 years agoARM: set section to .text in 'function' macro
Måns Rullgård [Wed, 7 Jul 2010 20:09:41 +0000 (20:09 +0000)]
ARM: set section to .text in 'function' macro

This ensures code always goes into the .text section and avoids the
need to specify it explicitly after changing sections.

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

13 years agoARM: hide a .size directive on non-ELF targets
Måns Rullgård [Wed, 7 Jul 2010 20:09:37 +0000 (20:09 +0000)]
ARM: hide a .size directive on non-ELF targets

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

13 years agoCosmetics: whitespace
Alex Converse [Wed, 7 Jul 2010 20:03:15 +0000 (20:03 +0000)]
Cosmetics: whitespace

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

13 years agoAdd pixdesctest filter and corresponding test.
Stefano Sabatini [Wed, 7 Jul 2010 18:24:55 +0000 (18:24 +0000)]
Add pixdesctest filter and corresponding test.

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

13 years agoImplement avfilter_copy_picref_props().
Stefano Sabatini [Wed, 7 Jul 2010 18:23:54 +0000 (18:23 +0000)]
Implement avfilter_copy_picref_props().

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

13 years agoFFplay : Fix segfault when playing monoaural streams.
Jai Menon [Wed, 7 Jul 2010 18:14:58 +0000 (18:14 +0000)]
FFplay : Fix segfault when playing monoaural streams.

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

13 years agoARM: optimised integer clip functions
Måns Rullgård [Wed, 7 Jul 2010 17:27:51 +0000 (17:27 +0000)]
ARM: optimised integer clip functions

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

13 years agoARM: intmath.h cosmetics
Måns Rullgård [Wed, 7 Jul 2010 17:27:48 +0000 (17:27 +0000)]
ARM: intmath.h cosmetics

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

13 years agoAllow arch-overrides for all common.h clip and log2 functions
Måns Rullgård [Wed, 7 Jul 2010 17:27:45 +0000 (17:27 +0000)]
Allow arch-overrides for all common.h clip and log2 functions

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

13 years agoRemove macro duplication between common.h and intmath.h
Måns Rullgård [Wed, 7 Jul 2010 17:27:43 +0000 (17:27 +0000)]
Remove macro duplication between common.h and intmath.h

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

13 years agointmath: whitespace cosmetics
Måns Rullgård [Wed, 7 Jul 2010 17:27:39 +0000 (17:27 +0000)]
intmath: whitespace cosmetics

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

13 years agoimprove long_name for ass (de)muxer
Aurelien Jacobs [Wed, 7 Jul 2010 13:10:57 +0000 (13:10 +0000)]
improve long_name for ass (de)muxer

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

13 years agomotion_est: fix implicit truncation warnings
Reimar Döffinger [Wed, 7 Jul 2010 12:27:44 +0000 (12:27 +0000)]
motion_est: fix implicit truncation warnings

Patch by Reimar Döffinger and Eli Friedman (independently).

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

13 years agoIgnore extradata & w/h in asf/dvr.
Michael Niedermayer [Wed, 7 Jul 2010 10:39:05 +0000 (10:39 +0000)]
Ignore extradata & w/h in asf/dvr.
The w/h values are wrong and extradata contains a fake seq header that causes
decoding to fail later, a valid seq header is in the stream itself.
Partially fixes issue658

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

13 years agoMove ff_dct_init(context) out of if(one time init)
Michael Niedermayer [Wed, 7 Jul 2010 10:36:26 +0000 (10:36 +0000)]
Move ff_dct_init(context) out of if(one time init)
fixes calling a null pointer in issue658

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

13 years agoSilence warning "new qualifiers in middle of multi-level
Eli Friedman [Wed, 7 Jul 2010 10:24:34 +0000 (10:24 +0000)]
Silence warning "new qualifiers in middle of multi-level
non-const cast are unsafe".

Patch by Eli Friedman, eli d friedman a gmail

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

13 years agoAssociate .tga with format image2.
Carl Eugen Hoyos [Wed, 7 Jul 2010 10:19:59 +0000 (10:19 +0000)]
Associate .tga with format image2.

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

14 years agoMove SSE optimized 32-point DCT to its own file. Should fix breakage with YASM
Vitor Sessak [Tue, 6 Jul 2010 17:48:23 +0000 (17:48 +0000)]
Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM
disabled.

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

14 years agoSSE optimized 32-point DCT
Vitor Sessak [Tue, 6 Jul 2010 16:58:54 +0000 (16:58 +0000)]
SSE optimized 32-point DCT

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

14 years agoAdd #ifdefs around code specific to file and pipe protocols
Måns Rullgård [Tue, 6 Jul 2010 14:28:32 +0000 (14:28 +0000)]
Add #ifdefs around code specific to file and pipe protocols

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

14 years agoRename av_tempfile() to ff_tempfile()
Måns Rullgård [Tue, 6 Jul 2010 13:22:44 +0000 (13:22 +0000)]
Rename av_tempfile() to ff_tempfile()

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

14 years agoMove av_tempfile() to libxvidff.c as only the xvid wrapper needs it
Måns Rullgård [Tue, 6 Jul 2010 13:04:21 +0000 (13:04 +0000)]
Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it

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

14 years agovf_pad: restore use of _CCIR colourspace conversion macros
Måns Rullgård [Tue, 6 Jul 2010 12:35:59 +0000 (12:35 +0000)]
vf_pad: restore use of _CCIR colourspace conversion macros

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

14 years agoos_support: include some headers only when needed
Måns Rullgård [Tue, 6 Jul 2010 11:42:52 +0000 (11:42 +0000)]
os_support: include some headers only when needed

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

14 years agortpenc: remove unnecessary #include unistd.h
Måns Rullgård [Tue, 6 Jul 2010 11:42:48 +0000 (11:42 +0000)]
rtpenc: remove unnecessary #include unistd.h

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

14 years agofile_protocol: remove redundant #include sys/time.h
Måns Rullgård [Tue, 6 Jul 2010 11:42:46 +0000 (11:42 +0000)]
file_protocol: remove redundant #include sys/time.h

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

14 years agoAdd av_unused to decode_mb_skip declaration to fix the following warning:
Eli Friedman [Tue, 6 Jul 2010 07:40:35 +0000 (07:40 +0000)]
Add av_unused to decode_mb_skip declaration to fix the following warning:
libavcodec/h264.h:1260: warning: ‘decode_mb_skip’ defined but not used
patch by Eli Friedman, eli.friedman gmail com

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

14 years agoaacenc: replace VLA with fixed size
Måns Rullgård [Tue, 6 Jul 2010 00:06:15 +0000 (00:06 +0000)]
aacenc: replace VLA with fixed size

Number of channels is restricted to 6 so the size is acceptable
for the stack.

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

14 years agoMove shareable draw_rectangle() and query_formats function to the top
Stefano Sabatini [Mon, 5 Jul 2010 22:33:06 +0000 (22:33 +0000)]
Move shareable draw_rectangle() and query_formats function to the top
of the file, and put under #if CONFIG_PAD_FILTER the code specific to
the pad filter.

Simplify the inclusion of the color source.

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

14 years agoFactorize out some code and implement the fill_line_with_color()
Stefano Sabatini [Mon, 5 Jul 2010 22:33:02 +0000 (22:33 +0000)]
Factorize out some code and implement the fill_line_with_color()
function. Allow to share code with the pending color source.

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

14 years agoUpdate lavfitest reference after commit:
Stefano Sabatini [Mon, 5 Jul 2010 22:32:56 +0000 (22:32 +0000)]
Update lavfitest reference after commit:

   Author: bcoudurier
   Date:   Sat Jul 3 03:11:04 2010 +0000

       Set graph swscale opts before parsing it, that way opts are available
       when auto-adding scalers.

It changed the swscale flags used by the auto-added scalers, and so
the output video.

Originally committed as revision 24065 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 [Mon, 5 Jul 2010 19:42:46 +0000 (19:42 +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 present on all developer machines.

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

14 years agocosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.
Diego Biurrun [Mon, 5 Jul 2010 19:35:01 +0000 (19:35 +0000)]
cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.

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

14 years agocosmetics: Reorder config file entries to the format used by doxygen 1.5.6.
Diego Biurrun [Mon, 5 Jul 2010 19:20:43 +0000 (19:20 +0000)]
cosmetics: Reorder config file entries to the format used by doxygen 1.5.6.

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

14 years agoRevert update of Doxygen configuration file via 'doxygen -u'.
Diego Biurrun [Mon, 5 Jul 2010 18:56:42 +0000 (18:56 +0000)]
Revert update of Doxygen configuration file via 'doxygen -u'.
It will be redone with some cosmetics split out in a moment.

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

14 years agoconfigure: simplify some OS-specific flag setting
Måns Rullgård [Mon, 5 Jul 2010 17:31:18 +0000 (17:31 +0000)]
configure: simplify some OS-specific flag setting

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

14 years agortpdec_asf: Propagate errors from the chained av_open_input_stream
Martin Storsjö [Mon, 5 Jul 2010 16:46:00 +0000 (16:46 +0000)]
rtpdec_asf: Propagate errors from the chained av_open_input_stream

This fixes the crash in issue 2070.

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

14 years agoMove frame_available computation to where it belongs in ffmpeg.c.
Michael Niedermayer [Mon, 5 Jul 2010 14:49:48 +0000 (14:49 +0000)]
Move frame_available computation to where it belongs in ffmpeg.c.
This fixes a infinite loop.
Fixes issue 2066.

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

14 years agoPerform sliding window operation during frame gap handling.
Michael Niedermayer [Mon, 5 Jul 2010 14:36:03 +0000 (14:36 +0000)]
Perform sliding window operation during frame gap handling.
This avoids some warnings about too many reference frames.

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

14 years agoFactorize ff_generate_sliding_window_mmcos() out.
Michael Niedermayer [Mon, 5 Jul 2010 12:42:19 +0000 (12:42 +0000)]
Factorize ff_generate_sliding_window_mmcos() out.

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

14 years agoSilence a warning when compiling aviobuf.c
Eli Friedman [Mon, 5 Jul 2010 09:11:45 +0000 (09:11 +0000)]
Silence a warning when compiling aviobuf.c

Patch by Eli Friedman, eli d friedman a gmail

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

14 years agoDCA: Occasionally a false XCH sync word can turn up after the core DTS data,
Nick Brereton [Mon, 5 Jul 2010 08:16:43 +0000 (08:16 +0000)]
DCA: Occasionally a false XCH sync word can turn up after the core DTS data,
to verify the sync word the extension fsize field should be compared to
the core data length field.

Patch by nick.nbrereton@net

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

14 years agoRemove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, and
Michael Karcher [Mon, 5 Jul 2010 04:07:50 +0000 (04:07 +0000)]
Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, and
truehd demuxers
Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de>

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

14 years agoAdd id3v1.o dependency for oma demuxer
Michael Karcher [Mon, 5 Jul 2010 04:01:39 +0000 (04:01 +0000)]
Add id3v1.o dependency for oma demuxer
Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de>

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

14 years agoDCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing
Benjamin Larsson [Mon, 5 Jul 2010 01:43:47 +0000 (01:43 +0000)]
DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing

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

14 years agoMake opt_pad() print more information.
Stefano Sabatini [Sun, 4 Jul 2010 20:59:02 +0000 (20:59 +0000)]
Make opt_pad() print more information.

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

14 years agoUpdate help message for the -pad* options, as they have been removed,
Stefano Sabatini [Sun, 4 Jul 2010 20:59:00 +0000 (20:59 +0000)]
Update help message for the -pad* options, as they have been removed,
and update the manual page accordingly.

Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-za" "a-z").

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

14 years agoaes: fix array index out of bounds warning
Måns Rullgård [Sun, 4 Jul 2010 20:38:46 +0000 (20:38 +0000)]
aes: fix array index out of bounds warning

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

14 years agoMention gas-preprocessor in documentation
Måns Rullgård [Sun, 4 Jul 2010 20:02:27 +0000 (20:02 +0000)]
Mention gas-preprocessor in documentation

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

14 years agoFix build with hardcoded tables
Måns Rullgård [Sun, 4 Jul 2010 19:03:04 +0000 (19:03 +0000)]
Fix build with hardcoded tables

The recently added dummy rule for missing headers took precedence
over the tablegen rules.  Listing the generated headers explicitly
overrides this.  A cleaner solution would be preferable.

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

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