Alex Beregszaszi [Tue, 15 May 2007 14:58:30 +0000 (14:58 +0000)]
initial mingw networking support
Originally committed as revision 9029 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Tue, 15 May 2007 14:46:59 +0000 (14:46 +0000)]
link to ws2_32.dll only if networking is enabled
Originally committed as revision 9028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Tue, 15 May 2007 02:06:27 +0000 (02:06 +0000)]
Adding Myself to the Maintainers list for the Blackfin architecture
Originally committed as revision 9027 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 14 May 2007 23:22:02 +0000 (23:22 +0000)]
dont write over the end of ref_cache
Originally committed as revision 9026 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Mon, 14 May 2007 14:28:13 +0000 (14:28 +0000)]
Make vp3dsp*.c compilation optional.
Originally committed as revision 9025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 14 May 2007 14:07:50 +0000 (14:07 +0000)]
Change some leftover __attribute__((unused)) and __attribute__((used)) to
attribute_unused and attribute_used respectively to ease compiling on non-gcc.
Originally committed as revision 9024 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 14 May 2007 11:53:27 +0000 (11:53 +0000)]
remove some unused mjpeg encoding variables
(they were always set to a constant value)
Originally committed as revision 9023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 13 May 2007 23:22:05 +0000 (23:22 +0000)]
jpegls encoder does not call this function, so remove useless tests
Originally committed as revision 9022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 13 May 2007 23:16:56 +0000 (23:16 +0000)]
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
Originally committed as revision 9021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 13 May 2007 22:15:52 +0000 (22:15 +0000)]
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
Originally committed as revision 9020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Sun, 13 May 2007 20:19:22 +0000 (20:19 +0000)]
Blackfin DSP utilities: add DEFUN_END
DEFUN_END macro adds the size information to the symbol
table. This is introduces no functionnal change, it's only meant to simplify
e.g. debugging
Patch by Marc Hoffman %mmh A pleasantst P com%
Original thread:
Date: May 5, 2007 12:26 PM
Subject: [FFmpeg-devel] PATCH Blackfin DSP utilities, DEFUN_END added
Originally committed as revision 9019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Sun, 13 May 2007 19:22:32 +0000 (19:22 +0000)]
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color.
Speed-up compared to C version compiled with -O3 187.28%
Patch by Marc Hoffman %mmh A pleasantst P com%
Original thread:
Date: May 9, 2007 2:46 AM
Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion
Originally committed as revision 23307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Sun, 13 May 2007 19:14:18 +0000 (19:14 +0000)]
correct last element inited check
Originally committed as revision 9018 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Sun, 13 May 2007 16:32:32 +0000 (16:32 +0000)]
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%
unrolls some loops, utilizing all 8 xmm registers. fft-test
shows ~10% speed up in (I)FFT and ~8% speed up in (I)MDCT on Dothan
Originally committed as revision 9017 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 13 May 2007 16:26:16 +0000 (16:26 +0000)]
Do not use return with argument for a function "returning" void.
Originally committed as revision 9016 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 13 May 2007 14:01:15 +0000 (14:01 +0000)]
use DECLARE_ALIGNED from mem.h (which is included through common.h)
Originally committed as revision 9015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 13 May 2007 00:26:21 +0000 (00:26 +0000)]
cosmetics: indent
Originally committed as revision 9014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 13 May 2007 00:24:37 +0000 (00:24 +0000)]
replace some #ifdef CONFIG_* by if(ENABLE_*)
Originally committed as revision 9013 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 12 May 2007 23:43:23 +0000 (23:43 +0000)]
cosmetics: indentation
Originally committed as revision 9012 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 12 May 2007 23:42:07 +0000 (23:42 +0000)]
make compilation of mjpeg.c optional
Originally committed as revision 9011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Millard [Sat, 12 May 2007 23:33:53 +0000 (23:33 +0000)]
allow to enable or disable every bitstream filters individually
Original patch by Jason Millard jsm174 _at_ gmail
Date: On Fri, 11 May 2007 11:14:01 -0400
Subject: [FFmpeg-devel] enable/disable bitstream filters?
Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 12 May 2007 22:50:12 +0000 (22:50 +0000)]
jpegls never call this code, so those tests are useless
Originally committed as revision 9009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 12 May 2007 22:17:40 +0000 (22:17 +0000)]
simplify, no need for a function
Originally committed as revision 9008 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 12 May 2007 22:02:27 +0000 (22:02 +0000)]
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti
Originally committed as revision 9007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sat, 12 May 2007 19:37:26 +0000 (19:37 +0000)]
Added support for instances where linesize[0] is negative.
Based on patch by Jason Askew, jason dot askew at gmail dot com.
Originally committed as revision 9006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 12 May 2007 10:53:33 +0000 (10:53 +0000)]
Remove redundant extern declaration of j_rev_dct that is already
present in the #included header file dsputil.h.
Originally committed as revision 9005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 12 May 2007 10:43:45 +0000 (10:43 +0000)]
cosmetics: Group all test targets together.
Originally committed as revision 9004 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 12 May 2007 05:55:09 +0000 (05:55 +0000)]
sse2 & ssse3 versions of dct_quantize.
core2: mmx2=154 sse2=73 ssse3=66 (cycles)
k8: mmx2=179 sse2=149
p4: mmx2=284 sse2=194
Originally committed as revision 9003 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 12 May 2007 03:20:41 +0000 (03:20 +0000)]
configure check for whether we can compile ssse3
Originally committed as revision 9002 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 12 May 2007 02:41:25 +0000 (02:41 +0000)]
factor sum_abs_dctelem out of dct_sad, and simd it.
sum_abs_dctelem_* alone:
core2: c=186 mmx2=39 sse2=21 ssse3=13 (cycles)
k8: c=163 mmx2=33 sse2=31
p4: c=370 mmx2=60 sse2=60
dct_sad including sum_abs_dctelem_*:
core2: c=405 mmx2=258 sse2=240 ssse3=232
k8: c=624 mmx2=394 sse2=392
p4: c=849 mmx2=556 sse2=556
Originally committed as revision 9001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 12 May 2007 01:16:06 +0000 (01:16 +0000)]
sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels.
core2: before mmx2=193 cycles. after mmx2=174 sse2=122 ssse3=115 (cycles).
k8: before mmx2=205. after mmx2=184 sse2=180.
p4: before mmx2=342. after mmx2=314 sse2=309.
Originally committed as revision 9000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 12 May 2007 00:31:48 +0000 (00:31 +0000)]
fix a crash with svq1 + sse2.
EMU_EDGE broke memory alignment when the desired alignment is >32 bytes.
Originally committed as revision 8999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 11 May 2007 19:07:40 +0000 (19:07 +0000)]
cosmetics: fix indentation
Originally committed as revision 8998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Fri, 11 May 2007 11:24:06 +0000 (11:24 +0000)]
cosmetics; one test per line for all isXXX(x) macros
Originally committed as revision 23296 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Fri, 11 May 2007 10:15:12 +0000 (10:15 +0000)]
Merge RoQ entries
Originally committed as revision 8997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 May 2007 09:28:07 +0000 (09:28 +0000)]
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c
Originally committed as revision 8996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 11 May 2007 07:21:14 +0000 (07:21 +0000)]
Remove duplicate #includes, avcodec.h #includes common.h.
Originally committed as revision 8995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 11 May 2007 07:07:00 +0000 (07:07 +0000)]
Remove unused variable.
Originally committed as revision 8994 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 11 May 2007 03:29:06 +0000 (03:29 +0000)]
10l, r8991 broke mmx1 sad
Originally committed as revision 8993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 11 May 2007 01:11:45 +0000 (01:11 +0000)]
sse2 version of fullpel sad.
16% faster on core2, 5% faster on p4. 10% slower (and thus disabled) on k8.
Originally committed as revision 8992 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 11 May 2007 00:45:07 +0000 (00:45 +0000)]
tweak mmx2 sad.
40% faster on core2, 18% faster on k8, 5% faster on p4.
Originally committed as revision 8991 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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