]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoFix small errors in configure --help's output.
Carl Eugen Hoyos [Sun, 4 Jan 2009 23:17:22 +0000 (23:17 +0000)]
Fix small errors in configure --help's output.

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

15 years agoadd metadata in AVStream, AVProgram and AVChapter
Aurelien Jacobs [Sun, 4 Jan 2009 22:31:55 +0000 (22:31 +0000)]
add metadata in AVStream, AVProgram and AVChapter

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

15 years agoMinistry of English Composition treatment for the new metadata API
Mike Melanson [Sun, 4 Jan 2009 20:47:09 +0000 (20:47 +0000)]
Ministry of English Composition treatment for the new metadata API

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

15 years ago10l format include path for metadata.h
Michael Niedermayer [Sun, 4 Jan 2009 19:00:35 +0000 (19:00 +0000)]
10l format include path for metadata.h

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

15 years agoMove metadata API from avcodec to avformat.
Michael Niedermayer [Sun, 4 Jan 2009 18:58:49 +0000 (18:58 +0000)]
Move metadata API from avcodec to avformat.

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

15 years agoGeneric metadata API.
Michael Niedermayer [Sun, 4 Jan 2009 18:48:37 +0000 (18:48 +0000)]
Generic metadata API.
avi is updated as example.
No version bump, the API still might change slightly ...
No update to ffmpeg.c as requested by aurel.

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

15 years agocosmetic: indent
Aurelien Jacobs [Sun, 4 Jan 2009 17:48:54 +0000 (17:48 +0000)]
cosmetic: indent

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

15 years agoadd a termination condition
Aurelien Jacobs [Sun, 4 Jan 2009 17:48:19 +0000 (17:48 +0000)]
add a termination condition

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

15 years agoIf we find a VBR tag at the beginning of the file don't attempt to
Yoav Steinberg [Sun, 4 Jan 2009 16:23:18 +0000 (16:23 +0000)]
If we find a VBR tag at the beginning of the file don't attempt to
parse it as a valid frame.
patch by (Yoav Steinberg yoav out monfort in co in il)

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

15 years agoDrop the deprecated parse_image_size() and parse_frame_rate() functions
Stefano Sabatini [Sun, 4 Jan 2009 11:04:02 +0000 (11:04 +0000)]
Drop the deprecated parse_image_size() and parse_frame_rate() functions
at the next libavformat major version bump.

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

15 years agoUse H264 MMX chroma functions to accelerate RV40 decoding.
Mathieu Velten [Sun, 4 Jan 2009 01:36:11 +0000 (01:36 +0000)]
Use H264 MMX chroma functions to accelerate RV40 decoding.

Patch by Mathieu Velten (matmaul A gmail)

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

15 years agoBump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
Michael Niedermayer [Sat, 3 Jan 2009 19:21:48 +0000 (19:21 +0000)]
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.

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

15 years agoAdd type, text and ass to AVSubtitleRect.
Michael Niedermayer [Sat, 3 Jan 2009 19:20:50 +0000 (19:20 +0000)]
Add type, text and ass to AVSubtitleRect.

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

15 years agoReplace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Michael Niedermayer [Sat, 3 Jan 2009 19:17:18 +0000 (19:17 +0000)]
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.

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

15 years agoReplace some fixed width variable from AVSubtitle* by normal int.
Michael Niedermayer [Sat, 3 Jan 2009 18:41:35 +0000 (18:41 +0000)]
Replace some fixed width variable from AVSubtitle* by normal int.

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

15 years agoForgot to update (I likely missed it due to its similar name to dvb...)
Michael Niedermayer [Sat, 3 Jan 2009 18:26:07 +0000 (18:26 +0000)]
Forgot to update (I likely missed it due to its similar name to dvb...)

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

15 years agoFuture doxy for a few fields of AVSubtitleRect.
Michael Niedermayer [Sat, 3 Jan 2009 17:58:25 +0000 (17:58 +0000)]
Future doxy for a few fields of AVSubtitleRect.

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

