Lou Logan
f7f9e24d09
Replace outdated info on the FAQ
FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Anton Khirnov
0c68c80419
lavf: bump minor and add an APIChanges entry for avformat cleanup
14 years ago
Michael Niedermayer
db95e559f2
fix another forgotten mplayerhq.hu link
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
610b963e82
Fix link to ffmpeg-devel
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Stefano Sabatini
4f29941194
pad: fix example explanation
"row" and "column" term positions in the explanation were inverted.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
14 years ago
Luca Barbato
3d42d4937b
proto: introduce listen option in tcp
This way is possible to have simple micro-server act like
ffmpeg -i file.nut -vcodec copy -acodec copy -f nut tcp://foo:1234?listen
14 years ago
Reimar Döffinger
1265395b5b
Add PlayStation Portable PMP format demuxer
Not yet complete, for demuxing AAC the AAC header must be generated
manually.
Possibly the decoder could accept the header as extradata to simplify
this.
14 years ago
Stefano Sabatini
6f73d5e859
documentation: fix @url syntax in developer.texi
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
14 years ago
Stefano Sabatini
d496d33d26
scale: make the filter parametric
Make the filter accept parametric expressions for the output video
size.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
14 years ago
Stefano Sabatini
25601bc564
eval: add support for trunc, ceil, and floor functions
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
14 years ago
Lou Logan
8af3167bb6
Redefine sameq
I think the documentation of sameq is causing confusion and misuse of
this option.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Aurelien Jacobs
3c9bfb3368
add MicroDVD muxer and demuxer
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
14 years ago
Anton Khirnov
4dcde00cfc
lavf: bump minor version and add an APIChanges entry for avio changes
14 years ago
Michael Niedermayer
fcd62e1265
Add sign off recommandition and definition of meaning.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
compn
731bf41279
Reword make fate patch checklist entry
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Brandon Mintern
aadfc9ee74
lavfi: add fade filter
Port fade filter from libavfilter soc repo, with minor fixes by
Stefano.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Michael Niedermayer
71aed40b56
patch checklist:git format-patch
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
7d6f61bdd2
patch checklist:uggest fate instead of regression tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
a3b7184365
patch checklist:Remove pointless checkheaders comment, its just a waste of time
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Stefano Sabatini
7dd29fb606
drawtext: extend/clarify examples in the filter description
14 years ago
Stefano Sabatini
7e3373d2cf
drawtext: fix wrong reference in boxcolor option description
14 years ago
Stefano Sabatini
17be8ef709
drawtext: add documentation for the shadow parameters
14 years ago
Carl Eugen Hoyos
e1cfe04c76
Match the documentation of -s with the current implementation.
14 years ago
Peter Ross
f339f908a4
DPX image encoder
14 years ago
Peter Ross
0bb240acb3
img2: stop using CODEC_ID_RAWVIDEO to trigger processing of independant y/u/v image files
This is requireed, as img2 will be modified soon to support .raw image file sequences.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Stefano Sabatini
da3534b01e
gradfun: add notice from the MPlayer manual
Add notice telling that the filter is designed for playback only.
14 years ago
Stefano Sabatini
2ccbb3428b
documentation: add setdar and setsar description to filters.texi
14 years ago
Anton Khirnov
95c851e2c6
APIChanges: mark the place where 0.6 was branched.
14 years ago
anatoly
ce02f9becf
Add MxPEG decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Stefano Sabatini
cd39549e2c
mp: add filter description to filters.texi
14 years ago
Michael Niedermayer
34c27ada10
Revert some silly renamings that leaked in from a pull.
14 years ago
Stefano Sabatini
681ba7229e
documentation: sort filter descriptions in filters.texi
Change position of the fade filter description, put it between
drawtext and fifo descriptions.
14 years ago
Stefano Sabatini
cdf7cbd6c8
documentation: extend documentation for ffmpeg -aspect option
14 years ago
Kostya Shishkov
42315dabce
Chronomaster DFA decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Stefano Sabatini
c6f951442e
framebuffer device demuxer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Aurelien Jacobs
8e43b6fed9
add SubRip encoder
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
14 years ago
Stefano Sabatini
5c5816c4e3
drawtext: fix minor errors and typos in the filter description
14 years ago
Justin Ruggles
991f3de1bb
ac3enc: Add codec-specific options for writing AC-3 metadata.
14 years ago
Ramiro Polla
c6c2dfcf15
Remove arrozcru URL from documentation
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Brad
15d59d2cea
sndio support for playback and record
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Justin Ruggles
0b18b49b3b
Add APIchanges entry for audio_service_type.
14 years ago
Justin Ruggles
34b47d7cbc
Add audio_service_type field to AVCodecContext for encoding and reporting
of the service type in the audio bitstream.
14 years ago
Justin Ruggles
7f0e747b8c
support @heading , @subheading , @subsubheading , and @subsubsection in
texi2pod.pl
14 years ago
Luca Barbato
c535d0896e
doc: update build system documentation
Split normal build system documentation and the fate one.
Document THREADS make variable and provide an introduction to fate.
Document DESTDIR make variable and add some generic targets.
14 years ago
Compn
2a0d4d4cd0
fix typo
14 years ago
Anton Khirnov
4ec153bb66
avio: make udp_set_remote_url/get_local_port internal.
14 years ago
Martin Storsjö
e971d81364
Document usage of import libraries created by dlltool
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
14 years ago
Mike Scheutzow
cf752d027f
doc: add details to the documentation for ffmpeg -map
Patch by Mike Sheutzow with some additions and changes by Stefano.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
14 years ago
Mans Rullgard
42cfb3835b
Remove Sonic experimental audio codec
Since initially committed in 2004, this codec has only been touched
for maintenanance. Functionally, it contains no novel ideas and
its intended audience is better served by existing mature codecs.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Janne Grunau
faa6f1c306
get rid of the last svn mentions
14 years ago