aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-301-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: allow non-standard variations of linker -l/-L flags Add reminders to update the codec descriptor list with new codec IDs. Conflicts: Makefile configure libavcodec/avcodec.h libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-291-0/+2
| |
* | dshow: allow user to specify audio buffer sizeRamiro Polla2012-08-291-0/+9
| | | | | | | | | | | | | | Based on patch by rogerdpack <rogerpack2005@gmail.com> Tested-by: Roger Pack <rogerdpack2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add 'timeout' option to UDP protocolAndrey Utkin2012-08-291-0/+3
| | | | | | | | | | | | This patch accepts 'timeout' option for input mode only. As far as i know, UDP output cannot introduce delays. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/Makefile: remove duplicated -f switchStefano Sabatini2012-08-281-2/+2
| | | | | | | | | | | | $(RM) already includes that flag. Spotted-by: ubitux
* | examples: add scaling_video exampleStefano Sabatini2012-08-282-1/+133
| | | | | | | | | | | | | | | | This example should be useful to show the basic functionality of the libswscale API. More advanced features (scaling options etc., colorspace tweaking) may be added later.
* | lavfi: add smartblur filterJérémy Tran2012-08-281-0/+29
| | | | | | | | | | | | | | This is a port of the MPlayer smartblur filter (libmpcodecs/vf_smartblur.c) by Michael Niedermayer. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | cmdutils: add -layouts option.Nicolas George2012-08-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract of the output: | Individual channels: | NAME DESCRIPTION | FL front left | FR front right | <snip> | SDR surround direct right | | Standard channel layouts: | NAME DECOMPOSITION | mono FC | stereo FL+FR | <snip> | octagonal FL+FR+FC+BL+BR+BC+SL+SR | downmix DL+DR
* | examples/decoding_encoding: make operation logic more self-evident / predictableStefano Sabatini2012-08-271-9/+18
| | | | | | | | | | Add a switch which controls which operation to perform. Useful to test only a single feature. Also the new behavior is more self-consistent.
* | examples/Makefile: apply misc minor fixes to the RM ruleStefano Sabatini2012-08-271-2/+2
| | | | | | | | Use $(RM) in place of rm, drop useless "-r" for removing files.
* | examples/decoding_encoding: store temporary files in current dirStefano Sabatini2012-08-272-9/+12
| | | | | | | | | | | | | | | | Do not clutter the temporary directory with files, also "/tmp" is not always available, e.g. in Windows. Also add the clean-test Makefile rule, which will clean the generated files.
* | examples/decoding_encoding.c: tell where the decoding output files are printedStefano Sabatini2012-08-241-2/+2
| |
* | examples/muxing: update to the new avcodec_encode_video2() APIStefano Sabatini2012-08-241-9/+15
| |
* | doc/developer: add "Adding files to the fate-suite dataset"Michael Niedermayer2012-08-241-0/+12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTTStefano Sabatini2012-08-241-0/+11
| |
* | doc/filters: itemize examples for *settb filtersStefano Sabatini2012-08-241-6/+21
| |
* | doc/filters: itemize examples for *setpts filtersStefano Sabatini2012-08-241-7/+25
| |
* | doc/filters: move *setpts and *settb filters to the multimedia filters sectionStefano Sabatini2012-08-241-100/+100
| | | | | | | | | | Since audio and video filters are explained together and share most code, the multimedia filters section seems more fitting.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-231-4/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: doc/APIchanges: add an entry for codec descriptors. vorbisenc: set AVCodecContext.bit_rate to 0 vorbisenc: fix quality parameter FATE: add ALAC encoding tests lpc: fix alignment of windowed samples for odd maximum LPC order alacenc: use s16p sample format as input alacenc: remove unneeded sample_fmt check alacenc: fix max_frame_size calculation for the final frame adpcm_swf: Use correct sample offsets when using trellis. rtmp: support strict rtmp servers mjpegdec: support AVRn interlaced x86: remove FASTDIV inline asm Conflicts: doc/APIchanges libavcodec/mjpegdec.c libavcodec/vorbisenc.c libavutil/x86/intmath.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/APIchanges: add an entry for codec descriptors.Anton Khirnov2012-08-231-6/+16
| | | | | | | | Also fill in missing dates and hashes.
* | examples/decoding_encoding: flush audio frames in the encoderStefano Sabatini2012-08-221-0/+14
| |
* | examples/decoding_encoding: re-organize frame configuration codeStefano Sabatini2012-08-221-7/+15
| | | | | | | | | | Put the relevant code in one chunk, also check for frame allocation failures.
* | doc/filters: fix level for the flite Examples subsectionStefano Sabatini2012-08-221-1/+1
| |
* | doc/faq: mention doc/examplesStefano Sabatini2012-08-221-1/+8
| | | | | | | | Also provide a link to the github FFmpeg page containing the examples.
* | examples/muxing: cast sws_scale() argument to the expected oneStefano Sabatini2012-08-221-1/+2
| | | | | | | | | | | | Fix warnings: muxing.c: In function ‘write_video_frame’: muxing.c:326:23: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
* | doc/eval: add missing documentation of functionsStefano Sabatini2012-08-221-0/+46
| |
* | doc/filters: itemize examples for pad filter, and fix a few typosStefano Sabatini2012-08-221-16/+39
| |
* | doc/ffmpeg: extend documentation for -(no)stdin optionStefano Sabatini2012-08-211-4/+6
| | | | | | | | Fix trac ticket #1665.
* | lavfi: add showspectrum filter.Clément Bœsch2012-08-201-0/+14
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-201-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: Add FATE tests for the Ut Video encoder lavc: add Ut Video encoder mpegvideo_enc: remove stray duplicate line from 7f9aaa4 swscale: x86: fix #endif comments in rgb2rgb template file avconv: mark more options as expert. avconv: split printing "main options" into global and per-file. avconv: refactor help printing. Conflicts: Changelog ffmpeg_opt.c ffserver.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add Ut Video encoderJan Ekström2012-08-201-1/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'Michael Niedermayer2012-08-201-2/+23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174': avconv: print info/capabilities options in a separate help group. avtools: add -h demuxer/muxer cmdutils: extend -h to allow printing codec details. Conflicts: cmdutils.h ffmpeg_filter.c ffmpeg_opt.c ffplay.c ffserver.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avtools: add -h demuxer/muxerAnton Khirnov2012-08-191-0/+9
| |
| * cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-191-2/+14
| |
* | Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'Michael Niedermayer2012-08-201-7/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '7c5012127fb7e18f0616011257bb4248f6a8b608': cmdutils: change semantics of show_help_options() and document it. avtools: move some newlines to show_help_options(). avconv: deprecate -isync. Conflicts: ffmpeg_opt.c ffserver.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: deprecate -isync.Anton Khirnov2012-08-191-7/+0
| | | | | | | | | | | | This option does not do anything. Also remove OPT_GRAB, since -isync is the last option using it.
* | lavfi: add volumedetect filter.Nicolas George2012-08-191-0/+40
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-182-17/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mpegvideo_enc: don't use deprecated avcodec_encode_video(). cmdutils: refactor -codecs option. avconv: make -shortest a per-output file option. lavc: add avcodec_descriptor_get_by_name(). lavc: add const to AVCodec* function parameters. swf(dec): replace CODEC_ID with AV_CODEC_ID dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE rtmpdh: Do not generate the same private key every time when using libnettle rtp: remove ff_rtp_get_rtcp_file_handle(). rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_handle() avio: add (ff)url_get_multi_file_handle() for getting more than one fd h264: vdpau: fix crash with unsupported colorspace amrwbdec: Decode the fr_quality bit properly Conflicts: Changelog cmdutils.c cmdutils_common_opts.h doc/ffmpeg.texi ffmpeg.c ffmpeg.h ffmpeg_opt.c libavcodec/h264.c libavcodec/options.c libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * cmdutils: refactor -codecs option.Anton Khirnov2012-08-181-16/+9
| | | | | | | | | | | | | | Make it print a list of AVCodecDescriptors. Add new -decoders and -encoders options that print lists of decoders and encoders respectively.
| * avconv: make -shortest a per-output file option.Anton Khirnov2012-08-181-1/+1
| |
* | doc/muxers: simplify segment examplesStefano Sabatini2012-08-181-2/+2
| | | | | | | | The simplifications are due to the recent option changes.
* | lavf/segment: change default value for segment_list_size option, from 5 to 0Stefano Sabatini2012-08-181-1/+1
| | | | | | | | | | This is technically a major compatibility break, but seems the most natural default and what users would expect without reading the docs.
* | lavf/segment: guess list type from list filename suffixStefano Sabatini2012-08-181-3/+7
| |
* | lavfi/mp: remove framestep wrapped filterStefano Sabatini2012-08-181-1/+0
| | | | | | | | An equivalent framestep filter has been natively integrated.
* | lavfi: add framestep filterStefano Sabatini2012-08-181-0/+7
| | | | | | | | | | | | | | | | This filter is inspired upon libmpcodecs/vf_framestep.c, by Daniele Forghieri. Only-keyframe output is not supported, since that feature can be achieved through the more versatile select filter.
* | lavf/segment: add M3U8 list supportStefano Sabatini2012-08-181-0/+4
| | | | | | | | Address trac ticket #1642.
* | doc/Makefile: add doc target, as an alias for "documentation"Stefano Sabatini2012-08-181-2/+4
| | | | | | | | Consistent with --enable-doc, and easier to type.
* | mips: change list of files with MIPS copyright notice in mips.txtNedeljko Babic2012-08-171-0/+4
| | | | | | | | | | | | | | | | Add files created for MP3 optimization that have MIPS copyright notice in them to list of files in mips.txt. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-172-2/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: libvpxenc: use the default bitrate if not set utvideo: Rename utvideo.c to utvideodec.c doc: Fix syntax errors in sample Emacs config mjpegdec: more meaningful return values configure: clean up Altivec detection getopt: Remove an unnecessary define rtmp: Use int instead of ssize_t getopt: Add missing includes rtmp: Add support for receiving incoming streams Add missing includes for code relying on external libraries Conflicts: libavcodec/libopenjpegenc.c libavcodec/libvpxenc.c libavcodec/mjpegdec.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Fix syntax errors in sample Emacs configJordi Ortiz2012-08-171-2/+2
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>