15 years agoChange AVSubtitle.rects to an array of pointers so ABI does not break
Michael Niedermayer [Sat, 3 Jan 2009 17:54:48 +0000 (17:54 +0000)]
Change AVSubtitle.rects to an array of pointers so ABI does not break
when the size of AVSubtitleRect changes.

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

15 years agoDisplay subtitles within the display area.
Michael Niedermayer [Sat, 3 Jan 2009 17:50:00 +0000 (17:50 +0000)]
Display subtitles within the display area.
Fixes dvd-subtitle-problem.vob. (problem likely is that the video
resolution is smaller than what the subtitles expect)

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

15 years agoAdd enum AVSubtitleType
Michael Niedermayer [Sat, 3 Jan 2009 15:15:03 +0000 (15:15 +0000)]
Add enum AVSubtitleType

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

15 years agoAdd x264 SSE2 iDCT functions to H.264 decoder.
Jason Garrett-Glaser [Sat, 3 Jan 2009 00:46:17 +0000 (00:46 +0000)]
Add x264 SSE2 iDCT functions to H.264 decoder.

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

15 years agoAvoid POSIX-reserved _t namespace.
Diego Biurrun [Fri, 2 Jan 2009 16:21:22 +0000 (16:21 +0000)]
Avoid POSIX-reserved _t namespace.

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

15 years agoAvoid POSIX-reserved _t namespace.
Diego Biurrun [Fri, 2 Jan 2009 16:19:27 +0000 (16:19 +0000)]
Avoid POSIX-reserved _t namespace.

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

15 years agoBump year number.
Stefano Sabatini [Fri, 2 Jan 2009 11:09:37 +0000 (11:09 +0000)]
Bump year number.

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

15 years agoCosmetics: break line to make it not longer than 80 chars.
Stefano Sabatini [Fri, 2 Jan 2009 10:07:26 +0000 (10:07 +0000)]
Cosmetics: break line to make it not longer than 80 chars.

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

15 years ago10l set AVPacket.size to the true size of the returned data instead of
Michael Niedermayer [Wed, 31 Dec 2008 02:47:54 +0000 (02:47 +0000)]
10l set AVPacket.size to the true size of the returned data instead of
the (larger) allocated size. (prevents segfaults due to later failures
from 900MB-sized packets, yes fuzzed file not a valid one)

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

15 years agoFix indention which was off by 1 space.
Michael Niedermayer [Wed, 31 Dec 2008 01:54:54 +0000 (01:54 +0000)]
Fix indention which was off by 1 space.

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

15 years agoReplace buffer by AVPacket and avoid a memcpy() for video when the number
Michael Niedermayer [Wed, 31 Dec 2008 01:53:12 +0000 (01:53 +0000)]
Replace buffer by AVPacket and avoid a memcpy() for video when the number
of allocated slices matches the actual.
Audio still does a copy (marked with FIXME in the code so this is not missed).

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

15 years agoMerge videobuf and audiobuf.
Michael Niedermayer [Wed, 31 Dec 2008 00:24:54 +0000 (00:24 +0000)]
Merge videobuf and audiobuf.

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

15 years agoSimplify the top of rm_assemble_video_frame().
Michael Niedermayer [Tue, 30 Dec 2008 21:23:02 +0000 (21:23 +0000)]
Simplify the top of rm_assemble_video_frame().

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

15 years agoAdd a few error checks to rm_assemble_video_frame()
Michael Niedermayer [Tue, 30 Dec 2008 20:51:18 +0000 (20:51 +0000)]
Add a few error checks to rm_assemble_video_frame()

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

15 years agoAll non zero returns of rm_assemble_video_frame() are errors, check things
Michael Niedermayer [Tue, 30 Dec 2008 19:49:27 +0000 (19:49 +0000)]
All non zero returns of rm_assemble_video_frame() are errors, check things
accordingly.

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

15 years agoSilence two icc warnings:
Carl Eugen Hoyos [Tue, 30 Dec 2008 12:02:35 +0000 (12:02 +0000)]
Silence two icc warnings:
/home/melanson/fate/source/ffserver.c(4349):
warning #188: enumerated type mixed with another type
                          audio_enc.codec_id = audio_id;
                                             ^

