]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoFix compilation.
Carl Eugen Hoyos [Wed, 14 Jan 2009 00:44:42 +0000 (00:44 +0000)]
Fix compilation.

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

15 years agocleanup gif, use BISTREAM_WRITER_LE
Baptiste Coudurier [Wed, 14 Jan 2009 00:27:43 +0000 (00:27 +0000)]
cleanup gif, use BISTREAM_WRITER_LE

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

15 years agoChange semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs [Wed, 14 Jan 2009 00:13:56 +0000 (00:13 +0000)]
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always defined to either 0 or 1.

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

15 years agoChange semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs [Tue, 13 Jan 2009 23:44:16 +0000 (23:44 +0000)]
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always defined to either 0 or 1.

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

15 years agoInclude libavformat/avformat.h before all the other libav* headers.
Stefano Sabatini [Tue, 13 Jan 2009 23:36:06 +0000 (23:36 +0000)]
Include libavformat/avformat.h before all the other libav* headers.
This is safer since they may use the symbol LIBAVFORMAT_BUILD defined
in avformat.h.

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

15 years agoDocument the ld, st, while statements.
Víctor Paesa [Tue, 13 Jan 2009 21:20:03 +0000 (21:20 +0000)]
Document the ld, st, while statements.

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

15 years agoAvoid using sub_id in mpeg1/2video.
Michael Niedermayer [Tue, 13 Jan 2009 21:13:45 +0000 (21:13 +0000)]
Avoid using sub_id in mpeg1/2video.

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

15 years agoDocument the same functions, in the same order, that eval.c has.
Víctor Paesa [Tue, 13 Jan 2009 21:07:27 +0000 (21:07 +0000)]
Document the same functions, in the same order, that eval.c has.

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

15 years agoAdd presets for Apple iPod constraints
Robert Swain [Tue, 13 Jan 2009 19:46:42 +0000 (19:46 +0000)]
Add presets for Apple iPod constraints

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

15 years agoAdd presets to use as constraints for H.264 Baseline and Main profiles
Robert Swain [Tue, 13 Jan 2009 19:40:35 +0000 (19:40 +0000)]
Add presets to use as constraints for H.264 Baseline and Main profiles

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

15 years agoRemove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
Michael Niedermayer [Tue, 13 Jan 2009 19:38:54 +0000 (19:38 +0000)]
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.

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

15 years agoLet the mpeg audio parser correct the codec_id.
Michael Niedermayer [Tue, 13 Jan 2009 19:35:34 +0000 (19:35 +0000)]
Let the mpeg audio parser correct the codec_id.

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

15 years agoAdd dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
Michael Niedermayer [Tue, 13 Jan 2009 19:32:08 +0000 (19:32 +0000)]
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.

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

15 years agoAdd CODEC_ID_MP1.
Michael Niedermayer [Tue, 13 Jan 2009 19:13:08 +0000 (19:13 +0000)]
Add CODEC_ID_MP1.

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

15 years agoadd SLMJ fourcc to mjpeg
Ben Littler [Tue, 13 Jan 2009 17:10:10 +0000 (17:10 +0000)]
add SLMJ fourcc to mjpeg

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

15 years agoVC-1 display dimensions should affect coded dimensions only (I think)
Kostya Shishkov [Tue, 13 Jan 2009 08:05:40 +0000 (08:05 +0000)]
VC-1 display dimensions should affect coded dimensions only (I think)

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

15 years agoPrint VC-1 aspect ratio in debug
Kostya Shishkov [Tue, 13 Jan 2009 08:03:45 +0000 (08:03 +0000)]
Print VC-1 aspect ratio in debug

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

15 years ago421l: fix loop filter for P-frames in VC-1
Kostya Shishkov [Tue, 13 Jan 2009 08:02:31 +0000 (08:02 +0000)]
421l: fix loop filter for P-frames in VC-1

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

15 years agoCinepak strip ID is a single byte
Kostya Shishkov [Tue, 13 Jan 2009 08:00:37 +0000 (08:00 +0000)]
Cinepak strip ID is a single byte

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

15 years agoCinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
Kostya Shishkov [Tue, 13 Jan 2009 06:43:46 +0000 (06:43 +0000)]
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.

This fixes issue 744

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

15 years agoconfigure: add Alpha CPU types
Måns Rullgård [Tue, 13 Jan 2009 02:02:50 +0000 (02:02 +0000)]
configure: add Alpha CPU types

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

15 years agofix version protection
Aurelien Jacobs [Tue, 13 Jan 2009 00:20:18 +0000 (00:20 +0000)]
fix version protection

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

