OSDN Git Service

coroid/libav_saccubus.git
17 years agodmb1 fourcc, mjpeg_opendml.mov
Baptiste Coudurier [Thu, 10 May 2007 23:42:28 +0000 (23:42 +0000)]
dmb1 fourcc, mjpeg_opendml.mov

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

17 years agomake compilation of pnm.c optional
Aurelien Jacobs [Thu, 10 May 2007 23:16:56 +0000 (23:16 +0000)]
make compilation of pnm.c optional

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

17 years agomove pnm parser in its own file
Aurelien Jacobs [Thu, 10 May 2007 23:03:14 +0000 (23:03 +0000)]
move pnm parser in its own file

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

17 years agomove mjpeg parser in its own file
Aurelien Jacobs [Thu, 10 May 2007 22:37:36 +0000 (22:37 +0000)]
move mjpeg parser in its own file

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

17 years agocosmetics: reindent
Aurelien Jacobs [Thu, 10 May 2007 22:28:23 +0000 (22:28 +0000)]
cosmetics: reindent

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

17 years agosplit h264.c to move parser in its own file
Aurelien Jacobs [Thu, 10 May 2007 22:26:44 +0000 (22:26 +0000)]
split h264.c to move parser in its own file

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

17 years agotweak mmx2 sad.
Loren Merritt [Thu, 10 May 2007 22:24:19 +0000 (22:24 +0000)]
tweak mmx2 sad.
6% faster on core2 and k8, no change on p4.

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

17 years agoRevert r8979 (Ugly fix for r8963)
Ramiro Polla [Thu, 10 May 2007 18:44:58 +0000 (18:44 +0000)]
Revert r8979 (Ugly fix for r8963)

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

17 years agoProper fix for r8963
Jindřich Makovička [Thu, 10 May 2007 18:28:44 +0000 (18:28 +0000)]
Proper fix for r8963
Patch by Jindrich Makovicka, makovick at gmail dot com
Reference thread:
Subject: Re: [PATCH] make libavcodec use bytestream functions
Date: Thu, 10 May 2007 07:49:43 +0200

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

17 years agorename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
Aurelien Jacobs [Thu, 10 May 2007 15:24:01 +0000 (15:24 +0000)]
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c

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

17 years agoloosen vorbis_enc.c dependencies by spliting vorbis.c
Aurelien Jacobs [Thu, 10 May 2007 15:17:17 +0000 (15:17 +0000)]
loosen vorbis_enc.c dependencies by spliting vorbis.c

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

17 years agoFix r8963
Ramiro Polla [Thu, 10 May 2007 15:00:09 +0000 (15:00 +0000)]
Fix r8963

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

17 years agoFix Vorbis encoder Xiph dependency by making sure the references to
Panagiotis Issaris [Thu, 10 May 2007 14:36:36 +0000 (14:36 +0000)]
Fix Vorbis encoder Xiph dependency by making sure the references to
ff_split_xiph_headers() are there.

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

17 years agoUse url_fopen error code when opening input file
Benoit Fouet [Thu, 10 May 2007 13:25:33 +0000 (13:25 +0000)]
Use url_fopen error code when opening input file
handle the AVERROR_NOENT error case in print_error

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

17 years agoadd AVERROR_NOENT
Benoit Fouet [Thu, 10 May 2007 13:24:05 +0000 (13:24 +0000)]
add AVERROR_NOENT

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

17 years agodisable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
Aurelien Jacobs [Thu, 10 May 2007 13:11:36 +0000 (13:11 +0000)]
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in

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

17 years agoTypos
Panagiotis Issaris [Thu, 10 May 2007 10:51:00 +0000 (10:51 +0000)]
Typos

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

17 years agoReindent code after last commit
Luca Abeni [Thu, 10 May 2007 10:15:15 +0000 (10:15 +0000)]
Reindent code after last commit

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

17 years agothose tables don't need to be extern
Aurelien Jacobs [Thu, 10 May 2007 10:14:58 +0000 (10:14 +0000)]
those tables don't need to be extern

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

17 years agoAllow avoid setting the video standard and input when capturing v4l2 video.
Limin Wang [Thu, 10 May 2007 10:14:42 +0000 (10:14 +0000)]
Allow avoid setting the video standard and input when capturing v4l2 video.
Patch by Limin Wang, edited by me

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