/home/melanson/fate/source/ffserver.c(4354):
warning #188: enumerated type mixed with another type
                          video_enc.codec_id = video_id;
                                             ^

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

15 years agoAdd my GnuPG fingerprint.
Benoit Fouet [Tue, 30 Dec 2008 08:47:52 +0000 (08:47 +0000)]
Add my GnuPG fingerprint.

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

15 years agoARM: work around linker bug with movw/movt relocations in shared libs
Måns Rullgård [Tue, 30 Dec 2008 03:13:52 +0000 (03:13 +0000)]
ARM: work around linker bug with movw/movt relocations in shared libs

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

15 years agoMake shared/static full CONFIG options
Måns Rullgård [Tue, 30 Dec 2008 03:13:48 +0000 (03:13 +0000)]
Make shared/static full CONFIG options

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

15 years agoconfigure: check for ARMv6T2 support
Måns Rullgård [Tue, 30 Dec 2008 03:13:44 +0000 (03:13 +0000)]
configure: check for ARMv6T2 support

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

15 years agoARM: rename coefficient table in NEON IDCT
Måns Rullgård [Tue, 30 Dec 2008 03:13:40 +0000 (03:13 +0000)]
ARM: rename coefficient table in NEON IDCT

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

15 years agoRemove duplicated dot product code. Use dsputil's
Aurelien Jacobs [Mon, 29 Dec 2008 17:14:30 +0000 (17:14 +0000)]
Remove duplicated dot product code. Use dsputil's
scalarproduct instead. Patch by Aurelien Jacobs.

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

15 years agoMy gpg key fingerprint.
Reimar Döffinger [Mon, 29 Dec 2008 16:56:02 +0000 (16:56 +0000)]
My gpg key fingerprint.

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

15 years agoCOSMETICS. Write my full name instead.
Reynaldo H. Verdejo Pinochet [Mon, 29 Dec 2008 16:39:11 +0000 (16:39 +0000)]
COSMETICS. Write my full name instead.

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

15 years agoAdd myself as qcelp* maintainer.
Reynaldo H. Verdejo Pinochet [Mon, 29 Dec 2008 16:33:03 +0000 (16:33 +0000)]
Add myself as qcelp* maintainer.

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

15 years agoAdd my key fingerprint to the list.
Reynaldo H. Verdejo Pinochet [Mon, 29 Dec 2008 16:27:57 +0000 (16:27 +0000)]
Add my key fingerprint to the list.

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

15 years agoconfigure: accept $TMP as location for temporary files
Måns Rullgård [Mon, 29 Dec 2008 12:55:28 +0000 (12:55 +0000)]
configure: accept $TMP as location for temporary files

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

15 years agoconfigure: simplify TMPDIR setting
Måns Rullgård [Mon, 29 Dec 2008 12:55:24 +0000 (12:55 +0000)]
configure: simplify TMPDIR setting

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

15 years agoFix typos.
Stefano Sabatini [Mon, 29 Dec 2008 12:11:01 +0000 (12:11 +0000)]
Fix typos.

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

15 years agoClarify that the list of gpg fingerprints is not just for maintainers.
Michael Niedermayer [Mon, 29 Dec 2008 12:00:38 +0000 (12:00 +0000)]
Clarify that the list of gpg fingerprints is not just for maintainers.

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

15 years agoAdd spaces into the gpg fingerprint for better readability.
Michael Niedermayer [Mon, 29 Dec 2008 11:57:52 +0000 (11:57 +0000)]
Add spaces into the gpg fingerprint for better readability.

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

15 years agoIt turned out that RV30 uses motion vectors for forward motion B-frame
Kostya Shishkov [Mon, 29 Dec 2008 10:20:03 +0000 (10:20 +0000)]
It turned out that RV30 uses motion vectors for forward motion B-frame
macroblocks to predict motion vectors for backward motion B-frame macroblocks
and vice versa.

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

15 years agoExplain the lack of +3/7
Michael Niedermayer [Sun, 28 Dec 2008 23:26:12 +0000 (23:26 +0000)]
Explain the lack of +3/7

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

