Diego Biurrun
9fcfac15ba
minor typo fixes
...
Originally committed as revision 4593 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
fac862c659
the people want lower case ...
...
Originally committed as revision 4592 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
6fd46414db
dont include opt.h in avcodec.h
...
Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1471c6c2e8
CAREFULL --> CAREFUL typo fix
...
Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e180129f63
spelling/grammar/wording
...
Originally committed as revision 4589 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
291dcdb356
clarify GPL patch acceptance policy
...
Originally committed as revision 4588 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ec9127c4a4
converting a few more options to AVOptions
...
Originally committed as revision 4587 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
637b5326f3
convert some options in ffmpeg.c to AVOptions
...
Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a1689e2f19
avoid stdio.h
...
Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b4abfb3060
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
19 years ago
Michael Niedermayer
61a1e08156
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
19 years ago
Michael Niedermayer
c44a131dc7
missing include noticed by g0th
...
Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
233f6f889e
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
19 years ago
Michael Niedermayer
8bbf6db98b
AVOption API improvments
...
support AVOptions for encoding in ffmpeg.c
Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a26e1d4c1f
checksum doesnt cover the forward_ptr anymore
...
Originally committed as revision 4579 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
177e5460b9
forward_ptr doesnt contain its own length anymore
...
Originally committed as revision 4578 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e7902f2095
do not rescale AV_NOPTS_VALUE
...
Originally committed as revision 4577 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
434df899fe
add xvid idcts to dct-test
...
Originally committed as revision 4576 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
cd7af76d9e
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
...
Originally committed as revision 4575 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9f211bc6d7
remove unused table entries
...
change non portable table access
Originally committed as revision 4574 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ddabdfefa8
select xvid idct for xvid files if possible
...
Originally committed as revision 4573 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
84740d5980
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
19 years ago
Michael Niedermayer
96b6ace22e
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
...
Originally committed as revision 4571 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
8868d31065
use av_log in debug mode
...
Originally committed as revision 4570 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
da7272b335
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
19 years ago
Michael Niedermayer
3735e82f2d
AVOption enumeration support and some flags to classify AVOptions
...
Originally committed as revision 4568 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
79396ac685
Kill some compiler warnings. Compiled code verified identical after changes.
...
Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
b40e353aa4
Reduce unnecessary swscaler verbosity.
...
Originally committed as revision 16405 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
Diego Biurrun
978844ccaa
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
19 years ago
Michael Niedermayer
d57d8cbc25
a few more raw yuv fourccs
...
Originally committed as revision 4565 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
5e61b9ecef
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
19 years ago
Michael Niedermayer
860a40c8a7
AVOption first try
...
Originally committed as revision 4563 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michel Bardiaux
f926cbe74c
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
19 years ago
Loren Merritt
fbd312fd91
fix emulated edge motion compensation when resolution%16!=0
...
Originally committed as revision 4561 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
f79432a26e
set a few variables correctly
...
Originally committed as revision 4560 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
1cef211dca
AV_LOG_DEBUG vs. AV_LOG_ERROR
...
Originally committed as revision 4559 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
302c389e4f
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
19 years ago
Michael Niedermayer
3723f01c14
fixme note
...
Originally committed as revision 4557 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
42661adfe6
pts must be in time_base units
...
Originally committed as revision 4556 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
78e035162c
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
19 years ago
Michael Niedermayer
b983a5c608
print fourcc in a readable form if possible
...
Originally committed as revision 4554 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
d156a7b7f1
typo: viedo --> video
...
Originally committed as revision 4553 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
d3a9f79871
simplify (d&a) and (d&~a) calculation, hint by skal
...
Originally committed as revision 4552 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b5b65df7a9
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
19 years ago
Reimar Döffinger
6c0d606471
Document "us" parameter for PCM conversion functions.
...
Originally committed as revision 4550 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
b93f738fde
Support D-Cinema audio demuxing.
...
Originally committed as revision 4549 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
b461b3bc4a
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
19 years ago
Michael Niedermayer
16beae15f3
setting timebase in the encoder doesnt seem like a good idea
...
Originally committed as revision 4547 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Justin Ruggles
1ff8f2b36a
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)
...
Originally committed as revision 4546 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
4325ffd0a2
lowres support
...
Originally committed as revision 4545 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago