platform/upstream/libav.git
19 years agooptimizations
Michael Niedermayer [Mon, 30 May 2005 15:03:06 +0000 (15:03 +0000)]
optimizations

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

19 years agofaster float->short conversation
Michael Niedermayer [Mon, 30 May 2005 00:07:52 +0000 (00:07 +0000)]
faster float->short conversation

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

19 years agoilog() -> av_log2()
Michael Niedermayer [Sun, 29 May 2005 22:50:22 +0000 (22:50 +0000)]
ilog() -> av_log2()

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

19 years agoVorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
Michael Niedermayer [Sun, 29 May 2005 22:11:05 +0000 (22:11 +0000)]
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)

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

19 years agodecode h264 end-of-slice flag
Loren Merritt [Sun, 29 May 2005 18:18:13 +0000 (18:18 +0000)]
decode h264 end-of-slice flag

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

19 years agochanging a few AV_LOG_DEBUG to AV_LOG_INFO
Michael Niedermayer [Sun, 29 May 2005 11:44:21 +0000 (11:44 +0000)]
changing a few AV_LOG_DEBUG to AV_LOG_INFO

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

19 years agoAVPacket.pos
Michael Niedermayer [Thu, 26 May 2005 20:17:12 +0000 (20:17 +0000)]
AVPacket.pos

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

19 years agotr -d '\015'
Michael Niedermayer [Thu, 26 May 2005 17:48:23 +0000 (17:48 +0000)]
tr -d '\015'

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

19 years agocleanup
Michael Niedermayer [Thu, 26 May 2005 14:40:20 +0000 (14:40 +0000)]
cleanup

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

19 years agoBetter ARM support for mplayer/ffmpeg, ported from atty fork
Bernhard Rosenkränzer [Thu, 26 May 2005 14:32:46 +0000 (14:32 +0000)]
Better ARM support for mplayer/ffmpeg, ported from atty fork
while playing with some new hardware, I found it's running a forked mplayer
 -- and it looks like they're following the GPL.

 The maintainer's page is here: http://atty.jp/?Zaurus/mplayer
 Unfortunately it's mostly in Japanese, so it's hard to figure out any
  details.

  Their code looks quite interesting (at least to those of us w/ ARM CPUs).

  The patches I've attached are the patches from atty.jp with a couple of
  modifications by myself:
  - ported to current CVS
  - reverted their change of removing SNOW support from ffmpeg
  - cleaned up their bswap mess
  - removed DOS-style linebreaks from various files

patch by (Bernhard Rosenkraenzer: bero, arklinux org)

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

19 years agovery tiny script to remove tabs and trailing whitespace from patches
Michael Niedermayer [Thu, 26 May 2005 12:58:54 +0000 (12:58 +0000)]
very tiny script to remove tabs and trailing whitespace from patches

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

19 years agovhook watermark patch by (Marcus Engene: ffmpeg, engene se)
Marcus Engene [Thu, 26 May 2005 09:18:38 +0000 (09:18 +0000)]
vhook watermark patch by (Marcus Engene: ffmpeg, engene se)

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

19 years agosync output stream against any input stream (extension of map) patch by (Wolfram...
Wolfram Gloger [Thu, 26 May 2005 08:59:05 +0000 (08:59 +0000)]
sync output stream against any input stream (extension of map) patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)

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

19 years agoAV_LOG_DEBUG is not a good default ...
Michael Niedermayer [Thu, 26 May 2005 08:57:13 +0000 (08:57 +0000)]
AV_LOG_DEBUG is not a good default ...

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

19 years agoRTP/RTSP and MPEG4-AAC audio
Romain Degez [Thu, 26 May 2005 07:47:51 +0000 (07:47 +0000)]
RTP/RTSP and MPEG4-AAC audio
  - preliminary support for mpeg4-aac rtp payload (no interleaving support)
  - use udp transport as default (makes more sense with rtp, doesn't it ?)
  - some code factorization, so adding support for new rtp payload will be easier
  (I hope ;-)
patch by (Romain DEGEZ: romain degez, smartjog com)

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

19 years agoMMX code for (put|avg)_h264_chroma_mc8
Zoltán Hidvégi [Wed, 25 May 2005 08:05:41 +0000 (08:05 +0000)]
MMX code for (put|avg)_h264_chroma_mc8

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

19 years agoread loop filter limit values from Theora header, courtesy of Matthieu
Mike Melanson [Tue, 24 May 2005 14:21:42 +0000 (14:21 +0000)]
read loop filter limit values from Theora header, courtesy of Matthieu
Castet (castet.matthieu -at- free.fr)

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

19 years agoldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
Jacob Meuser [Sun, 22 May 2005 23:58:58 +0000 (23:58 +0000)]
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)

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