15 years agoav_free() -> av_freep(), patch by Reimar Doffinger, see discussion in
Reimar Döffinger [Sun, 28 Dec 2008 23:25:17 +0000 (23:25 +0000)]
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in
"rmdec.c: double free" thread on mailinglist.

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

15 years agoFix double free which happens for playback of .rm files after r16365. See
Ronald S. Bultje [Sun, 28 Dec 2008 23:23:59 +0000 (23:23 +0000)]
Fix double free which happens for playback of .rm files after r16365. See
"rmdec.c: double free" discussion on mailinglist, patch with suggestions
from Reimar Doffinger.

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

15 years agoAdd a list of GnuPG fingerprints.
Michael Niedermayer [Sun, 28 Dec 2008 23:12:46 +0000 (23:12 +0000)]
Add a list of GnuPG fingerprints.
This is not as good as personal keysigning (ala debian) but better than
nothing.

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

15 years agoRevert r16375: It broke aac decoding.
Carl Eugen Hoyos [Sun, 28 Dec 2008 20:08:39 +0000 (20:08 +0000)]
Revert r16375: It broke aac decoding.

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

15 years agoReduce number of warnings when compiling with icc by two.
Carl Eugen Hoyos [Sun, 28 Dec 2008 19:48:43 +0000 (19:48 +0000)]
Reduce number of warnings when compiling with icc by two.

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

15 years agoSilence one warning when compiling with icc:
Carl Eugen Hoyos [Sun, 28 Dec 2008 19:44:47 +0000 (19:44 +0000)]
Silence one warning when compiling with icc:
warning #188: enumerated type mixed with another type
      if((q->bitrate = determine_bitrate(avctx, buf_size, &buf)) == I_F_Q)
                     ^

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

15 years agoFix h264 decoding on SSE2 cores with icc compilation.
Carl Eugen Hoyos [Sun, 28 Dec 2008 19:40:13 +0000 (19:40 +0000)]
Fix h264 decoding on SSE2 cores with icc compilation.

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

15 years agoMention in the documentation of avfilter_poll_frame() that it returns
Stefano Sabatini [Sun, 28 Dec 2008 17:07:47 +0000 (17:07 +0000)]
Mention in the documentation of avfilter_poll_frame() that it returns
a negative value in case of error.

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

15 years agoFix a typo that made VMD demuxer always assume Indeo 3 as video codec.
Kostya Shishkov [Sun, 28 Dec 2008 16:22:42 +0000 (16:22 +0000)]
Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.

Spotted by Robert Swain

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

15 years agoUse avcodec_check_dimensions() for checking the frame size validity.
Stefano Sabatini [Sun, 28 Dec 2008 14:41:19 +0000 (14:41 +0000)]
Use avcodec_check_dimensions() for checking the frame size validity.
The v4l.c check is moved after the eventual automatic size detection,
so the check in that case is performed on the new set values.

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

15 years agoReindent after r16368.
Ronald S. Bultje [Sun, 28 Dec 2008 05:59:11 +0000 (05:59 +0000)]
Reindent after r16368.

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

15 years agoAdd audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
Ronald S. Bultje [Sun, 28 Dec 2008 05:58:23 +0000 (05:58 +0000)]
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
"[PATCH] oops I broke rdt.c" mailinglist thread.

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

15 years agoChange audio_pkt_cnt from an array into a single field, since only a single
Ronald S. Bultje [Sun, 28 Dec 2008 05:55:09 +0000 (05:55 +0000)]
Change audio_pkt_cnt from an array into a single field, since only a single
member of the array is ever used (compare to RMDemuxContext->audio_pkt_cnt).
See "[PATCH] oops I broke rdt.c" mailinglist thread.

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

15 years agoAdd RMStream object as function argument to public functions so that non-.rm
Ronald S. Bultje [Sun, 28 Dec 2008 00:21:11 +0000 (00:21 +0000)]
Add RMStream object as function argument to public functions so that non-.rm
AVStreams can be used to call these public rmdec.c functions as well, as is
the case for RDT/RTSP streams. See mailinglist discussion in "[PATCH] rdt.c:
don't reuse the same AVStream in both RTSP and RM demuxer" thread.

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