17 years agouse header instead of copying table declarations
Aurelien Jacobs [Thu, 10 May 2007 10:12:02 +0000 (10:12 +0000)]
use header instead of copying table declarations

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

17 years agosplit msmpeg4 data to easily share some of it with vc1.c
Aurelien Jacobs [Thu, 10 May 2007 10:03:16 +0000 (10:03 +0000)]
split msmpeg4 data to easily share some of it with vc1.c

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

17 years agoadd missing rules for wmv2 compilation
Aurelien Jacobs [Thu, 10 May 2007 09:26:14 +0000 (09:26 +0000)]
add missing rules for wmv2 compilation

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

17 years agoRemove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun [Thu, 10 May 2007 09:00:44 +0000 (09:00 +0000)]
Remove redundant #inclusion of common.h, avcodec.h already #includes it.

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

17 years agosse2 version of fdct_col.
Loren Merritt [Thu, 10 May 2007 03:13:41 +0000 (03:13 +0000)]
sse2 version of fdct_col.
k8: 72->61 cycles, core2: 51->26 cycles.

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

17 years agoSimplify ptr[0]; ptr++; to *ptr++
Ramiro Polla [Wed, 9 May 2007 23:32:29 +0000 (23:32 +0000)]
Simplify ptr[0]; ptr++; to *ptr++

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

17 years agoUse bytestream
Ramiro Polla [Wed, 9 May 2007 23:21:07 +0000 (23:21 +0000)]
Use bytestream

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

17 years agoUse AV_XX16 macros
Ramiro Polla [Wed, 9 May 2007 23:15:19 +0000 (23:15 +0000)]
Use AV_XX16 macros

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

17 years agomove ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
Aurelien Jacobs [Wed, 9 May 2007 23:13:43 +0000 (23:13 +0000)]
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
now h263dec depends on mpeg4video_parser
this fixes compilation when h263 decoder is disabled

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

17 years agoRoQ muxer
Diego Biurrun [Wed, 9 May 2007 23:12:16 +0000 (23:12 +0000)]
RoQ muxer

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

17 years agoFactorize usum
Ramiro Polla [Wed, 9 May 2007 23:08:01 +0000 (23:08 +0000)]
Factorize usum

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

17 years agoRoQ muxer, patch by Vitor, vitor1001 gmail com
Vitor Sessak [Wed, 9 May 2007 23:07:40 +0000 (23:07 +0000)]
RoQ muxer, patch by Vitor, vitor1001 gmail com
reference thread:
Subject: [FFmpeg-devel] [PATCH] RoQ muxer
Date: Wed, 09 May 2007 19:44:21 +0200

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

17 years agoUse 1 array with double the size instead of 2 arrays with normal size
Ramiro Polla [Wed, 9 May 2007 22:24:23 +0000 (22:24 +0000)]
Use 1 array with double the size instead of 2 arrays with normal size
Eliminates need for concatenation and adds proper fix for FIXME

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

17 years agoAdd bias instead of -32 or 0, as is done in g.722.1
Ramiro Polla [Wed, 9 May 2007 22:00:08 +0000 (22:00 +0000)]
Add bias instead of -32 or 0, as is done in g.722.1

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

17 years agoIndentation for previous patch
Ramiro Polla [Wed, 9 May 2007 21:57:50 +0000 (21:57 +0000)]
Indentation for previous patch

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

17 years agoAdd another tmpbias variable, as bias' value will be used later
Ramiro Polla [Wed, 9 May 2007 21:56:22 +0000 (21:56 +0000)]
Add another tmpbias variable, as bias' value will be used later

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

17 years agoFix logic for return value of init_vlc
Ramiro Polla [Wed, 9 May 2007 21:50:01 +0000 (21:50 +0000)]
Fix logic for return value of init_vlc

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

17 years agoInstall MinGW shared libraries (dlls) to bindir
Ramiro Polla [Wed, 9 May 2007 21:38:26 +0000 (21:38 +0000)]
Install MinGW shared libraries (dlls) to bindir

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

17 years agoremove the need of one extra shift in rgb16ToUV
Ivo van Poorten [Wed, 9 May 2007 21:34:05 +0000 (21:34 +0000)]
remove the need of one extra shift in rgb16ToUV

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

17 years agoReplace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.
Diego Biurrun [Wed, 9 May 2007 18:23:20 +0000 (18:23 +0000)]
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.

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

