|
|
|
@77b2cd7b
|
12 years |
anton |
AVFrame: add side data.
|
|
|
@7ecc2d40
|
12 years |
anton |
Move AVFrame from lavc to lavu.
Add AVBuffer-based reference counting …
|
|
|
@ad0c9f2d
|
12 years |
anton |
lavc: move AVFrame.hwaccel_picture_private to Picture.
This field is …
|
|
|
@1a5e9130
|
12 years |
anton |
pthread: avoid copying input packets when possible.
|
|
|
@1afddbe5
|
12 years |
anton |
avpacket: use AVBuffer to allow refcounting the packets.
This will …
|
|
|
@1cec062
|
12 years |
anton |
AVBuffer: add a new API for buffer pools
|
|
|
@8e401db
|
12 years |
anton |
lavu: add a new API for reference-counted data buffers.
|
|
|
@65f1d45d
|
12 years |
anton |
lavu: add support for atomic operations.
These could be used for …
|
|
|
@eae0879d
|
12 years |
anton |
mp3dec: Fix VBR bit rate parsing
When parsing the Xing/Info tag, …
|
|
|
@4be368b5
|
12 years |
martin |
avstring: Fix isxdigit to not accept non-hex characters
…
|
|
|
@870add0d
|
12 years |
diego |
configure: Add missing videodsp dependencies to some decoders
|
|
|
@dbd2a34b
|
12 years |
diego |
build: cosmetics: Group hw accelerator Makefile entries together
|
|
|
@bcd0a71
|
12 years |
diego |
configure: Add missing h264chroma dependencies to vp5, vp6
|
|
|
@5f401b7b
|
12 years |
diego |
Add missing error_resilience includes to files that use ER
|
|
|
@d88738e4
|
12 years |
diego |
mpegvideo: Conditionally build error_resilience bits
This breaks the …
|
|
|
@06b54e84
|
12 years |
diego |
build: Fix error_resilience code dependencies
|
|
|
@efa7f420
|
12 years |
martin |
Use the avstring.h locale-independent character type functions
Make …
|
|
|
@12c5c1d3
|
12 years |
martin |
avstring: Add locale independent versions of some ctype.h functions
…
|
|
|
@54b298fe
|
12 years |
martin |
lavc: Deprecate the deinterlace functions in libavcodec
…
|
|
|
@64e43869
|
12 years |
martin |
h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band
This …
|
|
|
@70762508
|
12 years |
martin |
lavc: Prettify printing of codec tags containing non alphanumeric …
|
|
|
@d65522e8
|
12 years |
martin |
h264: Rename the jpeg_420 pixfmt list to match the common naming …
|
|
|
@e760e1d4
|
12 years |
martin |
avconv: Make sure the encoder exists before inspecting supported_list
…
|
|
|
@5da51284
|
12 years |
martin |
cavs: Add a dependency on h264chroma
This fixes standalone building …
|
|
|
@8d061989
|
12 years |
martin |
lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs
…
|
|
|
@5a4e9fe8
|
12 years |
diego |
avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch
|
|
|
@5cf7c727
|
12 years |
lu_zero |
shorten: use the unsigned type where needed
get_uint returns an …
|
|
|
@4c364eb2
|
12 years |
lu_zero |
shorten: report meaningful errors
|
|
|
@a2ad554d
|
12 years |
lu_zero |
shorten: K&R formatting cosmetics
|
|
|
@c10da30d
|
12 years |
lu_zero |
shorten: set invalid channels count to 0
Prevent the loop …
|
|
|
@02055b6d
|
12 years |
lu_zero |
vorbisdec: check memory allocations
|
|
|
@4987faee
|
12 years |
lu_zero |
h264: check for luma and chroma bit dept being equal
The decoder …
|
|
|
@c57a5936
|
12 years |
diego |
hwaccel: consistent name prefixes for …
|
|
|
@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.
…
|
|
|