|
|
|
@9afb7061
|
12 years |
martin |
mov_chan: Pass a separate AVIOContext for reading
This fixes crashes …
|
|
|
@91a84a52
|
12 years |
anton |
af_asyncts: check return value from lavr when flushing.
Fixes an …
|
|
|
@290d1022
|
12 years |
kostya.shishkov |
mss2: simplify loop in decode_rle()
It calculates the sum of power of …
|
|
|
@9699b3a2
|
12 years |
kostya.shishkov |
mss12: avoid unnecessary division in arith*_get_bit()
That division …
|
|
|
@6ceef07
|
12 years |
kostya.shishkov |
mss2: do not try to read too many palette entries
Reported by Michael …
|
|
|
@59383d57
|
12 years |
janne-libav |
mpegvideo: set AVFrame fields to NULL after freeing the base memory
…
|
|
|
@a224b2c
|
12 years |
martin |
configure: Set the right cc_e flags for msvc
The default ones work, …
|
|
|
@2b366008
|
12 years |
martin |
fate: Allow setting the ld parameter from the config file
…
|
|
|
@ef6ba1f2
|
12 years |
diego |
x86: dsputil: Do not redundantly check for CPU caps before calling …
|
|
|
@4a185ed
|
12 years |
martin |
configure: Disable some warnings in MSVC
This disables the following …
|
|
|
@d914ea6f
|
12 years |
diego |
x86: vp56: cmov version of vp56_rac_get_prob requires inline asm
…
|
|
|
@42e63ec8
|
12 years |
martin |
avopt: fix examples to match the same style about default values as …
|
|
|
@dfa559bc
|
12 years |
martin |
configure: Add support for MSVC cl.exe/link.exe
Signed-off-by: Martin …
|
|
|
@4fa661a8
|
12 years |
martin |
lavu: add snprintf(), vsnprint() and strtod() replacements for MS …
|
|
|
@0db2d942
|
12 years |
martin |
dsputil: workaround VA_ARGS missing tokenization for MSVC
A …
|
|
|
@b797f3c4
|
12 years |
martin |
configure: add section for libc-specific hacks
Signed-off-by: Martin …
|
|
|
@a322247
|
12 years |
martin |
build: disable ranlib on mingw
Using ranlib is not required but …
|
|
|
@6d654969
|
12 years |
martin |
parser: Don't use pc as context for av_dlog
The ParserContext class …
|
|
|
@5e997688
|
12 years |
martin |
h264: Remove an assert on current_picture_ptr being null
It is …
|
|
|
@6980453
|
12 years |
diego |
build: eamad: Add missing dependency on mpegvideo code
|
|
|
@aa661113
|
12 years |
diego |
build: utvideoenc: Add missing dependency on Huffman code
|
|
|
@686a3293
|
12 years |
martin |
avopt: Reorder the default_val struct, making i64 the first field
…
|
|
|
@21bc440
|
12 years |
martin |
avopt: Explicitly store rational option defaults in .dbl
…
|
|
|
@c7b610aa
|
12 years |
martin |
avopt: Explicitly store float/double option defaults in .dbl
…
|
|
|
@e6153f17
|
12 years |
martin |
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
…
|
|
|
@d58dd4b5
|
12 years |
martin |
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
…
|
|
|
@124134e4
|
12 years |
martin |
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
…
|
|
|
@2d7d91f0
|
12 years |
martin |
svq1enc: Set picture_structure correctly
This fixes assert failures …
|
|
|
@91672504
|
12 years |
martin |
mpegvideo: remove last_picture_ptr / h264 assert.
This assert is no …
|
|
|
@19000122
|
12 years |
martin |
mpegvideo_enc: remove assert that has become obsolete with the new API …
|
|
|
@2c340596
|
12 years |
martin |
elbg: Fix an assert
It seems the condition was flipped from what was …
|
|
|
@b36f87ff
|
12 years |
lu_zero |
configure: add support for bdver1 and bdver2 CPU types.
…
|
|
|
@30939390
|
12 years |
lu_zero |
avio: make avio_close NULL the freed buffer
|
|
|
@a684267
|
12 years |
lu_zero |
pixdesc: cosmetics
|
|
|
@cc86bd4c
|
12 years |
martin |
proresenc: Don't free a buffer not owned by the codec
The data in …
|
|
|
@6d9e74cd
|
12 years |
martin |
proresenc: Write the full value in one put_bits call
Previously, the …
|
|
|
@aa264da5
|
12 years |
martin |
adpcmenc: Calculate the IMA_QT predictor without overflow
Previously, …
|
|
|
@f82c4fb2
|
12 years |
diego |
x86: Add convenience macros to check for CPU extensions and flags
|
|
|
@a84ac7a8
|
12 years |
diego |
x86: h264dsp: drop some unnecessary ifdefs around prototype declarations
|
|
|
@344fbc47
|
12 years |
kostya.shishkov |
mss12: merge decode_pixel() and decode_top_left_pixel()
No meaningful …
|
|
|
@626c1a33
|
12 years |
kostya.shishkov |
mss12: reduce SliceContext size from 1067 to 164 KB
Signed-off-by: …
|
|
|
@a97ee41b
|
12 years |
kostya.shishkov |
mss12: move SliceContexts out of the common context into the codec …
|
|
|
@eb239a57
|
12 years |
diego |
build: avcodec: order cosmetics
|
|
|
@7681b883
|
12 years |
diego |
intrax8dsp: Add missing #include to make header standalone
|
|
|
@13b6b7e0
|
12 years |
diego |
Delete motion-test tool; it is of doubtful utility.
|
|
|
@15616eb0
|
12 years |
mans |
intrax8: move functions from dsputil to own context
Signed-off-by: …
|
|
|
@12c8912d
|
12 years |
martin |
crypto: Remove a stray double space
Signed-off-by: Martin Storsjö …
|
|
|
@235f74d
|
12 years |
martin |
Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*
Signed-off-by: …
|
|
|
@ede3d640
|
12 years |
kostya.shishkov |
MSS1 and MSS2: set final pixel format after common stuff has been …
|
|
|
@ee769c6a
|
12 years |
kostya.shishkov |
MSS2 decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
|
|
|
@d96d6ba6
|
12 years |
mans |
configure: handle --disable-asm before check_deps
This is necessary …
|
|
|
@17337f54
|
12 years |
diego |
x86: Split inline and external assembly #ifdefs
|
|
|
@43b73d59
|
12 years |
diego |
configure: x86: Separate inline from standalone assembler capabilities
|
|
|
@21411a41
|
12 years |
martin |
pktdumper: Use a custom define instead of PATH_MAX for buffers
…
|
|
|
@bcc44873
|
12 years |
martin |
pktdumper: Use av_strlcpy instead of strncpy
This takes care of …
|
|
|
@372de27d
|
12 years |
martin |
pktdumper: Use sizeof(variable) instead of the direct buffer length
…
|
|
|
@ec36aa69
|
12 years |
diego |
x86: Fix linking with some or all of yasm, mmx, optimizations disabled …
|
|
|
@50cd43f2
|
12 years |
diego |
configure: Add more fine-grained SSE CPU capabilities flags
|
|
|
@cdaec0b2
|
12 years |
diego |
avfilter: x86: Use more precise compile template names
|
|
|
@a886b279
|
12 years |
diego |
x86: cosmetics: Comment some #endifs for better readability
|
|
|
@04fc5c6b
|
12 years |
kostya.shishkov |
g723_1: add comfort noise generation
|
|
|
@040405b5
|
12 years |
derek.buitenhuis |
utvideoenc: Switch to dsputils' median prediction
Also, align the …
|
|
|
@bbefd27e
|
12 years |
derek.buitenhuis |
utvideoenc: Avoid writing into the input picture
Signed-off-by: …
|
|
|
@11d957fb
|
12 years |
anton |
avtools: remove the distinction between func_arg and func2_arg.
…
|
|
|
@bbcedade
|
12 years |
anton |
avconv: make the -passlogfile option per-stream.
|
|
|
@038c0b1e
|
12 years |
anton |
avconv: make the -pass option per-stream.
|
|
|
@e2785fa7
|
12 years |
anton |
cmdutils: make -codecs print lossy/lossless flags.
|
|
|
@a2318326
|
12 years |
anton |
lavc: add lossy/lossless codec properties.
|
|
|
@8db73c61
|
12 years |
mans |
build: allow non-standard variations of linker -l/-L flags
This …
|
|
|
@bbabeb56
|
12 years |
anton |
Add reminders to update the codec descriptor list with new codec IDs.
|
|
|
@7baa115a
|
12 years |
mans |
build: export filtered -lz flag in config.mak
This is needed to link …
|
|
|
@095792f2
|
12 years |
mans |
build: add separate setting for host linker
This adds new HOSTLD and …
|
|
|
@2763587c
|
12 years |
mans |
configure: probe_cc: use separate variable for linker output flag
…
|
|
|
@2e6f93a2
|
12 years |
diego |
x86: Always compile files with functions that are called unconditionally
|
|
|
@2f2aa2e5
|
12 years |
diego |
x86: mpegvideoenc: fix linking with --disable-mmx
The optimized …
|
|
|
@d39791bf
|
12 years |
diego |
x86: mpegvideoenc: Do not abuse HAVE_ variables for template …
|
|
|
@d488c3bc
|
12 years |
diego |
configure: support Bitrig OS
Signed-off-by: Diego Biurrun …
|
|
|
@b64a72e
|
12 years |
rsbultje |
yuv2rgb: handle line widths that are not a multiple of 4.
This …
|
|
|
@09d5e02a
|
12 years |
martin |
graph2dot: Use the fallback getopt implementation if needed
…
|
|
|
@212ec5f
|
12 years |
martin |
tools: Include io.h for open/read/write/close if unistd.h doesn't …
|
|
|
@3ad9eac5
|
12 years |
martin |
testprogs: Remove unused includes
Signed-off-by: Martin Storsjö …
|
|
|
@dd4169ab
|
12 years |
martin |
qt-faststart: Use other seek/tell functions on MSVC than on mingw
…
|
|
|
@bff714ad
|
12 years |
martin |
ismindex: Include direct.h for _mkdir on windows
The Windows SDK in …
|
|
|
@d4bba93f
|
12 years |
martin |
sdp: Use static const char arrays instead of pointers to strings
…
|
|
|
@bcc45d63
|
12 years |
diego |
x86: avcodec: Drop silly "_mmx" suffixes from filenames
|
|
|
@efbd04c3
|
12 years |
diego |
x86: avcodec: Drop silly "_sse" suffixes from filenames
|
|
|
@06b5246c
|
12 years |
martin |
sdp: Include profile-level-id for H264
This is required for playback …
|
|
|
@6d354700
|
12 years |
lu_zero |
utvideoenc: use ff_huff_gen_len_table
Avoid code duplication and …
|
|
|
@5a582bd3
|
12 years |
lu_zero |
huffman: add ff_huff_gen_len_table
The function will be used by …
|
|
|
@998f92d6
|
12 years |
derek.buitenhuis |
cllc: simplify/fix swapped data buffer allocation.
Using the malloc …
|
|
|
@6af2480a
|
12 years |
martin |
rtpdec_h264: Don't set the pixel format
There is no need for this …
|
|
|
@6f5b1a2b
|
12 years |
martin |
h264: Check that the codec isn't null before accessing it
This fixes …
|
|
|
@0b58c77
|
12 years |
martin |
audio_frame_queue: Define af_queue_log_state before using it
This …
|
|
|
@7627c35a
|
12 years |
kostya.shishkov |
vc1: export some functions
This is a preparatory step for the MSS2 …
|
|
|
@ae43c4c0
|
12 years |
mans |
configure: use HOSTCC_C/O in check_host_cc
Signed-off-by: Mans …
|
|
|
@df0d6341
|
12 years |
mans |
configure: use AS_O setting in check_as
Signed-off-by: Mans Rullgard …
|
|
|
@29b64b68
|
12 years |
mans |
configure: use LD_O setting in check_ld()
Signed-off-by: Mans …
|
|
|
@dbc9f84e
|
12 years |
mans |
Revert "dsputil: make {add/put/put_signed}_pixels_clamped() …
|
|
|
@3d868fe5
|
12 years |
diego |
build: Restore dependency of acelp_filters.o on celp_math.o
|
|
|
@dafcbfe4
|
12 years |
diego |
celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()
|
|
|