|
|
|
@2a7ab2d
|
12 years |
diego |
configure: Use check_builtin() where appropriate
|
|
|
@9c7d85b3
|
12 years |
diego |
configure: Add check_builtin convenience function
|
|
|
@f868b24
|
12 years |
diego |
configure: Add sanitize_var_name convenience function
This is useful …
|
|
|
@813b82b9
|
12 years |
diego |
configure: Fix silly typo in logging command of check_struct()
|
|
|
@15ea1ac6
|
12 years |
janne-libav |
fate: remove last incomplete frame from mpeg2-field-enc test
|
|
|
@8fbab7a
|
12 years |
martin |
rtpdec: Initialize some variables to silence compiler warnings
The …
|
|
|
@437211ae
|
12 years |
anton |
h264: set ref_count to 0 for intra slices.
CC:libav-stable@libav.org
|
|
|
@668e16a0
|
12 years |
anton |
h264: on reference overflow, reset the reference count to 0, not 1.
…
|
|
|
@e671d3ad
|
12 years |
anton |
h264: do not copy ref count/ref2frm when updating per-frame context
…
|
|
|
@c5a738c
|
12 years |
martin |
flvdec: Check the return value of a malloc
The callers of this …
|
|
|
@c91c63b5
|
12 years |
martin |
flvdec: Don't read the VP6 header byte when setting codec type based …
|
|
|
@0b311293
|
12 years |
diego |
lls: Do not return from void functions
|
|
|
@4da950c0
|
12 years |
diego |
lls: #ifndef --> #if in FF_API_ version guard
|
|
|
@e8c52271
|
12 years |
diego |
Revert "Move H264/QPEL specific asm from dsputil.asm to …
|
|
|
@399663be
|
12 years |
lu_zero |
lls: mark max_order as unsigned short
The value is within 0 and 32.
…
|
|
|
@9d4da474
|
12 years |
lu_zero |
lls: move to the private namespace
The functions are private.
|
|
|
@7ac6d242
|
12 years |
lu_zero |
lls: K&R formatting cosmetics
|
|
|
@df0229a7
|
12 years |
martin |
avconv: Apply codec options to streams that are copied as well
This …
|
|
|
@cb6f8245
|
12 years |
martin |
cmdutils: Allow calling filter_codec_opts without a set encoder
In …
|
|
|
@86611ff1
|
12 years |
martin |
pnm: Use av_pix_fmt_desc_get instead of accessing the array directly
…
|
|
|
@5c86965
|
12 years |
martin |
lavf: Add a fate test for the noproxy pattern matching
Signed-off-by: …
|
|
|
@de9cd1b1
|
12 years |
martin |
lavf: Handle the environment variable no_proxy more properly
The …
|
|
|
@e2c272eb
|
12 years |
diego |
LICENSE: Move (L)GPLv3 explanation block to a more suitable place
|
|
|
@57c4c255
|
12 years |
derek.buitenhuis |
swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB
…
|
|
|
@ebc70199
|
12 years |
diego |
x86: dsputil: Drop some unused function #defines
|
|
|
@845cfc92
|
12 years |
diego |
x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to …
|
|
|
@096cc11e
|
12 years |
diego |
x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c
|
|
|
@31a23a0d
|
12 years |
martin |
x86: dsputil_mmx: Remove leftover inline assembly fragments
These …
|
|
|
@3a02b688
|
12 years |
diego |
configure: icc: Drop nonsense adding of cpuflags to LDFLAGS
This …
|
|
|
@c242bbd8
|
12 years |
diego |
Remove unnecessary dsputil.h #includes
|
|
|
@76b19a3
|
12 years |
diego |
Fix a number of incorrect intmath.h #includes.
|
|
|
@d925cca9
|
12 years |
justin.ruggles |
avconv: remove an unused variable
|
|
|
@e8da807
|
12 years |
justin.ruggles |
cmdutils: only use libavresample when it is enabled
avprobe and …
|
|
|
@699d02b8
|
12 years |
justin.ruggles |
libschroedinger: cosmetics: rename variable avccontext to avctx
This …
|
|
|
@09031b4
|
12 years |
justin.ruggles |
vorbisenc: cosmetics: rename variable avccontext to avctx
This is …
|
|
|
@e951b6d9
|
12 years |
justin.ruggles |
vorbisdec: cosmetics: rename variable avccontext to avctx
This is …
|
|
|
@b2d688ea
|
12 years |
diego |
configure: Identify icc compiler with a less ambiguous pattern
|
|
|
@b58b00ae
|
12 years |
diego |
configure: Separate "ln" command line arguments
This is more …
|
|
|
@23bd9ef4
|
12 years |
lu_zero |
vorbisdec: Accept 0 amplitude_bits
The specification does not prevent …
|
|
|
@5b47c19b
|
12 years |
lu_zero |
vorbisdec: Add missing checks
Rate and order must not be 0 even if …
|
|
|
@fc386f2e
|
12 years |
lu_zero |
vorbisdec: cosmetics
Use the commonly used "if (!var)" instead of "if …
|
|
|
@11dcecfc
|
12 years |
lu_zero |
vorbisdec: Error on bark_map_size equal to 0.
The value is used to …
|
|
|
@3d035d5a
|
12 years |
diego |
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
|
|
|
@04cccb5f
|
12 years |
diego |
configure: List external libs used using print_enabled()
This cuts …
|
|
|
@3fc09b00
|
12 years |
diego |
configure: Move list of external libs to a separate variable
…
|
|
|
@45235ac4
|
12 years |
diego |
configure: Move x11grab option to a more suitable place in the help output
|
|
|
@b2eea615
|
12 years |
justin.ruggles |
lavr: allow setting internal_sample_fmt option by string
|
|
|
@50f4337a
|
12 years |
justin.ruggles |
lavr: Add "resample_cutoff" option as a duplicate of "cutoff"
Avoids …
|
|
|
@5c7db097
|
12 years |
justin.ruggles |
avconv: pass libavresample options to AVFilterGraph
|
|
|
@9f122356
|
12 years |
justin.ruggles |
lavfi: connect libavresample options to af_resample via AVFilterGraph
|
|
|
@d7c45043
|
12 years |
justin.ruggles |
ac3dec: validate channel output mode against channel count
Damaged …
|
|
|
@82ca17ac
|
12 years |
diego |
configure: Fix vaapi/vda/vdpau dependency declarations
|
|
|
@215cdd35
|
12 years |
diego |
configure: Refactor dxva2api.h dependency declarations
|
|
|
@4cc4b33f
|
12 years |
diego |
build: Add proper infrastructure for adding and checking host CPPFLAGS
|
|
|
@2aac411f
|
12 years |
diego |
configure: Simplify VDPAU header check
|
|
|
@9840130e
|
12 years |
diego |
configure: Simplify VDA header and extralibs check
|
|
|
@0a8da1a3
|
12 years |
diego |
configure: Do not redundantly list enabled hwaccel libs
The enabled …
|
|
|
@7432e872
|
12 years |
diego |
configure: Add print_3_columns helper function and use where appropriate
|
|
|
@040c565e
|
12 years |
diego |
doc: developer: Allow tabs in the vim configuration for Automake files …
|
|
|
@94ee7da0
|
12 years |
diego |
Remove pointless av_cold attributes in header files
The init …
|
|
|
@b5f536d2
|
12 years |
kostya.shishkov |
pnm: add high-bitdepth PGMYUV support for both encoder and decoder
|
|
|
@2f325a6f
|
12 years |
anton |
libx264: change i_qfactor to use x264cli's default
This also allows …
|
|
|
@d8a74d1d
|
12 years |
anton |
qtrle: use AV_LOG_ERROR in an error message.
|
|
|
@7b4f9115
|
12 years |
anton |
qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro
|
|
|
@e1065924
|
12 years |
anton |
qtrle: add more checks against pixel_ptr being negative.
…
|
|
|
@4f3b058c
|
12 years |
anton |
cavs: initialize various context tables to 0
Avoids crashes with …
|
|
|
@0dff40bf
|
12 years |
anton |
mlpdec: do not try to allocate a zero-sized output buffer.
…
|
|
|
@56daf10e
|
12 years |
anton |
mov: use the format context for logging.
CC:libav-stable@libav.org
|
|
|
@ddfe124
|
12 years |
anton |
flicvideo: avoid an infinite loop in byte run compression
When …
|
|
|
@067432c1
|
12 years |
anton |
loco: check that there is data left after decoding a plane.
…
|
|
|
@de6dfa2b
|
12 years |
anton |
lagarith: avoid infinite loop in lag_rac_refill()
range == 0 happens …
|
|
|
@f935aca
|
12 years |
anton |
av_memcpy_backptr: avoid an infinite loop for back = 0
…
|
|
|
@8097fc9a
|
12 years |
anton |
4xm: check the return value of read_huffman_tables().
…
|
|
|
@311443f6
|
12 years |
martin |
x86: h264: Don't use redzone in AVX h264_deblock on Win64
This fixes …
|
|
|
@a0a1ac0f
|
12 years |
diego |
dxva2: Add missing #define to make header compile standalone
|
|
|
@3e85b46e
|
12 years |
diego |
arm: vp8: Add missing #includes for header to compile standalone
|
|
|
@b5ad422b
|
12 years |
diego |
doc: filters: Correct BNF FILTER description
Signed-off-by: Diego …
|
|
|
@c9ad5f59
|
12 years |
diego |
intreadwrite: tomi: Add missing attributes.h #include for av_always_inline
|
|
|
@8a11ce43
|
12 years |
diego |
build: Ensure that output directories for header objects are created
|
|
|
@26ee5ca0
|
12 years |
martin |
h264: Get rid of unnecessary casts
This gets rid of a number of …
|
|
|
@fae6fd5b
|
12 years |
martin |
h264/svq3: Stop using draw_edges
Instead, only extend edges on-demand …
|
|
|
@7ebfb466
|
12 years |
martin |
h264: Don't store intra pcm samples in h->mb
Instead, keep them in …
|
|
|
@9918f57d
|
12 years |
martin |
get_bits: Return pointer to buffer that is the result of the alignment …
|
|
|
@2ed00820
|
12 years |
martin |
h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from …
|
|
|
@e5ffffe4
|
12 years |
martin |
h264chroma: Remove duplicate 9/10 bit functions
These functions do …
|
|
|
@0c0828ec
|
12 years |
martin |
x86: Use simple nop codes for <= sse (rather than <= mmx)
The …
|
|
|
@f859678f
|
12 years |
martin |
vp56: Remove clear_blocks call, and clear alpha plane U/V DC only
The …
|
|
|
@9acd23d6
|
12 years |
diego |
x86: dsputil: Fix h263 loop filter link error in some configurations
…
|
|
|
@7a03145e
|
12 years |
diego |
x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size …
|
|
|
@202b5f6d
|
12 years |
diego |
doc: Fix some obsolete references to av* tools as ff* tools
…
|
|
|
@7f3624dc
|
12 years |
lu_zero |
svq3: unbreak decoding
a7d2861d36756b913e85681b86ed3385274e8ced …
|
|
|
@aa11cb79
|
12 years |
lu_zero |
build: make audio_frame_queue a stand-alone component
Encoders …
|
|
|
@870a0c66
|
12 years |
lu_zero |
build: The libopencore-amrnb encoder depends on audio_frame_queue
CC: …
|
|
|
@8837f439
|
12 years |
lu_zero |
libopencore-amrwb: Make AMR-WB ifdeffery more precise
The library …
|
|
|
@e6bda9a9
|
12 years |
lu_zero |
libopencore-amr: Conditionally compile decoder and encoder bits
CC: …
|
|
|
@56632fef
|
12 years |
lu_zero |
libopencore-amrnb: cosmetics: Group all encoder-related code together
…
|
|
|
@0b70fb1d
|
12 years |
lu_zero |
dsputil: convert remaining op_pixels_func
Convert to diffptr_t the …
|
|
|
@488f87be
|
12 years |
siretart |
roqvideodec: check dimensions validity
Found-by: Mateusz "j00ru" …
|
|
|
@f7d18deb
|
12 years |
siretart |
vqavideo: check chunk sizes before reading chunks
Fixes out of array …
|
|
|
@39bec05e
|
12 years |
siretart |
qdm2: check array index before use, fix out of array accesses
…
|
|
|