15 years agoadd the necessary include for LIBAV*_VERSION_*
Aurelien Jacobs [Tue, 13 Jan 2009 00:14:43 +0000 (00:14 +0000)]
add the necessary include for LIBAV*_VERSION_*

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

15 years agoARM: use push/pop pseudo-instructions in simple_idct_armv6.S
Måns Rullgård [Mon, 12 Jan 2009 20:37:49 +0000 (20:37 +0000)]
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S

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

15 years agoARM: simple_idct_armv6.S whitespace cosmetics
Måns Rullgård [Mon, 12 Jan 2009 20:37:39 +0000 (20:37 +0000)]
ARM: simple_idct_armv6.S whitespace cosmetics

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

15 years agoARM: clean up pc-relative references in simple_idct_armv6.S
Måns Rullgård [Mon, 12 Jan 2009 20:37:33 +0000 (20:37 +0000)]
ARM: clean up pc-relative references in simple_idct_armv6.S

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

15 years agoARM: use rX register names in simple_idct_armv6.S
Måns Rullgård [Mon, 12 Jan 2009 20:37:29 +0000 (20:37 +0000)]
ARM: use rX register names in simple_idct_armv6.S

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

15 years agoReindent after the last commit, while at it also add some spaces for
Stefano Sabatini [Mon, 12 Jan 2009 20:34:34 +0000 (20:34 +0000)]
Reindent after the last commit, while at it also add some spaces for
improving readability.

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

15 years agoMake avfilter_open() set to NULL the pads and the filters when the
Stefano Sabatini [Mon, 12 Jan 2009 20:30:57 +0000 (20:30 +0000)]
Make avfilter_open() set to NULL the pads and the filters when the
corresponding count is zero, rather than allocate a 16 bytes sized
block for them. Improve safety.

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

15 years agoAVI: add bswap.h include needed on big endian
Måns Rullgård [Mon, 12 Jan 2009 00:07:40 +0000 (00:07 +0000)]
AVI: add bswap.h include needed on big endian

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

15 years agoconfigure: fix PIC activation for x86_64 shared libs
Måns Rullgård [Sun, 11 Jan 2009 23:49:06 +0000 (23:49 +0000)]
configure: fix PIC activation for x86_64 shared libs

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

15 years agoAdd missing inclusion of libavutil/intreadwrite.h, fix compilation when
Stefano Sabatini [Sun, 11 Jan 2009 23:26:52 +0000 (23:26 +0000)]
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
libtheora is enabled.

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

15 years agoUse the dimensions in tkhd for timed text tracks
David Conrad [Sun, 11 Jan 2009 23:24:28 +0000 (23:24 +0000)]
Use the dimensions in tkhd for timed text tracks

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

15 years agoPass subarch instead of arch to YASMFLAGS
Ramiro Polla [Sun, 11 Jan 2009 23:15:13 +0000 (23:15 +0000)]
Pass subarch instead of arch to YASMFLAGS

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

15 years agoExtend 'checkheaders' target to architecture-specific subdirectories.
Diego Biurrun [Sun, 11 Jan 2009 22:48:07 +0000 (22:48 +0000)]
Extend 'checkheaders' target to architecture-specific subdirectories.

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

15 years agoSplit arch variable into arch and subarch.
Diego Biurrun [Sun, 11 Jan 2009 22:45:19 +0000 (22:45 +0000)]
Split arch variable into arch and subarch.

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

15 years agoUse 'enabled' function to simplify x86_64 check in the mingw32 section.
Diego Biurrun [Sun, 11 Jan 2009 22:32:45 +0000 (22:32 +0000)]
Use 'enabled' function to simplify x86_64 check in the mingw32 section.

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

15 years agoFix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun [Sun, 11 Jan 2009 22:19:48 +0000 (22:19 +0000)]
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.

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

15 years agoAdd truncf() replacement function.
Michael Kostylev [Sun, 11 Jan 2009 22:10:04 +0000 (22:10 +0000)]
Add truncf() replacement function.
Patch by Michael Kostylev <mik at it-1 dot ru>

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

15 years agoImplement the avfilter_default_draw_slice() handler and use it in
Stefano Sabatini [Sun, 11 Jan 2009 22:05:48 +0000 (22:05 +0000)]
Implement the avfilter_default_draw_slice() handler and use it in
avfilter_draw_slice() when the draw_slice callback is not defined in
the input pad.

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

15 years agoUse setmode() if it exists in <io.h>, and not based on O_BINARY.
Ramiro Polla [Sun, 11 Jan 2009 22:05:43 +0000 (22:05 +0000)]
Use setmode() if it exists in <io.h>, and not based on O_BINARY.

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

15 years agoUse 'enabled' function instead of raw 'test' calls in arch checks.
Diego Biurrun [Sun, 11 Jan 2009 21:55:14 +0000 (21:55 +0000)]
Use 'enabled' function instead of raw 'test' calls in arch checks.

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

15 years agoAdd my GPG key.
Diego Biurrun [Sun, 11 Jan 2009 21:21:40 +0000 (21:21 +0000)]
Add my GPG key.

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

15 years agocosmetics: indentation
Diego Biurrun [Sun, 11 Jan 2009 21:08:52 +0000 (21:08 +0000)]
cosmetics: indentation

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

15 years agoFix illegal identifier starting with an underscore.
Diego Biurrun [Sun, 11 Jan 2009 21:07:12 +0000 (21:07 +0000)]
Fix illegal identifier starting with an underscore.

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

15 years agomove ffindex set before mov_read_default so it can be used in functions
Baptiste Coudurier [Sun, 11 Jan 2009 21:04:25 +0000 (21:04 +0000)]
move ffindex set before mov_read_default so it can be used in functions

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

15 years agoAdd necessary, remove unnecessary #includes.
Diego Biurrun [Sun, 11 Jan 2009 21:03:42 +0000 (21:03 +0000)]
Add necessary, remove unnecessary #includes.

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

15 years agoDrop unnecessary intreadwrite.h and bswap.h #includes.
Diego Biurrun [Sun, 11 Jan 2009 20:26:53 +0000 (20:26 +0000)]
Drop unnecessary intreadwrite.h and bswap.h #includes.

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

15 years agoAdd missing #include to fix 'make checkheaders'.
Diego Biurrun [Sun, 11 Jan 2009 20:12:14 +0000 (20:12 +0000)]
Add missing #include to fix 'make checkheaders'.

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

15 years agocosmetics: Remove useless quotes.
Diego Biurrun [Sun, 11 Jan 2009 19:54:57 +0000 (19:54 +0000)]
cosmetics: Remove useless quotes.

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

15 years ago1l: better alphabetical order
Diego Biurrun [Sun, 11 Jan 2009 19:53:12 +0000 (19:53 +0000)]
1l: better alphabetical order

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

15 years agoAdd missing --disable-armv6t2 to help output.
Diego Biurrun [Sun, 11 Jan 2009 19:52:01 +0000 (19:52 +0000)]
Add missing --disable-armv6t2 to help output.

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

15 years agoIncrease BUFFER_SIZE.
Michael Niedermayer [Sun, 11 Jan 2009 16:35:04 +0000 (16:35 +0000)]
Increase BUFFER_SIZE.
Fixes issue719.

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

15 years agofix indention
Michael Niedermayer [Sun, 11 Jan 2009 16:17:36 +0000 (16:17 +0000)]
fix indention

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

15 years agoAll negative values are errors not just -1.
Michael Niedermayer [Sun, 11 Jan 2009 16:16:33 +0000 (16:16 +0000)]
All negative values are errors not just -1.

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

15 years agoCheck the return of audio and video encoders.
Michael Niedermayer [Sun, 11 Jan 2009 16:15:34 +0000 (16:15 +0000)]
Check the return of audio and video encoders.

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

15 years agoAll negative returns are errors not just -1.
Michael Niedermayer [Sun, 11 Jan 2009 16:11:02 +0000 (16:11 +0000)]
All negative returns are errors not just -1.

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

15 years ago30l: when reading mb_offset in RV30 slice header its size
Kostya Shishkov [Sun, 11 Jan 2009 10:50:00 +0000 (10:50 +0000)]
30l: when reading mb_offset in RV30 slice header its size
should be calculated from current frame dimensions

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

15 years agocosmetics
Baptiste Coudurier [Sun, 11 Jan 2009 10:42:24 +0000 (10:42 +0000)]
cosmetics

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

15 years agoremove warnings about uninitialized vars
Baptiste Coudurier [Sun, 11 Jan 2009 10:41:43 +0000 (10:41 +0000)]
remove warnings about uninitialized vars

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

15 years agoAdd size that is needed for the wmapro codec
Benjamin Larsson [Sun, 11 Jan 2009 10:40:05 +0000 (10:40 +0000)]
Add size that is needed for the wmapro codec

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

15 years agocosmetics
Baptiste Coudurier [Sun, 11 Jan 2009 10:36:19 +0000 (10:36 +0000)]
cosmetics

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

15 years agoAdd support for muxing mov/mp4/3gp timed text streams
David Conrad [Sun, 11 Jan 2009 10:26:44 +0000 (10:26 +0000)]
Add support for muxing mov/mp4/3gp timed text streams

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

