Baptiste Coudurier
fc4cbc1699
DNxHD (SMPTE VC-3) encoder
Originally committed as revision 10682 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
a1d0b6a277
cosmetics: Fix AltiVec spelling.
Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
03b8e29289
typo
Originally committed as revision 10618 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vladimir Voroshilov
8787d8377f
AMV video decoder.
Patch by Vladimir Voroshilov (voroshil - gmail - com)
Originally committed as revision 10617 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
a1748c6744
Documentation update for AMV audio decoder
Originally committed as revision 10609 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e1e3d64201
remove done items
Originally committed as revision 10562 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3f4c24316e
spelling
Originally committed as revision 10550 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ee9d77dde6
duplicate note
Originally committed as revision 10546 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
208506e2a6
spelling/wording/grammar
Originally committed as revision 10489 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2956957151
misc wording/grammar/spelling improvements
Originally committed as revision 10488 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
bf4a1f17ee
Monkey Audio decoder
Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
48fe9238a0
a little bit more bitstream syntax for the residual
Originally committed as revision 10483 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c3922c65b5
make intra dc prediction less contradictory
Originally committed as revision 10482 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
36cb992b54
link fixes
Originally committed as revision 10480 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
70fd3975f9
r_frame_rate
Originally committed as revision 10476 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8f39b74d77
high level bitstream and decoding process in ascii art
Originally committed as revision 10470 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c64a871234
move 8tap filter to not important as that is purely encoder side
Originally committed as revision 10467 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2b6134b32c
update todo
Originally committed as revision 10466 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b85bf991f6
do not force the halfpel filter coeffs to be retransmitted on every frame
if always_reset is set
Originally committed as revision 10460 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
bc66275b06
update spec to reflect changes to implementation about per frame
qlog/decomp_count
Originally committed as revision 10459 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a11dc59a80
clarify
Originally committed as revision 10449 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e9314de600
document MC
Originally committed as revision 10438 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
1156c6b05f
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos.
-f oss and -f audio_beos should be used instead.
Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
bf61632b12
revert r10403
there was no discussion about it nor did anyone provide any justification for it
not before it was applied nor within 48h after i explicitly asked
Originally committed as revision 10425 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5f757b856d
Replace outdated BeOS section with a note that says that it is broken.
Originally committed as revision 10404 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Mark Cox
944fb3711a
Add description for feature_request/open/approved.
patch by Mark Cox, melbournemark+ffmpeg gmail com
Originally committed as revision 10403 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
14c2634bcc
Fix links to ARM documentation
Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6a1aa752f0
16bit IDWT implementation note
Originally committed as revision 10396 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c78fc717d9
more todo
Originally committed as revision 10395 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
e09f7d61da
Enable Matroska muxer
Originally committed as revision 10389 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0e1cd3d9e
Split FFmpeg documentation into general documentation and the documentation
of the ffmpeg command line program.
Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Dominik Mierzejewski
71253ce9a6
add a link to VIS instructions whitepaper
Originally committed as revision 10235 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
777bbfddde
more sparc asm docs
Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
2c2b3130c2
PowerPC/CELL/Altivec pointers
Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a677e0cf14
elaborate on needs_more_info
Originally committed as revision 10196 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
277bb93642
sparc asm docs
Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
2e1ad4a28e
simd gmc wasn't impossible.
Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a282102d3f
optimization tips for the wavelet
Originally committed as revision 10178 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2cc454705b
more complete dc prediction description
Originally committed as revision 10177 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1e37b7e407
LL band prediction
Originally committed as revision 10176 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7397cf3f09
typo
Originally committed as revision 10175 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
09671ce718
describe IDWT
Originally committed as revision 10174 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
11de04d801
intro
Originally committed as revision 10168 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fdb9970448
few words about the wavelets
Originally committed as revision 10167 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Godwin Stewart
250c531710
update -t option documentation
Patch by Godwin Stewart
Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ben Littler
2f4d5971dc
obfuscate urls and fix note about them
Originally committed as revision 10124 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ben Littler
cf3430d2c2
fix url typo pointed out by Guillaume LECERF
Originally committed as revision 10123 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
119614c0aa
document the email interface
Originally committed as revision 10120 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e1669c5ebe
Attempt to better explain how to split patches into individual
self-contained pieces.
Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
8ed43d6b05
Correct misleading comment and typo
Originally committed as revision 9975 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago