|
|
|
@be51e589
|
12 years |
justin.ruggles |
af_asyncts: avoid overflow in out_size with large delta values
|
|
|
@70d71b5
|
12 years |
justin.ruggles |
af_asyncts: add first_pts option
This allows for padding/trimming at …
|
|
|
@41f43202
|
12 years |
lu_zero |
flvdec: remove spurious use of stream id
We match streams by codec id now.
|
|
|
@aba232cf
|
12 years |
anton |
lavf: deprecate r_frame_rate.
According to its description, it is …
|
|
|
@f66eeff1
|
12 years |
anton |
lavf: round estimated average fps to a "standard" fps.
|
|
|
@fe1c1198
|
12 years |
anton |
lavf: use dts difference instead of AVPacket.duration in …
|
|
|
@681ed000
|
12 years |
anton |
avf: introduce nobuffer option
Useful in cases where a significant …
|
|
|
@d905c644
|
12 years |
mans |
fate: make yadif tests consistent across systems
MMX-enabled systems …
|
|
|
@1ad715db
|
12 years |
rsbultje |
vf_hqdn3d: support 9 and 10bit colordepth
Signed-off-by: Ronald S. …
|
|
|
@0f583e6c
|
12 years |
rsbultje |
vf_hqdn3d: reduce intermediate precision
11% faster on penryn, 7% on …
|
|
|
@85e228c7
|
12 years |
rsbultje |
vf_hqdn3d: simplify and optimize
14% faster on penryn, 2% on …
|
|
|
@fb44e740
|
12 years |
rsbultje |
factor identical ff_inplace_start_frame out of two filters
…
|
|
|
@60b97855
|
12 years |
rsbultje |
vf_hqdn3d: cosmetics
Change code style to match the rest of libav.
…
|
|
|
@dcb7ef54
|
12 years |
rsbultje |
avprobe/avconv: fix tentative declaration compile errors on MSVS.
|
|
|
@c83f44db
|
12 years |
rsbultje |
h264_idct_10bit: port x86 assembly to cpuflags.
|
|
|
@f8d8fe25
|
12 years |
rsbultje |
x86inc: clip num_args to 7 on x86-32.
This allows us to …
|
|
|
@96c9cc10
|
12 years |
rsbultje |
x86inc: sync to latest version from x264.
|
|
|
@b3c5ae5
|
12 years |
rsbultje |
fft: rename "z" to "zc" to prevent name collision.
Without this, …
|
|
|
@c1d865d5
|
12 years |
anton |
wv: return meaningful error codes.
|
|
|
@ccc10acb
|
12 years |
anton |
wv: return AVERROR_EOF on EOF, not EIO.
|
|
|
@f73e3938
|
12 years |
anton |
mp3dec: forward errors for av_get_packet().
Don't invent a bogus EIO …
|
|
|
@67b1156f
|
12 years |
anton |
mp3dec: remove a pointless local variable.
|
|
|
@61f8bb74
|
12 years |
anton |
mp3dec: remove commented out cruft.
|
|
|
@b3fa4788
|
12 years |
anton |
lavfi: bump minor to mark stabilizing the ABI.
|
|
|
@8f9537f3
|
12 years |
anton |
FATE: add tests for yadif.
|
|
|
@8112710f
|
12 years |
anton |
FATE: add a test for delogo video filter.
|
|
|
@73393407
|
12 years |
anton |
FATE: add a test for amix audio filter.
|
|
|
@67ef5f4
|
12 years |
anton |
audiogen: allow specifying random seed as a commandline parameter.
|
|
|
@45838561
|
12 years |
kostya.shishkov |
vc1dec: Override invalid macroblock quantizer
Found-by: Mateusz …
|
|
|
@2bf369b6
|
12 years |
kostya.shishkov |
vc1: avoid reading beyond the last line in vc1_draw_sprites()
Fixes …
|
|
|
@1100acba
|
12 years |
kostya.shishkov |
vc1dec: check that coded slice positions and interlacing match.
This …
|
|
|
@0aa907cf
|
12 years |
kostya.shishkov |
vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value
…
|
|
|
@bfe9f48a
|
12 years |
diego |
configure: Move parts that should not be user-selectable to CONFIG_EXTRA
|
|
|
@efd34918
|
12 years |
anton |
lavf: remove commented out cruft in avformat_find_stream_info()
|
|
|
@c4ef6a3e
|
12 years |
anton |
Add missing libavutil/time.h includes.
|
|
|
@4d777eed
|
12 years |
rsbultje |
vp3: don't compile mmx IDCT functions on x86-64.
64-bit CPUs always …
|
|
|
@a5bbb124
|
12 years |
rsbultje |
h264_loopfilter: port x86 simd to cpuflags.
|
|
|
@23565c26
|
12 years |
mans |
build: support non-standard replacements for -c flag
This allows …
|
|
|
@18031c4
|
12 years |
mans |
build: support non-standard replacements for -E flag
This allows …
|
|
|
@d07ff3cd
|
12 years |
rsbultje |
h264_chromamc_10bit: port x86 simd to cpuflags.
|
|
|
@4a26fdd
|
12 years |
rsbultje |
vp3: port x86 SIMD to cpuflags.
|
|
|
@42ade117
|
12 years |
diego |
build: Use portable compiler flag constructs in header compilation rule
|
|
|
@24f8961f
|
12 years |
diego |
x11grab: cosmetics: consistent naming for x11grab-related things
|
|
|
@755834e9
|
12 years |
diego |
build: Rename YASMDEP variable to DEPYASM for consistency
|
|
|
@8ebacfb
|
12 years |
martin |
hls: Proceed to the next segment at any error code
Previously, we …
|
|
|
@41ecbbc
|
12 years |
martin |
tls: Return AVERROR_EOF if the TLS_read/write functions return 0
…
|
|
|
@76888c64
|
12 years |
rsbultje |
rv34: port x86 SIMD to cpuflags.
|
|
|
@158744a4
|
12 years |
rsbultje |
vp56: only compile MMX SIMD on x86-32.
All x86-64 CPUs have SSE2, so …
|
|
|
@2734ba78
|
12 years |
rsbultje |
vp56: port x86 simd to cpuflags.
|
|
|
@5361e10a
|
12 years |
rsbultje |
proresdsp: port x86 assembly to cpuflags.
|
|
|
@e9da9a3
|
12 years |
justin.ruggles |
lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macro
Removes a …
|
|
|
@743f070
|
12 years |
justin.ruggles |
lavfi: better channel layout negotiation
Allow substitution of …
|
|
|
@81f548d
|
12 years |
justin.ruggles |
alac: check for truncated packets
This will give a clearer error …
|
|
|
@fb57e913
|
12 years |
justin.ruggles |
alac: reverse lpc coeff order, simplify filter
Reversing the lpc …
|
|
|
@2f096bb1
|
12 years |
justin.ruggles |
lavr: add x86-optimized mixing functions
Adds optimized functions for …
|
|
|
@79687079
|
12 years |
justin.ruggles |
x86: add support for fmaddps fma4 instruction with abstraction to avx/sse
|
|
|
@0cf7d84
|
12 years |
kostya.shishkov |
tscc2: fix typo in array index
|
|
|
@b9d3c378
|
12 years |
mans |
build: use COMPILE template for HOSTOBJS
Signed-off-by: Mans Rullgard …
|
|
|
@a758c5e
|
12 years |
mans |
build: do full flag handling for all compiler-type tools
This adds a …
|
|
|
@02ac2822
|
12 years |
rsbultje |
eval: fix printing of NaN in eval fate test.
This fixes "make …
|
|
|
@87849592
|
12 years |
diego |
build: Rename aandct component to more descriptive aandcttables
|
|
|
@bde73f28
|
12 years |
rsbultje |
mpegaudio: bury inline asm under HAVE_INLINE_ASM.
|
|
|
@30b45d9c
|
12 years |
rsbultje |
x86inc: automatically insert vzeroupper for YMM functions.
|
|
|
@8ea1459b
|
12 years |
martin |
rtmp: Check the buffer length of ping packets
Signed-off-by: Martin …
|
|
|
@e49e6b64
|
12 years |
martin |
rtmp: Allow having more unknown data at the end of a chunk size packet …
|
|
|
@2357f606
|
12 years |
martin |
rtmp: Prevent reading outside of an allocate buffer when receiving …
|
|
|
@44dc9c6a
|
12 years |
lu_zero |
libopenjpeg: support YUV and deep RGB pixel formats
Based on FFmpeg …
|
|
|
@92566540
|
12 years |
kostya.shishkov |
Fix typo in v410 decoder.
Signed-off-by: Derek Buitenhuis …
|
|
|
@b5c8aa74
|
12 years |
lu_zero |
vf_yadif: unset cur_buf on the input link.
The buffer is stored …
|
|
|
@f431315a
|
12 years |
lu_zero |
vf_overlay: ensure the overlay frame does not get leaked.
…
|
|
|
@08fc1ad1
|
12 years |
lu_zero |
vf_overlay: prevent premature freeing of cur_buf
Signed-off-by: Anton …
|
|
|
@5423e908
|
12 years |
martin |
Support urlencoded http authentication credentials
It should be …
|
|
|
@abf77a24
|
12 years |
martin |
rtmp: Return an error when the client bandwidth is incorrect
…
|
|
|
@be8f9492
|
12 years |
martin |
rtmp: Return proper error code in handle_server_bw
Signed-off-by: …
|
|
|
@088a82b
|
12 years |
martin |
rtmp: Return proper error code in handle_client_bw
Signed-off-by: …
|
|
|
@e7ea6883
|
12 years |
martin |
rtmp: Return proper error codes in handle_chunk_size
Signed-off-by: …
|
|
|
@0dadf9d1
|
12 years |
justin.ruggles |
lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()
|
|
|
@48098788
|
12 years |
derek.buitenhuis |
vp8: Replace x*155/100 by x*101581>>16.
Idea stolen from webp (by …
|
|
|
@a1878a88
|
12 years |
derek.buitenhuis |
vp3: don't use calls to inline asm in yasm code.
Mixing yasm and …
|
|
|
@79195ce5
|
12 years |
derek.buitenhuis |
x86/dsputil: put inline asm under HAVE_INLINE_ASM.
This allows …
|
|
|
@845e92fd
|
12 years |
derek.buitenhuis |
dsputil_mmx: fix incorrect assembly code
In …
|
|
|
@6d1c9945
|
12 years |
martin |
rtmp: Factorize the code by adding handle_invoke
Signed-off-by: …
|
|
|
@7be2a7d8
|
12 years |
martin |
rtmp: Factorize the code by adding handle_chunk_size
Signed-off-by: …
|
|
|
@0ffd5161
|
12 years |
martin |
rtmp: Factorize the code by adding handle_ping
Signed-off-by: Martin …
|
|
|
@912ecc9a
|
12 years |
martin |
rtmp: Factorize the code by adding handle_client_bw
Signed-off-by: …
|
|
|
@9b498148
|
12 years |
martin |
rtmp: Factorize the code by adding handle_server_bw
Signed-off-by: …
|
|
|
@758377a2
|
12 years |
martin |
rtmp: Add a new option 'rtmp_pageurl'
This option specifies the URL …
|
|
|
@98df48db
|
12 years |
martin |
doc: Update the description of the rtmp_tcurl option
Signed-off-by: …
|
|
|
@63ffa15
|
12 years |
martin |
rtmp: Make the description of the rtmp_tcurl option more generic
…
|
|
|
@160a27c5
|
12 years |
martin |
libfdk-aacenc: add LATM/LOAS encapsulation support
Signed-off-by: …
|
|
|
@ecfff0e9
|
12 years |
martin |
sctp: add port missing error message
Without this patch a user a bit …
|
|
|
@f9a9a148
|
12 years |
martin |
tcp: add port missing error message
Without this patch a user a bit …
|
|
|
@49c45a26
|
12 years |
diego |
avfilter: Fix printf format string conversion specifier
…
|
|
|
@6a433fdb
|
12 years |
martin |
rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE …
|
|
|
@f7bfb126
|
12 years |
martin |
rtmp: Move the CONFIG_ condition into the if conditions
This makes …
|
|
|
@65d94f63
|
12 years |
diego |
aac: Mention abbreviation as well in long_name
Most people know the …
|
|
|
@6b801421
|
12 years |
diego |
build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled
…
|
|
|
@816ff352
|
12 years |
diego |
doc: Add Git configuration section
|
|
|
@6c1ed454
|
12 years |
martin |
configure: Add a dependency on https for rtmpts
The rtmpts protocol …
|
|
|
@999c63e4
|
12 years |
martin |
rtp: Only choose static payload types if the sample rate and channels …
|
|
|