17 years agoFix rgb15ToUV. Correct order of components and use one shift less.
Ivo van Poorten [Wed, 9 May 2007 17:29:20 +0000 (17:29 +0000)]
Fix rgb15ToUV. Correct order of components and use one shift less.

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

17 years agoAdd ff_ prefix to (externally) visible variables
Kostya Shishkov [Wed, 9 May 2007 16:59:46 +0000 (16:59 +0000)]
Add ff_ prefix to (externally) visible variables

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

17 years agoUse correct dequantizer value
Kostya Shishkov [Wed, 9 May 2007 11:30:30 +0000 (11:30 +0000)]
Use correct dequantizer value

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

17 years agoAllow conditional compilation of H.263-related decoders.
Diego Biurrun [Wed, 9 May 2007 09:26:06 +0000 (09:26 +0000)]
Allow conditional compilation of H.263-related decoders.

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

17 years agoRemove trailing / from -I flags, MinGW appears to dislike them.
Zuxy Meng [Wed, 9 May 2007 09:05:30 +0000 (09:05 +0000)]
Remove trailing / from -I flags, MinGW appears to dislike them.
patch by Zuxy Meng, zuxy.meng gmail com

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

17 years agomake help message go to standard output instead of standard error
Nicolas George [Wed, 9 May 2007 08:17:35 +0000 (08:17 +0000)]
make help message go to standard output instead of standard error
patch by Nicolas George \ nicolas george normalesup org /

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

17 years agocosmetics: remove code duplication in hadamard8_diff_mmx
Loren Merritt [Wed, 9 May 2007 01:46:33 +0000 (01:46 +0000)]
cosmetics: remove code duplication in hadamard8_diff_mmx

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

17 years agomove cavs parser in it's own file
Aurelien Jacobs [Wed, 9 May 2007 00:03:17 +0000 (00:03 +0000)]
move cavs parser in it's own file

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

17 years agomove defines and enums out of cavsdata.h
Aurelien Jacobs [Tue, 8 May 2007 23:58:35 +0000 (23:58 +0000)]
move defines and enums out of cavsdata.h

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

17 years agoremove no more useful includes
Aurelien Jacobs [Tue, 8 May 2007 23:30:42 +0000 (23:30 +0000)]
remove no more useful includes

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

17 years agocosmetics: rename for consistency after previous aac and ac3 parsers move
Aurelien Jacobs [Tue, 8 May 2007 23:29:07 +0000 (23:29 +0000)]
cosmetics: rename for consistency after previous aac and ac3 parsers move

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

17 years agomove aac and ac3 parsers in their own files
Aurelien Jacobs [Tue, 8 May 2007 23:25:31 +0000 (23:25 +0000)]
move aac and ac3 parsers in their own files

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

17 years agoavoid multiple inclusion of ac3.h
Aurelien Jacobs [Tue, 8 May 2007 23:24:22 +0000 (23:24 +0000)]
avoid multiple inclusion of ac3.h

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

17 years agocosmetics: remove duplicate transpose macro
Loren Merritt [Tue, 8 May 2007 17:55:56 +0000 (17:55 +0000)]
cosmetics: remove duplicate transpose macro

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

17 years agoautodetect ptx files
Ivo van Poorten [Tue, 8 May 2007 11:57:49 +0000 (11:57 +0000)]
autodetect ptx files

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

17 years agoadd myself for txd and s3tc files
Ivo van Poorten [Tue, 8 May 2007 11:03:00 +0000 (11:03 +0000)]
add myself for txd and s3tc files

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

17 years agoadd Renderware TXD format
Ivo van Poorten [Tue, 8 May 2007 11:01:14 +0000 (11:01 +0000)]
add Renderware TXD format

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

17 years agoadd V.Flash PTX image format
Ivo van Poorten [Tue, 8 May 2007 11:00:33 +0000 (11:00 +0000)]
add V.Flash PTX image format

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

17 years agoMove H.263 parser to its own file.
Diego Biurrun [Tue, 8 May 2007 08:52:38 +0000 (08:52 +0000)]
Move H.263 parser to its own file.

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

17 years agoAdd a few explanatory comments.
Diego Biurrun [Tue, 8 May 2007 08:27:00 +0000 (08:27 +0000)]
Add a few explanatory comments.

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

