|
|
|
@8ba43617
|
15 years |
michaelni |
1 cpu cycle faster suffix_length calculation.
Originally committed as …
|
|
|
@f632c454
|
15 years |
stefano.sabatini-lala |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
Originally …
|
|
|
@f0f86627
|
15 years |
fenrir |
VC-1/WMV3 DXVA2 implementation
It allows VLD VC-1/WMV3 decoding …
|
|
|
@77d40dce
|
15 years |
michaelni |
Remove is_complex from loop_filter() its useless there in its current …
|
|
|
@34fecc9a
|
15 years |
fenrir |
Added a few missing consts in dxva_h264.
Originally committed as …
|
|
|
@0dc343d4
|
15 years |
fenrir |
Added a missing const to ff_h264_get_slice_type().
Originally …
|
|
|
@f1f78a9d
|
15 years |
stefano.sabatini-lala |
Doxument url_close().
Originally committed as revision 21420 to …
|
|
|
@8880c8bc
|
15 years |
fenrir |
Added missing const to get_bits_count().
Originally committed as …
|
|
|
@b2b7ab32
|
15 years |
michaelni |
Prefer cbp over cbp_table.
Originally committed as revision 21418 to …
|
|
|
@333146dd
|
15 years |
stefano.sabatini-lala |
Doxument url_open_protocol().
Originally committed as revision 21417 …
|
|
|
@50eb40a7
|
15 years |
michaelni |
Remove all uses of slice_type* from the loop filter, also remove its …
|
|
|
@1f8ad15a
|
15 years |
stefano.sabatini-lala |
Doxument url_read().
Originally committed as revision 21415 to …
|
|
|
@30b61475
|
15 years |
stefano.sabatini-lala |
Use av_get_bits_per_pixel() for computing the bits per pixel of the …
|
|
|
@59398ea9
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 30413 to …
|
|
|
@2658e7a6
|
15 years |
ramiro.polla |
Don't redefine M_PI. It is already defined from …
|
|
|
@a4388eb
|
15 years |
ramiro.polla |
Split swscale.c into scaler code (swscale.c) and utility code …
|
|
|
@2c0ee018
|
15 years |
michaelni |
Remove unneeded reset of non_zero_count_cache for deblock.
Originally …
|
|
|
@01c51168
|
15 years |
michaelni |
Remove useless things from the deblock side of fill_caches().
…
|
|
|
@ea3b456d
|
15 years |
michaelni |
make mv_cache init 64bit where possible.
Originally committed as …
|
|
|
@420755dd
|
15 years |
ramiro.polla |
vfwcap: Include windows.h before vfw.h since the latter requires …
|
|
|
@a1b3c5a3
|
15 years |
ramiro.polla |
Replace every usage of -lvfw32 with what is particularly necessary for …
|
|
|
@27796dc3
|
15 years |
ramiro.polla |
Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" …
|
|
|
@626c46ec
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 21408 to …
|
|
|
@85167c46
|
15 years |
fenrir |
Moved reusable functions from dxva2_h264.c to dxva2.c
Originally …
|
|
|
@0c32e19
|
15 years |
michaelni |
Move +52 from the loop filter to the alpha/beta offsets in the …
|
|
|
@6231d098
|
15 years |
Reimar.Doeffinger |
Release buffer when the codec is closed.
Originally committed as …
|
|
|
@b9e3f85
|
15 years |
Reimar.Doeffinger |
Use qstride = 0 and allocate only a single line for qscale_table since …
|
|
|
@e4833b5d
|
15 years |
fenrir |
Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer …
|
|
|
@8cf9bbb6
|
15 years |
fenrir |
Reindent the content of one if(){} in ff_dxva2_common_end_frame.
…
|
|
|
@8db7ee09
|
15 years |
fenrir |
Moved reusable code from dxva2_h264.c:end_frame to …
|
|
|
@1cc2d211
|
15 years |
michaelni |
Set edges based on cbp and mv partitioning, not just skiped MBs.
This …
|
|
|
@87ac0c0a
|
15 years |
Reimar.Doeffinger |
Use AVPALETTE_COUNT instead of hard-coding 256.
This is consistent …
|
|
|
@ab8075a2
|
15 years |
Reimar.Doeffinger |
Remove redundant initialization of the palette, it is part of the …
|
|
|
@6b3661b2
|
15 years |
michaelni |
Optimize filter_mb_mbaff_edge*()
Originally committed as revision …
|
|
|
@933bea77
|
15 years |
michaelni |
Optmize 8x8dct check used to skip some borders in the loop filter.
4 …
|
|
|
@6242b1c4
|
15 years |
Reimar.Doeffinger |
Use av_freep intead of av_free to free pointers in vp56 context.
…
|
|
|
@48c65d0
|
15 years |
Reimar.Doeffinger |
Zero the frame data on allocation for VB codec, e.g. the FATE sample …
|
|
|
@ddb901b7
|
15 years |
Reimar.Doeffinger |
Make url_read_complete retry on EAGAIN and return how much data it …
|
|
|
@9828735
|
15 years |
kostya.shishkov |
Print a warning when DATA chunk is encountered in the middle of chunk. …
|
|
|
@a7e6328c
|
15 years |
daniel |
Export wma_critical_freqs as ff_wma_critical_freqs
Originally …
|
|
|
@7a086a85
|
15 years |
michaelni |
Fix heap overflow with -async.
Fixes issue1666
Originally committed …
|
|
|
@e62a55b9
|
15 years |
Reimar.Doeffinger |
The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs …
|
|
|
@54a4f36d
|
15 years |
stefano.sabatini-lala |
Remove conditional M_PI definition, it is already defined in …
|
|
|
@a52ce57d
|
15 years |
stefano.sabatini-lala |
Replace deprecated guess_format() with av_guess_format().
Patch by …
|
|
|
@3deb5384
|
15 years |
alex.converse |
Implement an sse version of scalarproduct_float().
Originally …
|
|
|
@57835fc1
|
15 years |
kostya.shishkov |
Check for chunk boundaries when decoding VB codec data
Originally …
|
|
|
@27276496
|
15 years |
kostya.shishkov |
Zero palette in case not all entries are initialized later
Originally …
|
|
|
@64810754
|
15 years |
rsbultje |
Make style a little bit more K&R'ish.
Originally committed as …
|
|
|
@7c823d8b
|
15 years |
rsbultje |
Rename a function which is no longer ipv6-specific. Patch by Martin …
|
|
|
@00eb13e0
|
15 years |
rsbultje |
Use the control URI from the SDP (if present) rather than the input …
|
|
|
@4a888526
|
15 years |
mans |
Move array specifiers outside DECLARE_ALIGNED() invocations
…
|
|
|
@587d24ff
|
15 years |
mans |
Suppress TMS470 warnings about alignment directives
Originally …
|
|
|
@34e52abb
|
15 years |
mans |
DECLARE_ALIGNED macro for TMS470 compiler
This compiler supports …
|
|
|
@d408b77a
|
15 years |
mans |
Add an AV_PRAGMA() macro for constructing _Pragma() directives
The …
|
|
|
@c6727809
|
15 years |
mans |
Move array specifiers outside DECLARE_ALIGNED() invocations
…
|
|
|
@27ce1be8
|
15 years |
mans |
configure: fix --cpu=host
The awk command used inadvertently relied …
|
|
|
@258b60c
|
15 years |
michaelni |
Gcc idiocy fixes related to filter_mb_edge*.
Change order of operands …
|
|
|
@ac1e18cb
|
15 years |
lessen42 |
Update regression tests after r21372
Originally committed as revision …
|
|
|
@1f445f54
|
15 years |
michaelni |
Move dquant check into qscale overflow check.
This should be faster …
|
|
|
@e380b918
|
15 years |
lessen42 |
mkvenc: Write TrackTimecodeScale
patch by Rafael (dot) Carre (a) gmail …
|
|
|
@2e13ecfe
|
15 years |
rsbultje |
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), …
|
|
|
@f8c08733
|
15 years |
rsbultje |
Change on rtsp_send_cmd() to the _async() version since we don't use …
|
|
|
@7eaa646
|
15 years |
rsbultje |
Reindent after r21368.
Originally committed as revision 21369 to …
|
|
|
@8b9457de
|
15 years |
rsbultje |
Pretty embarassing bug; we shouldn't use av_strlcatf() on an …
|
|
|
@07318991
|
15 years |
benoit.fouet |
Make output-example.c handle AAC audio.
Patch by Martin Storsjö martin …
|
|
|
@31f6e3c1
|
15 years |
michaelni |
Make calculation of mask_edge free of branches, faster of course but …
|
|
|
@b4d68544
|
15 years |
rsbultje |
Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. …
|
|
|
@e9e949cf
|
15 years |
michaelni |
Clarify CODEC_CAP_SUBFRAMES.
Originally committed as revision 21364 …
|
|
|
@8a24e98d
|
15 years |
mans |
Make DECLARE_ALIGNED macros work with external array specifiers
The …
|
|
|
@2a58e457
|
15 years |
mans |
Set CODEC_CAP_SUBFRAMES for adpcm decoders
This makes ffmpeg stop …
|
|
|
@01cc47dc
|
15 years |
lessen42 |
More const-correctness for sws_scale
Originally committed as revision …
|
|
|
@0fc07ad9
|
15 years |
lessen42 |
Set start_time and duration in AVStream instead of AVFormatContext for …
|
|
|
@1f630b97
|
15 years |
lessen42 |
Use two separate memory arguments since 8+() is invalid gas syntax
…
|
|
|
@40ccc754
|
15 years |
mans |
Indent
Originally committed as revision 21359 to …
|
|
|
@68cf92ee
|
15 years |
mans |
Always call avcodec_thread_init()
The various avcodec_thread_init() …
|
|
|
@5fcb865b
|
15 years |
mans |
Translate -mfpu=vfpv3 for TMS470
Originally committed as revision …
|
|
|
@138132be
|
15 years |
mans |
Ignore annoying armcc warnings
Originally committed as revision 21356 …
|
|
|
@b4c2ada5
|
15 years |
michaelni |
Attempt to fix asm compilation failure.
Only tested on gcc 4 & x86_64. …
|
|
|
@8d821b01
|
15 years |
fenrir |
Added myself as dxva2 maintainer.
Originally committed as revision …
|
|
|
@92c6a099
|
15 years |
fenrir |
H264 DXVA2 implementation
It allows VLD H264 decoding using DXVA2 …
|
|
|
@3d7b42f9
|
15 years |
rsbultje |
Use the configure check from r21351 and use it to properly define …
|
|
|
@3b2372bf
|
15 years |
rsbultje |
Add a check for struct sockaddr->sa_len, which is an indication of …
|
|
|
@38d7ad19
|
15 years |
mans |
Use $(CC_O) in %-test.o rules
Originally committed as revision 21350 …
|
|
|
@2b444ea7
|
15 years |
mans |
configure: display --list-* output in three columns
Originally …
|
|
|
@8182dc34
|
15 years |
mans |
configure: use nm -P on Solaris
Originally committed as revision …
|
|
|
@ffcc6e24
|
15 years |
mans |
Add -timelimit option
This option limits the CPU time used by ffmpeg …
|
|
|
@5e7dfb7d
|
15 years |
mans |
Move COPY3_IF_LT to lavc/mathops.h
This obscure macro is only used in …
|
|
|
@bec358d6
|
15 years |
astrange |
H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts.
…
|
|
|
@5d4d503f
|
15 years |
ramiro.polla |
Document some more of SwsContext.
Originally committed as revision …
|
|
|
@97775235
|
15 years |
michaelni |
Simplify/Optimize another of the mbaff loop filter cases.
Its faster …
|
|
|
@4cb93f51
|
15 years |
ramiro.polla |
Update documentation for make test.
Originally committed as revision …
|
|
|
@085d9d9
|
15 years |
michaelni |
Only calculate the second chroma qp if it differs from the firstin the …
|
|
|
@948180e7
|
15 years |
michaelni |
Set bS with 64bits at a time.
Originally committed as revision 21341 …
|
|
|
@87df989e
|
15 years |
michaelni |
Merge multiple IS_* macro uses where possible.
Originally committed …
|
|
|
@55c54371
|
15 years |
michaelni |
Simplify and optimize intra code in h264_loopfilter.c
Originally …
|
|
|
@7f3f5f46
|
15 years |
vitor1001 |
Floating point discrete cosine transform
Originally committed as …
|
|
|
@c4f2b6dc
|
15 years |
lessen42 |
Use constant offsets for memory operands since gcc is unable to
This …
|
|
|
@613f2dc4
|
15 years |
stefano.sabatini-lala |
Avoid more pointless tests, the input and output formats need to be …
|
|
|
@9528ce7b
|
15 years |
michaelni |
Sightly simplify initialization of int start.
No real speed change.
…
|
|
|
@75fb5c24
|
15 years |
mans |
Move FASTDIV macro to intmath.h
Originally committed as revision …
|
|
|