|
|
|
@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()
|
|
|
@55498543
|
12 years |
diego |
celp_math: Move ff_cos() to the only place it is used
|
|
|
@8f7c26e3
|
12 years |
diego |
build: Use portable abstraction for linker/hostcc output file syntax
|
|
|
@d5683aba
|
12 years |
diego |
configure: Fix shared library creation for OpenBSD
OpenBSD does not …
|
|
|
@5395d88
|
12 years |
derek.buitenhuis |
vp56: Don't use DECLARE_ALIGN on a typedef name
Instead, use it on …
|
|
|
@0de4a563
|
12 years |
kostya.shishkov |
mss1: move code that will be reused by MSS2 decoder into separate file
|
|
|
@49df339f
|
12 years |
kostya.shishkov |
mss1: merge decode_intra() and decode_inter()
They have most of their …
|
|
|
@b42be2d5
|
12 years |
martin |
avprobe: Get rid of ugly casts in the options table
This also makes …
|
|
|
@b441a451
|
12 years |
martin |
vf_hqdn3d: Remove a duplicate inline declaration
Compilation seems to …
|
|
|
@2bd6717
|
12 years |
martin |
vf_hqdn3d: Don't declare the loop variable within the for loop
This …
|
|
|
@e0f7a9f6
|
12 years |
lu_zero |
huffyuv: update to current coding style
|
|
|
@f76e4787
|
12 years |
lu_zero |
huffman: update to current coding style
|
|
|
@125c6c07
|
12 years |
martin |
rtsp: Free the rtpdec context properly
The condition for calling the …
|
|
|
@3f02c533
|
12 years |
diego |
build: fft: x86: Drop unused YASM-OBJS-FFT- variable
|
|
|
@d7f9786c
|
12 years |
diego |
audio_frame_queue: Clean up ff_af_queue_log_state debug function
The …
|
|
|
@1ce5dce4
|
12 years |
diego |
dwt: Remove unused code.
|
|
|
@88386fee
|
12 years |
diego |
cavs: convert cavsdata.h to a .c file
Defining tables in header files …
|
|
|
@a6d9f9e
|
12 years |
diego |
cavs: Move inline functions only used in one file out of the header
|
|
|
@ef07ac1e
|
12 years |
diego |
cavs: Move data tables used in only one place to that file
|
|
|
@09bd0ea9
|
12 years |
diego |
fate: Add a single symbol Ut Video decoder test
Signed-off-by: Diego …
|
|
|
@7a1944b9
|
12 years |
Loren Merritt |
vf_hqdn3d: x86 asm
13% faster on penryn, 16% on sandybridge, 15% on …
|
|
|
@566858a7
|
12 years |
Loren Merritt |
vf_hqdn3d: support 16bit colordepth
|
|
|
@44b0b85f
|
12 years |
anton |
avconv: prefer user-forced input framerate when choosing output framerate
|
|
|
@db707302
|
12 years |
mans |
x86: fft: remove unused fft_dispatch* functions
These functions are …
|
|
|
@cba79d21
|
12 years |
mans |
avconv: remove unused variable opt_shortest
This was replaced with a …
|
|
|
@efab2e00
|
12 years |
derek.buitenhuis |
FATE: Add Canopus Lossless tests
Signed-off-by: Derek Buitenhuis …
|
|
|
@aa7a5651
|
12 years |
derek.buitenhuis |
cllc: Pad swapped buffer
The bitstream buffer must be padded, or the …
|
|
|
@01cb4c84
|
12 years |
kostya.shishkov |
utvideodec: Fix single symbol mode decoding
Put the zero length check …
|
|
|
@081bab5e
|
12 years |
mans |
truespeech: drop useless casts
These values already have the correct …
|
|
|
@0c88e7a2
|
12 years |
mans |
libavcodec: drop bogus dependencies from mpc[78] and qdm2
…
|
|
|
@2e2b8ef8
|
12 years |
mans |
mpegaudio: move ff_mpa_enwindow to a separate file
This table is used …
|
|
|
@4d7adec8
|
12 years |
anton |
AVOptions: store defaults for INT64 options in int64 union member.
…
|
|
|
@a1bcc76e
|
12 years |
anton |
cmdutils: fix a memleak when specifying an option twice.
|
|
|
@dc402854
|
12 years |
diego |
x86: mpegvideo: more sensible names for optimization file and init function
|
|
|
@d211547d
|
12 years |
diego |
x86: mpegvideoenc: Split optimizations off into a separate file
|
|
|
@26ce9aec
|
12 years |
diego |
dnxhdenc: x86: more sensible names for optimization file and init function
|
|
|
@f1e06d37
|
12 years |
diego |
svq1/svq3: Move common code out of SVQ1 decoder-specific file
|
|
|
@43da682c
|
12 years |
diego |
dirac: add Comments and references to the standard
Signed-off-by: …
|
|
|
@06e751a4
|
12 years |
justin.ruggles |
lavr: x86: optimized 6-channel flt to fltp conversion
|
|
|
@e07c9705
|
12 years |
justin.ruggles |
lavr: x86: optimized 2-channel flt to fltp conversion
|
|
|
@5245c9f3
|
12 years |
justin.ruggles |
lavr: x86: optimized 6-channel flt to s16p conversion
|
|
|
@31d0d718
|
12 years |
justin.ruggles |
lavr: x86: optimized 2-channel flt to s16p conversion
|
|
|
@6092dafb
|
12 years |
justin.ruggles |
lavr: x86: optimized 6-channel s16 to fltp conversion
|
|
|
@91851a7b
|
12 years |
justin.ruggles |
lavr: x86: optimized 2-channel s16 to fltp conversion
|
|
|
@205ace88
|
12 years |
justin.ruggles |
lavr: x86: optimized 6-channel s16 to s16p conversion
|
|
|
@8eeffa8a
|
12 years |
justin.ruggles |
lavr: x86: optimized 2-channel s16 to s16p conversion
|
|
|
@b66e20d2
|
12 years |
justin.ruggles |
lavr: x86: optimized 2-channel fltp to flt conversion
|
|
|
@d5b4e50c
|
12 years |
justin.ruggles |
lavr: x86: optimized 6-channel fltp to s16 conversion
|
|
|
@a58a013
|
12 years |
justin.ruggles |
lavr: x86: optimized 2-channel fltp to s16 conversion
|
|
|