17 years agoRoQ audio encoder
Diego Biurrun [Mon, 7 May 2007 23:33:33 +0000 (23:33 +0000)]
RoQ audio encoder

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

17 years agoRenderware TXD decoder and demuxer
Ivo van Poorten [Mon, 7 May 2007 20:10:35 +0000 (20:10 +0000)]
Renderware TXD decoder and demuxer

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

17 years agoadd doxygen comments
Ivo van Poorten [Mon, 7 May 2007 20:07:35 +0000 (20:07 +0000)]
add doxygen comments

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

17 years agocosmetics: fix inconsistent indentation
Aurelien Jacobs [Mon, 7 May 2007 15:44:42 +0000 (15:44 +0000)]
cosmetics: fix inconsistent indentation

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

17 years agofix display of theora videos with visible size smaller than encoded size
Aurelien Jacobs [Mon, 7 May 2007 15:43:01 +0000 (15:43 +0000)]
fix display of theora videos with visible size smaller than encoded size

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

17 years agoRenderware TXD demuxer
Ivo van Poorten [Mon, 7 May 2007 13:30:08 +0000 (13:30 +0000)]
Renderware TXD demuxer

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

17 years agoRenderware TXD decoder
Ivo van Poorten [Mon, 7 May 2007 13:29:02 +0000 (13:29 +0000)]
Renderware TXD decoder

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

17 years agogeneric S3TC DXT1 and DXT3 decoding functions
Ivo van Poorten [Mon, 7 May 2007 13:15:24 +0000 (13:15 +0000)]
generic S3TC DXT1 and DXT3 decoding functions

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

17 years agoadd AV_[RW][BL]64 support
Ivo van Poorten [Mon, 7 May 2007 13:12:33 +0000 (13:12 +0000)]
add AV_[RW][BL]64 support

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

17 years agoimprove mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11...
Michael Niedermayer [Mon, 7 May 2007 11:57:46 +0000 (11:57 +0000)]
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4)

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

17 years agoRoQ audio encoder
Vitor Sessak [Mon, 7 May 2007 08:55:27 +0000 (08:55 +0000)]
RoQ audio encoder
patch by Vitor vitor1001 gmail com

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

17 years agomake some parser parameters const to avoid casting const to non-const
Aurelien Jacobs [Mon, 7 May 2007 00:47:03 +0000 (00:47 +0000)]
make some parser parameters const to avoid casting const to non-const

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

17 years agoFix two small typos in comment
Reimar Döffinger [Sun, 6 May 2007 18:23:28 +0000 (18:23 +0000)]
Fix two small typos in comment

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

17 years agofix possibly exploitable stack overflow with num_sprite_warping_points (found by...
Michael Niedermayer [Sun, 6 May 2007 15:25:04 +0000 (15:25 +0000)]
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar)

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

17 years agobetter wording for the alphabetical lists
Michael Niedermayer [Sun, 6 May 2007 12:23:44 +0000 (12:23 +0000)]
better wording for the alphabetical lists

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

17 years agocosmetics: Fix indentation after last commit, patch by Zuxy Meng.
Zuxy Meng [Sun, 6 May 2007 12:04:17 +0000 (12:04 +0000)]
cosmetics: Fix indentation after last commit, patch by Zuxy Meng.

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

17 years agoAdd prefix to some variables for consistency
Kostya Shishkov [Sun, 6 May 2007 11:40:42 +0000 (11:40 +0000)]
Add prefix to some variables for consistency

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

17 years agoMove VC-1 data to .c file
Kostya Shishkov [Sun, 6 May 2007 11:23:12 +0000 (11:23 +0000)]
Move VC-1 data to .c file

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

17 years agoMake vc1_parser.c compilable without special defines
Kostya Shishkov [Sun, 6 May 2007 11:01:25 +0000 (11:01 +0000)]
Make vc1_parser.c compilable without special defines

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

17 years agoMove variables to vc1data.h
Kostya Shishkov [Sun, 6 May 2007 10:58:32 +0000 (10:58 +0000)]
Move variables to vc1data.h

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

17 years agoAdd a note about maintaining alphabetical order to patch submission checklist.
Diego Biurrun [Sun, 6 May 2007 10:48:41 +0000 (10:48 +0000)]
Add a note about maintaining alphabetical order to patch submission checklist.

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

