Stefano Sabatini
6dc90334e3
doc/ffserver: remove "What can this do?" section
The section shows only a limited use case, contains only redundant
information, and various mysterious mentions about things which don't
work correctly.
12 years ago
Stefano Sabatini
80193a12e0
doc/ffserver: use @command{} for specifying ffserver
12 years ago
Stefano Sabatini
39192b76f8
doc/ffserver: remove more pointless/outdated entries
Mentioning build options, or bugs, or mysterious limitations should not
be done in the manual.
12 years ago
Clément Bœsch
01c9d8094a
doc/Makefile: cosmetics after previous commits.
12 years ago
Clément Bœsch
0d2c832445
doc/examples: update README.
12 years ago
Clément Bœsch
1d751768f3
build: also clean the examples with debug symbols
12 years ago
Clément Bœsch
fe318e143b
build: split examples cleaning out of docclean.
12 years ago
Clément Bœsch
1a88e84fd5
build: integrate remaining examples.
12 years ago
Clément Bœsch
a8ac2a1530
doc/examples: make fill_samples static.
This is required to build with FFmpeg compilation options.
12 years ago
Clément Bœsch
e5102feb6b
doc/examples: add transcode_aac to local Makefile.
12 years ago
Timothy Gu
a212d66c2a
doc/default.css: sync with ffmpeg-web
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
12 years ago
Stefano Sabatini
15f2cac018
doc/ffserver: remove outdated troubleshoot entry about audio
12 years ago
Stefano Sabatini
c4a03ac3b8
doc/ffserver: document configuration syntax
While still incomplete, this is better than nothing at all.
12 years ago
Stefano Sabatini
6b58488f92
doc/ffmpeg: use @command{} for programs mentioned in -override_ffserver
12 years ago
Derek Buitenhuis
ec0b0c2b58
doc/platform: Update to reflect current MSVC build situation
Also update the C99 converter URL, since it uses GitHub Releases
to host the binaries now.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Derek Buitenhuis
fa515c2088
doc/platform: Update to reflect current MSVC build situation
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Michael Niedermayer
ba728c1a25
doc/examples/transcode_aac: remove non converted codepath
This codepath is not implemented and just crashes, also its simpler
without special cases, which makes sense for an example
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
7497c894cd
doc/examples/transcode_aac: switch to swresample
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
02abc905cd
doc/examples/transcode_aac: fix project name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Lukasz Marek
3aaa50a997
lavd/pulse_audio_enc: add buffer size control options
Add options to control the size of the PulseAudio buffer.
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
12 years ago
Andreas Unterweger
10421bcf0a
Add an audio transcoding example.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago
Michael Niedermayer
5b326f398e
doc/Makefile: fix building examples if a program suffix is set
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Diego Biurrun
92f0abb27f
build: Check for pod2man instead of perl for manual page generation
Some systems provide Perl without pod2man.
12 years ago
Stefano Sabatini
7de3b1394b
lavd/sdl: add event handler thread
SDL_Init() is called on the event handler thread, as required by SDL in
Windows to avoid deadlocks as discovered by Roger Pack.
Fix trac ticket #1743 and #1744 .
12 years ago
John Stebbins
1eaac1d6f7
mpeg12dec: Extract CC user data into frame side data
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago
Kostya Shishkov
56d061ce9d
metasound: add last missing modes (8kHz @ 6kbps per channel)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago
Michael Niedermayer
f1db007e00
doc/Makefile fix PROGS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Diego Biurrun
ab81f24ad4
build: Integrate multilibrary examples into the build system
This includes moving libavformat/output-example to doc/examples/output.
12 years ago
Diego Biurrun
14abeaa43d
build: Separate building programs linking against libav* from building av*
This will allow cleaner integration of building example programs.
12 years ago
Marton Balint
a02860351d
ffprobe: add support for subtitle frames
Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
12 years ago
Stefano Sabatini
5e278c19c7
lavf/segment: add segment_list_entry_prefix option
This option allows to add a prefix to the segment list entry filenames.
Also set by default the list entry filenames to the corresponding
segment basename, consistent with the HLS muxer.
Based on an idea by Steven Liu <lingjiujianke@gmail.com>.
12 years ago
Martin Storsjö
09cd0a3176
doc: Add the host executable suffix for the print_options dependency
This fixes building on windows.
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
James Almer
eff2edae56
Partially revert "Merge commit 'f187557ab4612776f7f527ecf3d40062975c3e4c'"
This partially reverts commit c0237d19a0
Some scripts make use of --disable-doc
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Stefano Sabatini
8446bb33d1
doc/outdevs/sdl: fix confusing text about window_fullscreen default value
12 years ago
Diego Biurrun
f187557ab4
build: more fine-grained dependencies for documentation build tools
Perl is needed to build the manual pages, texi2html for the HTML pages.
12 years ago
Anton Khirnov
7671dd7cd7
avconv: add support for VDPAU decoding
12 years ago
Anton Khirnov
07fd0a2219
avconv: add infrastructure for using hwaccels
12 years ago
Timothy Gu
45ab71a8b8
doc: delete git-howto.txt
This is already available in Texinfo version.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
12 years ago
Stefano Sabatini
cbba331aa0
ffprobe: implement string validation setting
This should fix trac tickets #1163, #2502 .
12 years ago
Stefano Sabatini
68590650f0
lavu/avstring: add av_utf8_decode() function
12 years ago
Stefano Sabatini
e2ad4e65a1
doc/encoders/libfdk_aac: state that VBR support is experimental
12 years ago
Stefano Sabatini
9459569897
doc/encoders/libfdk_aac: fix a few typos
12 years ago
Stefano Sabatini
80c85460fd
doc/encoders/libfdk_aac: use @ref to reference libfaac
12 years ago
Stefano Sabatini
50a28b1393
doc/examples: do not check NULL values for avcodec_close()
avcodec_close() does nothing in case the argument is NULL. Simplify.
12 years ago
Vittorio Giovara
dd249245d0
filter docs: reference scale and fps filters
12 years ago
Ben Boeckel
c28b61caf0
Document new APIs for av_packet_{un, }pack_dictionary()
Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Reveiwed-by: wm4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
9c8b240806
avfilter/showspectrum: add blackman window.
12 years ago
Clément Bœsch
3e69f7c221
avfilter/showspectrum: add win_func option.
12 years ago
Stefano Sabatini
80e5859d7a
doc/muxers/segment: remove wrong default indication for segment_list_flags option
12 years ago
Clément Bœsch
1f7b7d5447
doc/examples: fix mem issues in filtering_video.
12 years ago