19 years agolibgsm warper by (Alban Bedel: albeu, free fr)
Michael Niedermayer [Sun, 22 May 2005 23:39:11 +0000 (23:39 +0000)]
libgsm warper by (Alban Bedel: albeu, free fr)

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

19 years agoav_find_stream_info() end check fixes
Michael Niedermayer [Sun, 22 May 2005 08:47:09 +0000 (08:47 +0000)]
av_find_stream_info() end check fixes
  10l (wrong time base)
  use timestamps if duration isnt available

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

19 years agofix max b frames with b frame strategy 1
Michael Niedermayer [Sat, 21 May 2005 22:20:26 +0000 (22:20 +0000)]
fix max b frames with b frame strategy 1

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

19 years agob frame strategy
Michael Niedermayer [Sat, 21 May 2005 22:03:24 +0000 (22:03 +0000)]
b frame strategy
set emu edge if lowres

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

19 years agoSTART/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)
Michael Niedermayer [Sat, 21 May 2005 21:37:07 +0000 (21:37 +0000)]
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)

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

19 years agofix bugs in new loop filter code; also, refrain from filtering against
Mike Melanson [Sat, 21 May 2005 19:31:16 +0000 (19:31 +0000)]
fix bugs in new loop filter code; also, refrain from filtering against
data that has yet to be rendered; still #if'd out, will revisit when
proper algorithm can be validated

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

19 years agoupdate current_sample number for non split mode
Michael Niedermayer [Sat, 21 May 2005 10:41:52 +0000 (10:41 +0000)]
update current_sample number for non split mode
fix chunk split decission

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

19 years agosegfault fix
Michael Niedermayer [Sat, 21 May 2005 10:25:58 +0000 (10:25 +0000)]
segfault fix

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

19 years agosupport non interleaved mov files
Michael Niedermayer [Sat, 21 May 2005 09:50:25 +0000 (09:50 +0000)]
support non interleaved mov files

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

19 years agoremove unused vp3 related function pointers
Michael Niedermayer [Sat, 21 May 2005 07:43:49 +0000 (07:43 +0000)]
remove unused vp3 related function pointers

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

19 years agodisable broken loop filter optimization
Michael Niedermayer [Sat, 21 May 2005 07:35:15 +0000 (07:35 +0000)]
disable broken loop filter optimization
melanson please test your optimizations before commiting!

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

19 years agoapply the loop filter to fragments as they are rendered into the final
Mike Melanson [Sat, 21 May 2005 05:20:52 +0000 (05:20 +0000)]
apply the loop filter to fragments as they are rendered into the final
output

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

19 years agorender by the slice rather than the plane
Mike Melanson [Sat, 21 May 2005 04:43:36 +0000 (04:43 +0000)]
render by the slice rather than the plane

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

19 years ago10l (overwriting w/h with 0)
Michael Niedermayer [Sat, 21 May 2005 02:06:45 +0000 (02:06 +0000)]
10l (overwriting w/h with 0)

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

19 years agoclean up some warnings and dead code
Mike Melanson [Sat, 21 May 2005 02:06:27 +0000 (02:06 +0000)]
clean up some warnings and dead code

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

19 years ago1.) LGPL license mentioned
Denes Balatoni [Sat, 21 May 2005 01:17:20 +0000 (01:17 +0000)]
1.) LGPL license mentioned
2.) Stack useage decreased by 64kb
3.) One more bug fixed
patch by (Balatoni Denes <dbalatoni.programozo@hu>)

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

19 years agoanother bitstream extraction to optimize: fixed-length motion vectors
Mike Melanson [Sat, 21 May 2005 01:12:41 +0000 (01:12 +0000)]
another bitstream extraction to optimize: fixed-length motion vectors

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

19 years agofix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)
Joakim Plate [Fri, 20 May 2005 13:10:09 +0000 (13:10 +0000)]
fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)

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

19 years agoShould fix altivec detection for g3 system.
Nicolas Plourde [Fri, 20 May 2005 12:08:31 +0000 (12:08 +0000)]
Should fix altivec detection for g3 system.

Originally committed as revision 15524 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

19 years agoread Huffman tables from Theora header (patch courtesy of
Mike Melanson [Thu, 19 May 2005 23:59:10 +0000 (23:59 +0000)]
read Huffman tables from Theora header (patch courtesy of
Matthieu Castet <castet.matthieu at free.fr>)

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

19 years agodon't try to find file length if streaming
Måns Rullgård [Thu, 19 May 2005 21:03:03 +0000 (21:03 +0000)]
don't try to find file length if streaming

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

19 years agomemory leak
Loren Merritt [Thu, 19 May 2005 19:11:40 +0000 (19:11 +0000)]
memory leak

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

19 years agoaccept old extradata format
Måns Rullgård [Thu, 19 May 2005 11:45:10 +0000 (11:45 +0000)]
accept old extradata format

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

19 years agofix decoding of multi-channel vorbis streams
Måns Rullgård [Thu, 19 May 2005 11:41:41 +0000 (11:41 +0000)]
fix decoding of multi-channel vorbis streams

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

19 years agouse O(number of non zero coeffs) instead of O(number of coeffs) storage for the coeff...
Michael Niedermayer [Thu, 19 May 2005 10:48:36 +0000 (10:48 +0000)]
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering

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

19 years agofix crash on negative POC
Loren Merritt [Thu, 19 May 2005 04:48:06 +0000 (04:48 +0000)]
fix crash on negative POC

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

19 years agoreplace unpack_token() with a series of lookup tables
Mike Melanson [Thu, 19 May 2005 02:43:21 +0000 (02:43 +0000)]
replace unpack_token() with a series of lookup tables

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

19 years agoinstall libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from...
Aurelien Jacobs [Thu, 19 May 2005 00:17:50 +0000 (00:17 +0000)]
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)

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

19 years agodrop most url_fileno() calls (allows to use ByteIOContext directly in caller apps...
Aurelien Jacobs [Thu, 19 May 2005 00:06:27 +0000 (00:06 +0000)]
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)

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

19 years agofix mpeg2 chroma_420_type
Michael Niedermayer [Wed, 18 May 2005 19:42:42 +0000 (19:42 +0000)]
fix mpeg2 chroma_420_type

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

19 years agofix 4MV MC and reinstate new MC VLC
Mike Melanson [Wed, 18 May 2005 17:14:59 +0000 (17:14 +0000)]
fix 4MV MC and reinstate new MC VLC

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

19 years agofix shared libpostproc build
Måns Rullgård [Wed, 18 May 2005 14:05:17 +0000 (14:05 +0000)]
fix shared libpostproc build

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

19 years agoH.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to...
Loren Merritt [Wed, 18 May 2005 09:17:22 +0000 (09:17 +0000)]
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)

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

19 years agoreduce size of Vp3Fragment from 32byte to 16byte
Michael Niedermayer [Wed, 18 May 2005 09:07:26 +0000 (09:07 +0000)]
reduce size of Vp3Fragment from 32byte to 16byte

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

19 years agooptimizing rle decoding loops a little
Michael Niedermayer [Wed, 18 May 2005 08:48:11 +0000 (08:48 +0000)]
optimizing rle decoding loops a little

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

19 years agodisabling buggy optimizations
Michael Niedermayer [Wed, 18 May 2005 07:59:07 +0000 (07:59 +0000)]
disabling buggy optimizations

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

19 years agoreplace get_superblock_run_length() with a VLC table
Mike Melanson [Wed, 18 May 2005 00:11:49 +0000 (00:11 +0000)]
replace get_superblock_run_length() with a VLC table

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

19 years agouse VLCs for in place of get_fragment_run_length(), get_mode_code(), and
Mike Melanson [Tue, 17 May 2005 23:39:23 +0000 (23:39 +0000)]
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and
get_motion_vector_vlc()

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