15 years agoImplement RMStream stream-specific private data object in the RM demuxer.
Ronald S. Bultje [Sun, 28 Dec 2008 00:18:38 +0000 (00:18 +0000)]
Implement RMStream stream-specific private data object in the RM demuxer.
This allows multiple video or audio streams per .rm file. See mailinglist
thread "[PATCH] rmdec.c: implement RMVideo/AudioStream".

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

15 years agoReplace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
Måns Rullgård [Sat, 27 Dec 2008 23:12:00 +0000 (23:12 +0000)]
Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED

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

15 years agoLatest Coktel Vision VMDs contained Indeo 3, add demuxer support for it
Kostya Shishkov [Sat, 27 Dec 2008 17:34:00 +0000 (17:34 +0000)]
Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it

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

15 years agosimple_idct: use MUL16 and MAC16 from mathops.h
Måns Rullgård [Sat, 27 Dec 2008 16:25:36 +0000 (16:25 +0000)]
simple_idct: use MUL16 and MAC16 from mathops.h

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

15 years agoAvoid POSIX-reserved _t namespace.
Diego Biurrun [Sat, 27 Dec 2008 11:45:46 +0000 (11:45 +0000)]
Avoid POSIX-reserved _t namespace.

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

15 years agoMake the VIDIOCMCAPTURE ioctl error message consistent with the other ones.
Stefano Sabatini [Sat, 27 Dec 2008 11:44:56 +0000 (11:44 +0000)]
Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.

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

15 years agoAdd missing check on the return value of the VIDIOCSWIN ioctl.
Stefano Sabatini [Sat, 27 Dec 2008 11:40:07 +0000 (11:40 +0000)]
Add missing check on the return value of the VIDIOCSWIN ioctl.

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

15 years agoconsistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun [Sat, 27 Dec 2008 11:33:54 +0000 (11:33 +0000)]
consistency cosmetics: Rename POWERPC identifiers to PPC.

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

15 years agoconsistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun [Sat, 27 Dec 2008 11:33:26 +0000 (11:33 +0000)]
consistency cosmetics: Rename POWERPC identifiers to PPC.

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

15 years agoRemove stray code
Luca Barbato [Sat, 27 Dec 2008 11:30:30 +0000 (11:30 +0000)]
Remove stray code

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

15 years agoCleanup _t types in libavcodec/ppc
Luca Barbato [Sat, 27 Dec 2008 11:21:28 +0000 (11:21 +0000)]
Cleanup _t types in libavcodec/ppc

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

15 years agoChange thisIsAVar variable names to this_is_a_var style, more
Stefano Sabatini [Sat, 27 Dec 2008 09:31:05 +0000 (09:31 +0000)]
Change thisIsAVar variable names to this_is_a_var style, more
consistent with the rest of libav*.

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

15 years agoBump minor number for many small improvements, tiff fax decoding,
Reimar Döffinger [Sat, 27 Dec 2008 09:22:21 +0000 (09:22 +0000)]
Bump minor number for many small improvements, tiff fax decoding,
AVCodecContext refs is set during decoding.

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

15 years agoFix and extend documentation for avfilter_graph_get_filter().
Stefano Sabatini [Fri, 26 Dec 2008 22:25:47 +0000 (22:25 +0000)]
Fix and extend documentation for avfilter_graph_get_filter().

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

15 years agoFix typo: ommitted -> omitted.
Stefano Sabatini [Fri, 26 Dec 2008 20:26:44 +0000 (20:26 +0000)]
Fix typo: ommitted -> omitted.

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

15 years agoARM: NEON optimised float_to_int16
Måns Rullgård [Fri, 26 Dec 2008 19:52:52 +0000 (19:52 +0000)]
ARM: NEON optimised float_to_int16

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

15 years agoPut pass_logfilename_prefix check on a single line, improve readability.
Stefano Sabatini [Fri, 26 Dec 2008 19:28:42 +0000 (19:28 +0000)]
Put pass_logfilename_prefix check on a single line, improve readability.

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

