succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>tags/n2.5
| @@ -72,7 +72,7 @@ Force low delay. | |||||
| Place global headers in extradata instead of every keyframe. | Place global headers in extradata instead of every keyframe. | ||||
| @item bitexact | @item bitexact | ||||
| Only write platform-, build- and time-independent data. (except (I)DCT). | Only write platform-, build- and time-independent data. (except (I)DCT). | ||||
| This ensures that file and data checksums are reproducable and match between | |||||
| This ensures that file and data checksums are reproducible and match between | |||||
| platforms. Its primary use is for regression testing. | platforms. Its primary use is for regression testing. | ||||
| @item aic | @item aic | ||||
| Apply H263 advanced intra coding / mpeg4 ac prediction. | Apply H263 advanced intra coding / mpeg4 ac prediction. | ||||
| @@ -57,7 +57,7 @@ Enable RTP MP4A-LATM payload. | |||||
| Reduce the latency introduced by optional buffering | Reduce the latency introduced by optional buffering | ||||
| @item bitexact | @item bitexact | ||||
| Only write platform-, build- and time-independent data. | Only write platform-, build- and time-independent data. | ||||
| This ensures that file and data checksums are reproducable and match between | |||||
| This ensures that file and data checksums are reproducible and match between | |||||
| platforms. Its primary use is for regression testing. | platforms. Its primary use is for regression testing. | ||||
| @end table | @end table | ||||
| @@ -86,7 +86,7 @@ Select the AVFoundation default device of the corresponding type. | |||||
| @item none | @item none | ||||
| Do not record the corresponding media type. | Do not record the corresponding media type. | ||||
| This is equivalent to specifiying an empty device name or index. | |||||
| This is equivalent to specifying an empty device name or index. | |||||
| @end table | @end table | ||||
| @@ -26,7 +26,7 @@ | |||||
| #include <string.h> | #include <string.h> | ||||
| #include <float.h> | #include <float.h> | ||||
| // print_options is build for the host, os_support.h isnt needed and is setup | |||||
| // print_options is build for the host, os_support.h isn't needed and is setup | |||||
| // for the target. without this build breaks on mingw | // for the target. without this build breaks on mingw | ||||
| #define AVFORMAT_OS_SUPPORT_H | #define AVFORMAT_OS_SUPPORT_H | ||||
| @@ -3115,7 +3115,7 @@ typedef struct AVCodecContext { | |||||
| uint8_t *dump_separator; | uint8_t *dump_separator; | ||||
| /** | /** | ||||
| * ',' seperated list of allowed decoders. | |||||
| * ',' separated list of allowed decoders. | |||||
| * If NULL then all are allowed | * If NULL then all are allowed | ||||
| * - encoding: unused | * - encoding: unused | ||||
| * - decoding: set by user through AVOPtions (NO direct access) | * - decoding: set by user through AVOPtions (NO direct access) | ||||
| @@ -157,7 +157,7 @@ void av_vdpau_hwaccel_set_render2(AVVDPAUContext *, AVVDPAU_Render2); | |||||
| * display preemption). | * display preemption). | ||||
| * | * | ||||
| * @note get_format() must return AV_PIX_FMT_VDPAU if this function completes | * @note get_format() must return AV_PIX_FMT_VDPAU if this function completes | ||||
| * succesfully. | |||||
| * successfully. | |||||
| * | * | ||||
| * @param avctx decoding context whose get_format() callback is invoked | * @param avctx decoding context whose get_format() callback is invoked | ||||
| * @param device VDPAU device handle to use for hardware acceleration | * @param device VDPAU device handle to use for hardware acceleration | ||||
| @@ -1601,7 +1601,7 @@ typedef struct AVFormatContext { | |||||
| int format_probesize; | int format_probesize; | ||||
| /** | /** | ||||
| * ',' seperated list of allowed decoders. | |||||
| * ',' separated list of allowed decoders. | |||||
| * If NULL then all are allowed | * If NULL then all are allowed | ||||
| * - encoding: unused | * - encoding: unused | ||||
| * - decoding: set by user through AVOptions (NO direct access) | * - decoding: set by user through AVOptions (NO direct access) | ||||
| @@ -1609,7 +1609,7 @@ typedef struct AVFormatContext { | |||||
| char *codec_whitelist; | char *codec_whitelist; | ||||
| /** | /** | ||||
| * ',' seperated list of allowed demuxers. | |||||
| * ',' separated list of allowed demuxers. | |||||
| * If NULL then all are allowed | * If NULL then all are allowed | ||||
| * - encoding: unused | * - encoding: unused | ||||
| * - decoding: set by user through AVOptions (NO direct access) | * - decoding: set by user through AVOptions (NO direct access) | ||||