19 years agosignature has an 'x'
Mike Melanson [Tue, 17 May 2005 23:09:59 +0000 (23:09 +0000)]
signature has an 'x'

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

19 years agoFraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
Mike Melanson [Tue, 17 May 2005 22:47:34 +0000 (22:47 +0000)]
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
at users sf net>

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

19 years agosome optimizations gcc should have done (10% faster loop filter)
Michael Niedermayer [Tue, 17 May 2005 20:50:47 +0000 (20:50 +0000)]
some optimizations gcc should have done (10% faster loop filter)

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

19 years agoSATURATE_U8 -> clip_uint8 (10% faster loop filter)
Michael Niedermayer [Tue, 17 May 2005 20:30:22 +0000 (20:30 +0000)]
SATURATE_U8 -> clip_uint8 (10% faster loop filter)

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

19 years agoVorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
Michael Niedermayer [Tue, 17 May 2005 19:02:43 +0000 (19:02 +0000)]
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)

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

19 years agoporting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
Michael Niedermayer [Tue, 17 May 2005 18:28:40 +0000 (18:28 +0000)]
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API

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

19 years agoremove duplicate zigzag tables
Michael Niedermayer [Tue, 17 May 2005 11:36:07 +0000 (11:36 +0000)]
remove duplicate zigzag tables

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

19 years agofix idct permutation
Michael Niedermayer [Tue, 17 May 2005 11:31:57 +0000 (11:31 +0000)]
fix idct permutation

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

19 years agoporting vp3 idct over to lavc idct api
Michael Niedermayer [Tue, 17 May 2005 11:12:04 +0000 (11:12 +0000)]
porting vp3 idct over to lavc idct api

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

19 years agoremove permutation done to quant tables and then undone during idct
Michael Niedermayer [Tue, 17 May 2005 09:18:49 +0000 (09:18 +0000)]
remove permutation done to quant tables and then undone during idct
move permutation from idct to unpack_vlcs

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

19 years agodisabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill...
Michael Niedermayer [Tue, 17 May 2005 09:11:48 +0000 (09:11 +0000)]
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct

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

19 years agofix last coeff
Michael Niedermayer [Tue, 17 May 2005 08:46:40 +0000 (08:46 +0000)]
fix last coeff

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

19 years agoclear blocks after each idct instead of per picture
Michael Niedermayer [Tue, 17 May 2005 00:52:29 +0000 (00:52 +0000)]
clear blocks after each idct instead of per picture
dont store the all zero coefficients of skiped blocks

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

19 years agoparse and save hrd_fullness and range_map
Ivan Kalvachev [Mon, 16 May 2005 23:11:38 +0000 (23:11 +0000)]
parse and save hrd_fullness and range_map

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

19 years agoCygwin now has a native inttypes.h that works better than the custom one.
Diego Biurrun [Mon, 16 May 2005 22:49:28 +0000 (22:49 +0000)]
Cygwin now has a native inttypes.h that works better than the custom one.

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

19 years agosome benchmarking code
Michael Niedermayer [Mon, 16 May 2005 21:49:18 +0000 (21:49 +0000)]
some benchmarking code

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

19 years agovarious 10l fixes for the loop filter
Michael Niedermayer [Mon, 16 May 2005 17:22:36 +0000 (17:22 +0000)]
various 10l fixes for the loop filter

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

19 years agowhitespace cosmetics
Ivan Kalvachev [Mon, 16 May 2005 14:55:22 +0000 (14:55 +0000)]
whitespace cosmetics

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

19 years agoadd VP30 fourcc
Måns Rullgård [Mon, 16 May 2005 13:21:39 +0000 (13:21 +0000)]
add VP30 fourcc

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

19 years agofix dequant matrix
Michael Niedermayer [Mon, 16 May 2005 09:29:13 +0000 (09:29 +0000)]
fix dequant matrix

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

19 years agoanother try at decode_ref_pic_list_reordering()
Michael Niedermayer [Sun, 15 May 2005 01:40:34 +0000 (01:40 +0000)]
another try at decode_ref_pic_list_reordering()

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

19 years agowork with latest svn of x264
Måns Rullgård [Sat, 14 May 2005 21:02:49 +0000 (21:02 +0000)]
work with latest svn of x264

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