15 years agoRead extradata (justification, colors, fonts, etc) for mov/mp4 timed text
David Conrad [Sun, 11 Jan 2009 08:24:44 +0000 (08:24 +0000)]
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text

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

15 years agoRV30 decoder passes possible frame sizes in extradata and selects
Kostya Shishkov [Sun, 11 Jan 2009 08:03:45 +0000 (08:03 +0000)]
RV30 decoder passes possible frame sizes in extradata and selects
an appropriate frame size from them in slice, make my decoder do
that as well.

This fixes issue 779

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

15 years agoremove comment, this is not relevant anymore
Baptiste Coudurier [Sun, 11 Jan 2009 05:24:41 +0000 (05:24 +0000)]
remove comment, this is not relevant anymore

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

15 years agoreindent
Baptiste Coudurier [Sun, 11 Jan 2009 05:23:46 +0000 (05:23 +0000)]
reindent

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

15 years agocheck for negative dts value even if bitstream is already formated,
Baptiste Coudurier [Sun, 11 Jan 2009 05:23:10 +0000 (05:23 +0000)]
check for negative dts value even if bitstream is already formated,
this fixes dts when stream copying.

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

15 years agoUse coff as objformat for dos.
Michael Kostylev [Sun, 11 Jan 2009 02:19:33 +0000 (02:19 +0000)]
Use coff as objformat for dos.
Patch by Michael Kostylev <mik at it-1 dot ru>

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

15 years agoRemove H264Context from vdpau_internal.h.
Carl Eugen Hoyos [Sun, 11 Jan 2009 00:48:20 +0000 (00:48 +0000)]
Remove H264Context from vdpau_internal.h.

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

15 years agofix warning: assignment makes pointer from integer without a cast
Aurelien Jacobs [Sat, 10 Jan 2009 23:49:50 +0000 (23:49 +0000)]
fix warning: assignment makes pointer from integer without a cast

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

15 years agoFix OBJS-$(CONFIG_H264_VDPAU_DECODER).
Carl Eugen Hoyos [Sat, 10 Jan 2009 23:17:07 +0000 (23:17 +0000)]
Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).

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

15 years agoCosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.
Carl Eugen Hoyos [Sat, 10 Jan 2009 23:00:48 +0000 (23:00 +0000)]
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.

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

15 years agoUse only MpegEncContext in ff_vdpau_h264_add_data_chunk.
Carl Eugen Hoyos [Sat, 10 Jan 2009 22:57:51 +0000 (22:57 +0000)]
Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.

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

15 years agoCosmetics: Break long line.
Carl Eugen Hoyos [Sat, 10 Jan 2009 22:55:26 +0000 (22:55 +0000)]
Cosmetics: Break long line.

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

15 years agoAdd a separate 'testclean' rule to clean regression test data without
Francesco Cosoleto [Sat, 10 Jan 2009 20:31:40 +0000 (20:31 +0000)]
Add a separate 'testclean' rule to clean regression test data without
removing compiled files.
patch by Francesco Cosoleto, cosoleto gmail com

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

15 years agoFix capitalization and missing periods issues.
Stefano Sabatini [Sat, 10 Jan 2009 10:26:05 +0000 (10:26 +0000)]
Fix capitalization and missing periods issues.

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

15 years agoMove the AVFormatContext options definition to a dedicated file,
Stefano Sabatini [Sat, 10 Jan 2009 09:56:07 +0000 (09:56 +0000)]
Move the AVFormatContext options definition to a dedicated file,
reduce the utils.c clutter.

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

15 years agoFill range_map* in VC1Context.
Carl Eugen Hoyos [Sat, 10 Jan 2009 09:55:55 +0000 (09:55 +0000)]
Fill range_map* in VC1Context.

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

15 years agoMove the AVCodecContext options definition to a dedicated file, reduce
Stefano Sabatini [Sat, 10 Jan 2009 09:53:21 +0000 (09:53 +0000)]
Move the AVCodecContext options definition to a dedicated file, reduce
the utils.c clutter.

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

15 years agoMove vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
Carl Eugen Hoyos [Sat, 10 Jan 2009 02:45:07 +0000 (02:45 +0000)]
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.

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

15 years agofix segv, always set audio_buf to audio_buf1 if decoding fail
Baptiste Coudurier [Fri, 9 Jan 2009 23:54:57 +0000 (23:54 +0000)]
fix segv, always set audio_buf to audio_buf1 if decoding fail

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