15 years agoRename variables:
Stefano Sabatini [Fri, 26 Dec 2008 19:25:24 +0000 (19:25 +0000)]
Rename variables:
pass_logfilename -> pass_logfilename_prefix
DEFAULT_PASS_LOGFILENAME -> DEFAULT_PASS_LOGFILENAME_PREFIX

and make clear in the passlogfile OptionDef help string that it takes
a file name prefix rather than a file name.

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

15 years agoEnable faxcompr.
Michael Niedermayer [Fri, 26 Dec 2008 18:42:26 +0000 (18:42 +0000)]
Enable faxcompr.

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

15 years agoindent
Michael Niedermayer [Fri, 26 Dec 2008 18:39:24 +0000 (18:39 +0000)]
indent

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

15 years agoSimplify vertical mode
Michael Niedermayer [Fri, 26 Dec 2008 18:39:07 +0000 (18:39 +0000)]
Simplify vertical mode

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

15 years agoAnd another sechole ...
Michael Niedermayer [Fri, 26 Dec 2008 18:14:59 +0000 (18:14 +0000)]
And another sechole ...

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

15 years agoFix yet another sechole.
Michael Niedermayer [Fri, 26 Dec 2008 18:06:29 +0000 (18:06 +0000)]
Fix yet another sechole.

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

15 years agoFix another sechole.
Michael Niedermayer [Fri, 26 Dec 2008 17:51:10 +0000 (17:51 +0000)]
Fix another sechole.

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

15 years agoMinor simplification.
Michael Niedermayer [Fri, 26 Dec 2008 17:32:11 +0000 (17:32 +0000)]
Minor simplification.

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

15 years agoRemove unused run_start variable.
Michael Niedermayer [Fri, 26 Dec 2008 17:11:19 +0000 (17:11 +0000)]
Remove unused run_start variable.

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

15 years agoMove sync line pointers code to the end of the loop, it is simpler that way.
Michael Niedermayer [Fri, 26 Dec 2008 17:04:31 +0000 (17:04 +0000)]
Move sync line pointers code to the end of the loop, it is simpler that way.

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

15 years agoGet rid of check for condition that is always true (run_off < avctx->width).
Michael Niedermayer [Fri, 26 Dec 2008 16:59:10 +0000 (16:59 +0000)]
Get rid of check for condition that is always true (run_off < avctx->width).

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

15 years agoGet rid of pix_left in the 2d code, it is simpler that way.
Michael Niedermayer [Fri, 26 Dec 2008 16:57:35 +0000 (16:57 +0000)]
Get rid of pix_left in the 2d code, it is simpler that way.

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

15 years agoCOSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.
Reynaldo H. Verdejo Pinochet [Fri, 26 Dec 2008 16:50:21 +0000 (16:50 +0000)]
COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.

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

15 years agoPart 2 of Kenan Gillet's QCELP silence handling patch.
Reynaldo H. Verdejo Pinochet [Fri, 26 Dec 2008 16:49:06 +0000 (16:49 +0000)]
Part 2 of Kenan Gillet's QCELP silence handling patch.

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

15 years agoFactorize "avctx->width + 2" out to avoid someone mistakenly changing
Michael Niedermayer [Fri, 26 Dec 2008 16:38:55 +0000 (16:38 +0000)]
Factorize "avctx->width + 2" out to avoid someone mistakenly changing
some but not all.

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

15 years agocosmetic (moving pix_left update)
Michael Niedermayer [Fri, 26 Dec 2008 16:30:50 +0000 (16:30 +0000)]
cosmetic (moving pix_left update)

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

15 years agoClose gaping sechole. That is, a series of run=0 allows arbitrary data to
Michael Niedermayer [Fri, 26 Dec 2008 16:29:01 +0000 (16:29 +0000)]
Close gaping sechole. That is, a series of run=0 allows arbitrary data to
be written over the end of the runs array.

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

15 years agominor simplification
Michael Niedermayer [Fri, 26 Dec 2008 15:21:48 +0000 (15:21 +0000)]
minor simplification

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

15 years agoMerge ff_ccitt_unpack_1d and 2d.
Michael Niedermayer [Fri, 26 Dec 2008 15:05:12 +0000 (15:05 +0000)]
Merge ff_ccitt_unpack_1d and 2d.

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