17 years agosimplify
Loren Merritt [Sun, 6 May 2007 09:17:50 +0000 (09:17 +0000)]
simplify

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

17 years agoMove dvdsub parser to its own file.
Diego Biurrun [Sun, 6 May 2007 09:12:10 +0000 (09:12 +0000)]
Move dvdsub parser to its own file.

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

17 years agoRename dvbsubdec_parser.c to dvbsub_parser.c.
Diego Biurrun [Sun, 6 May 2007 08:41:24 +0000 (08:41 +0000)]
Rename dvbsubdec_parser.c to dvbsub_parser.c.

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

17 years agosimplify
Loren Merritt [Sun, 6 May 2007 06:46:20 +0000 (06:46 +0000)]
simplify

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

17 years agofaster and simpler vp6 bilinear mc
Loren Merritt [Sun, 6 May 2007 06:43:33 +0000 (06:43 +0000)]
faster and simpler vp6 bilinear mc

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

17 years agoMove dvbsubdec parser to its own file.
Diego Biurrun [Sun, 6 May 2007 02:11:31 +0000 (02:11 +0000)]
Move dvbsubdec parser to its own file.

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

17 years agoRemove superfluous #includes, parser.h now includes its prerequisites.
Diego Biurrun [Sat, 5 May 2007 21:11:22 +0000 (21:11 +0000)]
Remove superfluous #includes, parser.h now includes its prerequisites.

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

17 years agoff_frame_rate_tab is now declared in mpegvideo.h
Aurelien Jacobs [Sat, 5 May 2007 18:32:19 +0000 (18:32 +0000)]
ff_frame_rate_tab is now declared in mpegvideo.h

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

17 years agoavoid a clash between two definitions of SEQ_START_CODE
Aurelien Jacobs [Sat, 5 May 2007 18:31:34 +0000 (18:31 +0000)]
avoid a clash between two definitions of SEQ_START_CODE

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

17 years agoadd a ff_ prefix to the now exported mpeg1_find_frame_end() function
Aurelien Jacobs [Sat, 5 May 2007 18:25:02 +0000 (18:25 +0000)]
add a ff_ prefix to the now exported mpeg1_find_frame_end() function

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

17 years agomove mpegvideo_parser in it's own file
Aurelien Jacobs [Sat, 5 May 2007 18:18:51 +0000 (18:18 +0000)]
move mpegvideo_parser in it's own file

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

17 years agoavoid a 'discards qualifiers from pointer' warning
Aurelien Jacobs [Sat, 5 May 2007 18:17:03 +0000 (18:17 +0000)]
avoid a 'discards qualifiers from pointer' warning

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

17 years agomove mpegaudio_parser in it's own file
Aurelien Jacobs [Sat, 5 May 2007 18:08:16 +0000 (18:08 +0000)]
move mpegaudio_parser in it's own file

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

17 years agomove mpeg4video_parser in it's own file
Aurelien Jacobs [Sat, 5 May 2007 17:59:37 +0000 (17:59 +0000)]
move mpeg4video_parser in it's own file

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

17 years agoparser.h uses AVCodecContext so it needs to include avcodec.h
Aurelien Jacobs [Sat, 5 May 2007 17:56:47 +0000 (17:56 +0000)]
parser.h uses AVCodecContext so it needs to include avcodec.h

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

17 years agoset CODEC_CAP_DR1 for vp5 and vp6 decoders
Aurelien Jacobs [Sat, 5 May 2007 15:21:57 +0000 (15:21 +0000)]
set CODEC_CAP_DR1 for vp5 and vp6 decoders

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

17 years agoparser.c is compiled unconditionally, there is no need to compile it
Diego Biurrun [Sat, 5 May 2007 12:24:51 +0000 (12:24 +0000)]
parser.c is compiled unconditionally, there is no need to compile it
conditional to CONFIG_AC3_PARSER.

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

17 years agoFix multiple "‘inline/static’ is not at beginning of declaration" warnings.
Diego Biurrun [Sat, 5 May 2007 12:18:14 +0000 (12:18 +0000)]
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.

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

17 years agoFix warning:
Diego Biurrun [Sat, 5 May 2007 11:14:03 +0000 (11:14 +0000)]
Fix warning:
In file included from mjpeg.c:903:
jpeg_ls.c:190: warning: ‘inline’ is not at beginning of declaration

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