15 years agoReindent to properly fit a 80 chars terminal.
Ronald S. Bultje [Fri, 9 Jan 2009 23:44:52 +0000 (23:44 +0000)]
Reindent to properly fit a 80 chars terminal.

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

15 years agoReindent after r16509.
Ronald S. Bultje [Fri, 9 Jan 2009 23:36:39 +0000 (23:36 +0000)]
Reindent after r16509.

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

15 years agoApply rtpmap: SDP lines to the last m= line only, since they generally just
Ronald S. Bultje [Fri, 9 Jan 2009 23:36:17 +0000 (23:36 +0000)]
Apply rtpmap: SDP lines to the last m= line only, since they generally just
come directly after each m= line if required. See "[PATCH] RTSP-MS 5-6/15:
parse only the last m= line stream per rtpmap line" thread on ML.

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

15 years agoMove VDPAU check, make future VDPAU patches smaller.
Carl Eugen Hoyos [Fri, 9 Jan 2009 22:22:40 +0000 (22:22 +0000)]
Move VDPAU check, make future VDPAU patches smaller.

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

15 years agoonly set le if value is 1, fix boom5.mov, issue #770
Baptiste Coudurier [Fri, 9 Jan 2009 22:13:37 +0000 (22:13 +0000)]
only set le if value is 1, fix boom5.mov, issue #770

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

15 years agoDo not assume that if pkt->destruct != av_destruct_packet then it is not
Luca Abeni [Fri, 9 Jan 2009 20:10:13 +0000 (20:10 +0000)]
Do not assume that if pkt->destruct != av_destruct_packet then it is not
necessary to call the destruct method

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

15 years agoinitialize AVFormatContext before calling av_write_header()
Aurelien Jacobs [Fri, 9 Jan 2009 20:03:53 +0000 (20:03 +0000)]
initialize AVFormatContext before calling av_write_header()

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

15 years agoAdd refdist_flag to VC1Context.
Carl Eugen Hoyos [Fri, 9 Jan 2009 16:51:21 +0000 (16:51 +0000)]
Add refdist_flag to VC1Context.

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

15 years agoSH4: fix typo in asm constraint
Måns Rullgård [Fri, 9 Jan 2009 03:05:11 +0000 (03:05 +0000)]
SH4: fix typo in asm constraint

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

15 years agoIncrease buffer size for RTP packet data because some ASF streams use a
Ronald S. Bultje [Fri, 9 Jan 2009 01:30:14 +0000 (01:30 +0000)]
Increase buffer size for RTP packet data because some ASF streams use a
manual, non-standard blocksize which is bigger than RTP_MAX_PACKET_LENGTH.
See "[PATCH] RTSP-MS 4/15: blocksize detection" thread on mailinglist.

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

15 years agorename ff_metadata_sync_compat to ff_metadata_mux_compat
Aurelien Jacobs [Fri, 9 Jan 2009 00:01:42 +0000 (00:01 +0000)]
rename ff_metadata_sync_compat to ff_metadata_mux_compat

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

15 years agomove ff_metadata_sync_compat to metadata_compat.c
Aurelien Jacobs [Thu, 8 Jan 2009 23:30:02 +0000 (23:30 +0000)]
move ff_metadata_sync_compat to metadata_compat.c

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

15 years agoAdd a second metadata compatibility layer, so that metadata that gets
Aurelien Jacobs [Thu, 8 Jan 2009 23:24:51 +0000 (23:24 +0000)]
Add a second metadata compatibility layer, so that metadata that gets
demuxed with new API is automatically converted to the old API,
allowing old applications to stay functional.

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

15 years agoAdd PIX_FMT_VDPAU_H264.
Carl Eugen Hoyos [Thu, 8 Jan 2009 19:54:43 +0000 (19:54 +0000)]
Add PIX_FMT_VDPAU_H264.

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

15 years agoadded my gnupg fingerprint
Sascha Sommer [Thu, 8 Jan 2009 19:30:10 +0000 (19:30 +0000)]
added my gnupg fingerprint

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

15 years agocosmetics: CJPG is from Creative Webcam
Ben Littler [Thu, 8 Jan 2009 18:00:51 +0000 (18:00 +0000)]
cosmetics: CJPG is from Creative Webcam

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

15 years agofourcc CJPG is sequential jpeg
Ben Littler [Thu, 8 Jan 2009 17:51:03 +0000 (17:51 +0000)]
fourcc CJPG is sequential jpeg

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

15 years ago100l, add missing enum type, fix compilation
Baptiste Coudurier [Thu, 8 Jan 2009 07:11:43 +0000 (07:11 +0000)]
100l, add missing enum type, fix compilation

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