19 years agoffm.c rev 1.39+
Michael Niedermayer [Sat, 14 May 2005 19:51:09 +0000 (19:51 +0000)]
ffm.c rev 1.39+

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

19 years agoround duration up in mov
Michael Niedermayer [Sat, 14 May 2005 19:48:32 +0000 (19:48 +0000)]
round duration up in mov

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

19 years agopreserve parse context
Michael Niedermayer [Sat, 14 May 2005 15:34:49 +0000 (15:34 +0000)]
preserve parse context

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

19 years agofill missing reference pictures with something to avoid assertion failure
Michael Niedermayer [Sat, 14 May 2005 00:04:11 +0000 (00:04 +0000)]
fill missing reference pictures with something to avoid assertion failure

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

19 years ago10l (%f vs. %Ld)
Michael Niedermayer [Fri, 13 May 2005 23:11:32 +0000 (23:11 +0000)]
10l (%f vs. %Ld)

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

19 years agofix theora header parsing
Matthieu Castet [Fri, 13 May 2005 21:06:44 +0000 (21:06 +0000)]
fix theora header parsing
patch by Matthieu Castet <castet dot matthieu at free dot fr>

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

19 years agoremove/replace non-ascii characters
Måns Rullgård [Fri, 13 May 2005 21:04:16 +0000 (21:04 +0000)]
remove/replace non-ascii characters

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

19 years agoset correct source path when running configure using relative path
Måns Rullgård [Fri, 13 May 2005 20:57:27 +0000 (20:57 +0000)]
set correct source path when running configure using relative path

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

19 years agochange extradata format for vorbis
Måns Rullgård [Fri, 13 May 2005 18:10:23 +0000 (18:10 +0000)]
change extradata format for vorbis

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

19 years agofix mimetype
Michael Niedermayer [Fri, 13 May 2005 12:09:45 +0000 (12:09 +0000)]
fix mimetype

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

19 years agoalignment fix by (Gábor Kovács >picard demoscene hu)
Michael Niedermayer [Fri, 13 May 2005 12:00:12 +0000 (12:00 +0000)]
alignment fix by (Gábor Kovács >picard demoscene hu)

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

19 years ago10l (mb_type uninitalized and then changed and overwritten)
Michael Niedermayer [Fri, 13 May 2005 08:17:25 +0000 (08:17 +0000)]
10l (mb_type uninitalized and then changed and overwritten)

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

19 years agotypo found by Chengji Zhao
Michael Niedermayer [Thu, 12 May 2005 23:34:23 +0000 (23:34 +0000)]
typo found by Chengji Zhao

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

19 years agoallow various x86 models with --tune
Måns Rullgård [Thu, 12 May 2005 23:06:47 +0000 (23:06 +0000)]
allow various x86 models with --tune

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

19 years agocheck theora version
Måns Rullgård [Thu, 12 May 2005 22:33:05 +0000 (22:33 +0000)]
check theora version

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

19 years agoarm alignment fix
Michael Niedermayer [Thu, 12 May 2005 18:54:03 +0000 (18:54 +0000)]
arm alignment fix

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

19 years ago10l (rescaling AV_NOPTS_VALUE)
Michael Niedermayer [Thu, 12 May 2005 16:28:24 +0000 (16:28 +0000)]
10l (rescaling AV_NOPTS_VALUE)

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

19 years ago10l (overflows)
Michael Niedermayer [Thu, 12 May 2005 16:27:05 +0000 (16:27 +0000)]
10l (overflows)

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

19 years agofew bistream fixes and verbosity tweaks
Ivan Kalvachev [Thu, 12 May 2005 15:13:19 +0000 (15:13 +0000)]
few bistream fixes and verbosity tweaks

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

19 years agosanity check
Michael Niedermayer [Thu, 12 May 2005 10:15:19 +0000 (10:15 +0000)]
sanity check

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

19 years agosome asserts()
Michael Niedermayer [Thu, 12 May 2005 08:44:17 +0000 (08:44 +0000)]
some asserts()

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

19 years agob_frame_strategy sanity check
Michael Niedermayer [Thu, 12 May 2005 01:31:11 +0000 (01:31 +0000)]
b_frame_strategy sanity check

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