Jan Knutar [Tue, 27 Sep 2005 08:35:12 +0000 (08:35 +0000)]
NetBSD build fix: A forgotten $extraflags caused -lm to fall off.
patch by Jan Knutar <jknutar -- at -- nic -- dot -- fi>
Originally committed as revision 4619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Tue, 27 Sep 2005 05:12:13 +0000 (05:12 +0000)]
6% faster decode_cabac_residual
Originally committed as revision 4618 to svn://svn.ffmpeg.org/ffmpeg/trunk
diane_cartman@gmx.de [Tue, 27 Sep 2005 04:46:45 +0000 (04:46 +0000)]
13% faster decode_residual (cavlc).
patch by diane_cartman at gmx dot de.
Originally committed as revision 4617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 26 Sep 2005 10:05:13 +0000 (10:05 +0000)]
support for building dynamic libraries on Mac OS X
based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org>
Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Sat, 24 Sep 2005 17:42:56 +0000 (17:42 +0000)]
Fix some #ifdef to allow building amr_wb alone.
patch by Michel Bardiaux < mbardiaux -- dot -- mediaxim -- dot -- be >
Originally committed as revision 4615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sam Hocevar [Sat, 24 Sep 2005 17:10:25 +0000 (17:10 +0000)]
Tell configure about hppa, s390, mipsel, m68k and ia64 architectures.
patch by Sam Hocevar < sam -- at -- zoy -- dot -- org >
Originally committed as revision 4614 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 24 Sep 2005 17:06:50 +0000 (17:06 +0000)]
spelling fixes
Originally committed as revision 4613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 23 Sep 2005 01:08:48 +0000 (01:08 +0000)]
Make configure bail out when confronted with unknown options.
Originally committed as revision 4612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 23 Sep 2005 00:25:41 +0000 (00:25 +0000)]
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
in libavformat to allow building (de)coders and (de)muxers independently at
some point + support for this option in configure.
Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Wed, 21 Sep 2005 23:18:52 +0000 (23:18 +0000)]
fix some pointer to intger without cast warnings (patch by Michel Bardiaux)
Originally committed as revision 4610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 21 Sep 2005 23:09:16 +0000 (23:09 +0000)]
fix unused variable warnings
Originally committed as revision 4609 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 21 Sep 2005 21:17:09 +0000 (21:17 +0000)]
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
the trick is from various places (my own code in libpostproc, a patch on the x264 list, ...)
Originally committed as revision 4608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gábor Kovács [Wed, 21 Sep 2005 08:14:17 +0000 (08:14 +0000)]
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
Here is a patch which frees the rbsp_buffer in decode_end().
patch by (Gábor Kovács | picard / demoscene \ hu)
Originally committed as revision 4607 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sam Hocevar [Wed, 21 Sep 2005 00:09:02 +0000 (00:09 +0000)]
Add a leading zero to the sequence files generated by the testsuite
so they always appear in proper order.
patch by Sam Hocevar < sam -- at -- zoy -- dot -- org >
Originally committed as revision 4606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 21 Sep 2005 00:04:42 +0000 (00:04 +0000)]
Add some files generated by regression tests.
Originally committed as revision 4605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 20 Sep 2005 23:52:29 +0000 (23:52 +0000)]
Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.
Originally committed as revision 4604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 20 Sep 2005 21:43:45 +0000 (21:43 +0000)]
changing a few options to AVOptions
Originally committed as revision 4603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 20 Sep 2005 18:51:12 +0000 (18:51 +0000)]
precautionary checks
Originally committed as revision 4602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 20 Sep 2005 18:47:08 +0000 (18:47 +0000)]
doxygenize a few comments
very minor cleanup
Originally committed as revision 4601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 20 Sep 2005 12:57:20 +0000 (12:57 +0000)]
dont print NULL
Originally committed as revision 4600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 19 Sep 2005 23:26:47 +0000 (23:26 +0000)]
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h
where it makes more sense.
Originally committed as revision 4599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 19 Sep 2005 12:03:51 +0000 (12:03 +0000)]
set pts for h.263 decoding
Originally committed as revision 4598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 18 Sep 2005 21:21:01 +0000 (21:21 +0000)]
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
Originally committed as revision 4597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 18 Sep 2005 14:45:17 +0000 (14:45 +0000)]
print more time_base fps stuff if av_log level is at debug or above
print more likely correct fps
not sure if this is formated optimally ...
Originally committed as revision 4596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 17 Sep 2005 08:15:07 +0000 (08:15 +0000)]
check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
fixes crash with http://stud4.tuwien.ac.at/~
e0326863/ats/bbc-sample_small.mpg
and MPlayer's broken packetizer (but will not decode right of course).
Originally committed as revision 4595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dario Andrade [Wed, 14 Sep 2005 21:05:24 +0000 (21:05 +0000)]
set more x264 encoding parameters
patch by Dario Andrade <dario at ip tv>
Originally committed as revision 4594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 13 Sep 2005 23:33:53 +0000 (23:33 +0000)]
minor typo fixes
Originally committed as revision 4593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Sep 2005 19:16:07 +0000 (19:16 +0000)]
the people want lower case ...
Originally committed as revision 4592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Sep 2005 18:24:48 +0000 (18:24 +0000)]
dont include opt.h in avcodec.h
Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Sep 2005 16:30:47 +0000 (16:30 +0000)]
CAREFULL --> CAREFUL typo fix
Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Sep 2005 15:51:29 +0000 (15:51 +0000)]
spelling/grammar/wording
Originally committed as revision 4589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Sep 2005 15:16:27 +0000 (15:16 +0000)]
clarify GPL patch acceptance policy
Originally committed as revision 4588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Sep 2005 12:07:08 +0000 (12:07 +0000)]
converting a few more options to AVOptions
Originally committed as revision 4587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Sep 2005 10:23:52 +0000 (10:23 +0000)]
convert some options in ffmpeg.c to AVOptions
Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 23:19:57 +0000 (23:19 +0000)]
avoid stdio.h
Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 23:10:28 +0000 (23:10 +0000)]
checksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ...)
Originally committed as revision 4584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 16:39:47 +0000 (16:39 +0000)]
common questions people ask me all the time, lets hope this reduces the stuff in my inbox, otherwise ill train bogofilter on them ...
Originally committed as revision 4583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 14:39:33 +0000 (14:39 +0000)]
missing include noticed by g0th
Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 14:22:42 +0000 (14:22 +0000)]
flags and named constants with type checking of course for AVOption
spliting AVOption specific stuff out of avcodec.h into opt.h
Originally committed as revision 4581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 11:10:25 +0000 (11:10 +0000)]
AVOption API improvments
support AVOptions for encoding in ffmpeg.c
Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 08:32:25 +0000 (08:32 +0000)]
checksum doesnt cover the forward_ptr anymore
Originally committed as revision 4579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 08:28:03 +0000 (08:28 +0000)]
forward_ptr doesnt contain its own length anymore
Originally committed as revision 4578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Sep 2005 08:24:36 +0000 (08:24 +0000)]
do not rescale AV_NOPTS_VALUE
Originally committed as revision 4577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Sep 2005 23:00:13 +0000 (23:00 +0000)]
add xvid idcts to dct-test
Originally committed as revision 4576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 10 Sep 2005 19:30:40 +0000 (19:30 +0000)]
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
Originally committed as revision 4575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Sep 2005 19:03:37 +0000 (19:03 +0000)]
remove unused table entries
change non portable table access
Originally committed as revision 4574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Sep 2005 17:09:54 +0000 (17:09 +0000)]
select xvid idct for xvid files if possible
Originally committed as revision 4573 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Sep 2005 17:01:30 +0000 (17:01 +0000)]
xvids mmx&mmx2 idcts
needed to decode xvid without some minor artefacts
under #ifdef CONFIG_GPL of course
Originally committed as revision 4572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Sep 2005 01:13:10 +0000 (01:13 +0000)]
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
Originally committed as revision 4571 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 7 Sep 2005 19:15:48 +0000 (19:15 +0000)]
use av_log in debug mode
Originally committed as revision 4570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Sep 2005 22:50:58 +0000 (22:50 +0000)]
set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing
Originally committed as revision 4569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Sep 2005 21:32:18 +0000 (21:32 +0000)]
AVOption enumeration support and some flags to classify AVOptions
Originally committed as revision 4568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 6 Sep 2005 21:25:35 +0000 (21:25 +0000)]
Kill some compiler warnings. Compiled code verified identical after changes.
Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 Sep 2005 15:15:27 +0000 (15:15 +0000)]
Reduce unnecessary swscaler verbosity.
Originally committed as revision 16405 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diego Biurrun [Tue, 6 Sep 2005 15:06:16 +0000 (15:06 +0000)]
Wrong comment after #endif.
Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu >
Originally committed as revision 4566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Sep 2005 15:02:43 +0000 (15:02 +0000)]
a few more raw yuv fourccs
Originally committed as revision 4565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Sep 2005 12:53:52 +0000 (12:53 +0000)]
a little script to turn the inside of a struct into a AVOption array
Originally committed as revision 4564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Sep 2005 12:51:56 +0000 (12:51 +0000)]
AVOption first try
Originally committed as revision 4563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Tue, 6 Sep 2005 08:51:46 +0000 (08:51 +0000)]
Remove stray non-existent -o option from an example.
patch by Michel Bardiaux < mbardiaux -- at -- mediaxim -- dot -- be >
Originally committed as revision 4562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Mon, 5 Sep 2005 17:07:52 +0000 (17:07 +0000)]
fix emulated edge motion compensation when resolution%16!=0
Originally committed as revision 4561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Sep 2005 10:26:11 +0000 (10:26 +0000)]
set a few variables correctly
Originally committed as revision 4560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Sep 2005 09:28:46 +0000 (09:28 +0000)]
AV_LOG_DEBUG vs. AV_LOG_ERROR
Originally committed as revision 4559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Sep 2005 21:04:25 +0000 (21:04 +0000)]
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
Originally committed as revision 4558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Sep 2005 09:04:52 +0000 (09:04 +0000)]
fixme note
Originally committed as revision 4557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Sep 2005 09:03:01 +0000 (09:03 +0000)]
pts must be in time_base units
Originally committed as revision 4556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Sep 2005 09:00:47 +0000 (09:00 +0000)]
the user sets codec->time_base for video encding so she should also set it for audio encoding
Originally committed as revision 4555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 Sep 2005 20:36:24 +0000 (20:36 +0000)]
print fourcc in a readable form if possible
Originally committed as revision 4554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 3 Sep 2005 12:57:21 +0000 (12:57 +0000)]
typo: viedo --> video
Originally committed as revision 4553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 Sep 2005 09:17:30 +0000 (09:17 +0000)]
simplify (d&a) and (d&~a) calculation, hint by skal
Originally committed as revision 4552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Sep 2005 21:13:19 +0000 (21:13 +0000)]
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch)
Originally committed as revision 4551 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 2 Sep 2005 20:04:03 +0000 (20:04 +0000)]
Document "us" parameter for PCM conversion functions.
Originally committed as revision 4550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 2 Sep 2005 19:18:59 +0000 (19:18 +0000)]
Support D-Cinema audio demuxing.
Originally committed as revision 4549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 2 Sep 2005 19:16:48 +0000 (19:16 +0000)]
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Sep 2005 17:12:16 +0000 (17:12 +0000)]
setting timebase in the encoder doesnt seem like a good idea
Originally committed as revision 4547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 2 Sep 2005 11:08:49 +0000 (11:08 +0000)]
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)
Originally committed as revision 4546 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Sep 2005 08:30:26 +0000 (08:30 +0000)]
lowres support
Originally committed as revision 4545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Sep 2005 00:00:58 +0000 (00:00 +0000)]
forgot to commit this after dv changes
Originally committed as revision 4544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Sep 2005 00:15:12 +0000 (00:15 +0000)]
error concealment fix
Originally committed as revision 4543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 30 Aug 2005 20:03:19 +0000 (20:03 +0000)]
optimizations
dc coeff rounding fix
class=3 num of bits fix
do interlaced check & idct only if CODEC_FLAG_INTERLACED_DCT
Originally committed as revision 4542 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 30 Aug 2005 19:44:02 +0000 (19:44 +0000)]
regression tests for dv
Originally committed as revision 4541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 26 Aug 2005 19:05:44 +0000 (19:05 +0000)]
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
Originally committed as revision 4540 to svn://svn.ffmpeg.org/ffmpeg/trunk
Burkhard Plaum [Fri, 26 Aug 2005 15:41:28 +0000 (15:41 +0000)]
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)
Originally committed as revision 4539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 25 Aug 2005 00:01:57 +0000 (00:01 +0000)]
prevent assert failures and infinite loops with broken streams
Originally committed as revision 4538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 21 Aug 2005 23:59:06 +0000 (23:59 +0000)]
Add missing columns to multicolumn declaration.
Originally committed as revision 4537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Aug 2005 22:31:01 +0000 (22:31 +0000)]
time_base description by Rich Felker | dalias, aerifal cx
Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Aug 2005 22:17:41 +0000 (22:17 +0000)]
reducing minimum supported picture size
Originally committed as revision 4535 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steven M. Schultz [Sun, 21 Aug 2005 20:33:00 +0000 (20:33 +0000)]
reversing:
revision 1.199
date: 2005/08/11 23:40:51; author: michael; state: Exp; lines: +1 -1
Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM)
reason, breaks if cpu doesnt support altivec
Originally committed as revision 4534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 21 Aug 2005 20:27:00 +0000 (20:27 +0000)]
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)
with changes by me
int->float as video uses float too
remove silent cliping to some per codec range, this should result in an error instead
remove change to utils.c as its inconsistant with video
Originally committed as revision 4533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Burkhard Plaum [Sun, 21 Aug 2005 19:50:22 +0000 (19:50 +0000)]
Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de)
Originally committed as revision 4532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Aug 2005 15:44:59 +0000 (15:44 +0000)]
segfault fix
Originally committed as revision 4531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 16 Aug 2005 18:08:29 +0000 (18:08 +0000)]
remove junk characters
Originally committed as revision 4530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 16 Aug 2005 07:53:03 +0000 (07:53 +0000)]
automatically remove mess
Originally committed as revision 4529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strasser [Mon, 15 Aug 2005 20:42:56 +0000 (20:42 +0000)]
Make ogg `muxer' expect new vorbis extradata format.
This makes for example encoding vorbis in ogg again.
Originally committed as revision 4528 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Aug 2005 15:58:21 +0000 (15:58 +0000)]
parse pict_type for streams in avi
fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking
Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Aug 2005 14:22:43 +0000 (14:22 +0000)]
support fixing missing pts by parsing future frames
Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sun, 14 Aug 2005 18:39:59 +0000 (18:39 +0000)]
automatically detect Cinepak data from Sega FILM/CPK files
Originally committed as revision 4525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfram Gloger [Sun, 14 Aug 2005 16:37:29 +0000 (16:37 +0000)]
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 14 Aug 2005 16:19:20 +0000 (16:19 +0000)]
a few checks, seems i forgot to commit this
Originally committed as revision 4523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 14 Aug 2005 15:42:40 +0000 (15:42 +0000)]
kill a bunch of compiler warnings
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ian Caulfield [Sun, 14 Aug 2005 01:29:34 +0000 (01:29 +0000)]
subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)
Originally committed as revision 4521 to svn://svn.ffmpeg.org/ffmpeg/trunk