|
|
|
@26c83a41
|
15 years |
michaelni |
Move a few things into a deeper if() in fetch_diagonal_mv().
…
|
|
|
@350fc614
|
15 years |
michaelni |
Remove code that handles the case of a MB pair to our right being …
|
|
|
@49c43fc2
|
15 years |
baptiste.coudurier |
reindent
Originally committed as revision 21311 to …
|
|
|
@c3aeaa54
|
15 years |
baptiste.coudurier |
set average frame rate in mov demuxer
Originally committed as …
|
|
|
@7231ccf4
|
15 years |
michaelni |
Cosmetic, get rid of &x[0]
Originally committed as revision 21309 to …
|
|
|
@2b3649f6
|
15 years |
michaelni |
Fix compilation with -O0.
Originally committed as revision 21308 to …
|
|
|
@7a93858a
|
15 years |
michaelni |
Fix accumulated indention errors.
Originally committed as revision …
|
|
|
@2d8d885b
|
15 years |
stefano.sabatini-lala |
Split long line.
Originally committed as revision 30368 to …
|
|
|
@591e465a
|
15 years |
stefano.sabatini-lala |
Convert int -> enum PixelFormat in doTest().
Originally committed as …
|
|
|
@70bd7a3
|
15 years |
michaelni |
Optimize top non_zero_count_cache init.
Originally committed as …
|
|
|
@5e07aa77
|
15 years |
michaelni |
Dont init chroma elements of non_zero_count_cache for deblock.
…
|
|
|
@5cc5d9bf
|
15 years |
michaelni |
Remove unneeded for_deblock check, this code was alraedy under …
|
|
|
@c8a4ae00
|
15 years |
mans |
configure: add --disable-asm option
Originally committed as revision …
|
|
|
@3784e82e
|
15 years |
mans |
configure: rename a variable in check_asm
Originally committed as …
|
|
|
@c9566115
|
15 years |
baptiste.coudurier |
move aspect ratio code at the end of the track parsing, fix …
|
|
|
@5d54c126
|
15 years |
mans |
configure: fix cpu=generic case
Originally committed as revision …
|
|
|
@bffe82f5
|
15 years |
michaelni |
Rather call filter_mb_mbaff_edge*v() more often than do extra …
|
|
|
@34ba23c
|
15 years |
mans |
configure: simplify $cpu handling for some architectures
Originally …
|
|
|
@9dbd5c3d
|
15 years |
mans |
configure: indent
Originally committed as revision 21297 to …
|
|
|
@343aef9b
|
15 years |
mans |
configure: split $cpu handling by arch
Originally committed as …
|
|
|
@e939cedd
|
15 years |
mans |
configure: simplify $arch handling
Originally committed as revision …
|
|
|
@808fa33c
|
15 years |
mans |
configure: group arch extention deps by arch
Originally committed as …
|
|
|
@fb823b77
|
15 years |
michaelni |
Fix 10l segfault with threads.
Originally committed as revision 21293 …
|
|
|
@0fe674cb
|
15 years |
michaelni |
Use h->slice_num where possible.
Originally committed as revision …
|
|
|
@bce6a1e
|
15 years |
michaelni |
Enable filter_mb_fast for CAVLC P slices.
Originally committed as …
|
|
|
@439d6b1d
|
15 years |
michaelni |
filter_mb_fast needs cbp_table to be set.
Originally committed as …
|
|
|
@42ebca85
|
15 years |
michaelni |
PAFF CABAC P slices seem to work as well, so enable them for …
|
|
|
@a8f49215
|
15 years |
michaelni |
Reenable filter_mb_fast for I slices and progressive CABAC P slices.
…
|
|
|
@a7d7cdaa
|
15 years |
michaelni |
Set h->cbp for ff_h264_filter_mb_fast().
Originally committed as …
|
|
|
@9327042c
|
15 years |
michaelni |
10l for someone, Store chroma_qp_diff in the correct struct.
…
|
|
|
@054947ca
|
15 years |
gbeauchesne |
Install <libavcodec/vaapi.h> header.
Originally committed as revision …
|
|
|
@22c1f65
|
15 years |
lucabe72 |
Rename the RTP muxer sources so that the packetisation functions are …
|
|
|
@b6ef858e
|
15 years |
michaelni |
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to …
|
|
|
@47a85564
|
15 years |
lucabe72 |
Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function …
|
|
|
@f6d03906
|
15 years |
astrange |
Add macros for 64- and 128-bit write-combining optimization to …
|
|
|
@3c52d484
|
15 years |
zuxy.meng |
Define out currently unused static functions.
Originally committed as …
|
|
|
@6d7e6b26
|
15 years |
michaelni |
Perform reference remapping at fill_cache() time instead of in the …
|
|
|
@5bc3fc21
|
15 years |
tempn |
add uldx fourcc to mpeg4 in riff.c
Originally committed as revision …
|
|
|
@bdd19e29
|
15 years |
mans |
Mark all intreadwrite functions av_always_inline
Originally committed …
|
|
|
@8d072dd2
|
15 years |
mans |
Only set HAVE_MMX when a supported CPU is specified
Originally …
|
|
|
@7da0d821
|
15 years |
michaelni |
Make qp check for loop filter skiping also work with MBAFF.
…
|
|
|
@12be38e
|
15 years |
michaelni |
Comment about a cornercase we ignore currently
Originally committed …
|
|
|
@44a5e7b6
|
15 years |
michaelni |
Move the qp check to skip the loop filter up.
Originally committed as …
|
|
|
@b6303e6d
|
15 years |
michaelni |
Reorganize how values are stored in h->non_zero_count.
~1% faster
…
|
|
|
@c36a4294
|
15 years |
stefano.sabatini-lala |
Remove stray '\' at the end of macro definitions.
Originally …
|
|
|
@90eb284a
|
15 years |
stefano.sabatini-lala |
Remove duplicated or pointless newlines.
Originally committed as …
|
|
|
@398c193
|
15 years |
stefano.sabatini-lala |
Factorize error message logging, log it if the converter cannot be …
|
|
|
@e36a545d
|
15 years |
stefano.sabatini-lala |
Reindent after the last commit.
Originally committed as revision …
|
|
|
@c0d1dc1c
|
15 years |
stefano.sabatini-lala |
Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper …
|
|
|
@2911e132
|
15 years |
michaelni |
Disable a few things in fill_filter_caches() that arent needed.
0.1% …
|
|
|
@f432b43
|
15 years |
michaelni |
Split fill_caches() between filter and decoder.
Originally committed …
|
|
|
@c988f975
|
15 years |
michaelni |
Rearchitecturing the stiched up goose part 1
Run loop filter per row …
|
|
|
@00c4127e
|
15 years |
mans |
Remove double const
Originally committed as revision 30357 to …
|
|
|
@6667d5a5
|
15 years |
tempn |
add vspx fourcc to mpeg4 in riff.c
Originally committed as revision …
|
|
|
@aa692d54
|
15 years |
mans |
configure: simplify libsdl check
Originally committed as revision …
|
|
|
@14d36751
|
15 years |
mans |
configure: add check_struct function
This adds a check_struct …
|
|
|
@300cde27
|
15 years |
mans |
configure: simplify check_lib2
Originally committed as revision 21266 …
|
|
|
@f855b7b9
|
15 years |
mans |
configure: pass extra flags to check_cpp from check_cpp_condition
…
|
|
|
@2a194acd
|
15 years |
mans |
configure: pass extra flags to check_cc from check_ld
Originally …
|
|
|
@ade5b91d
|
15 years |
stefano.sabatini-lala |
Use av_match_ext() rather than the deprecated match_ext(), fix …
|
|
|
@9a180390
|
15 years |
stefano.sabatini-lala |
Factorize error message logging in rgb2rgbWrapper().
Originally …
|
|
|
@1b5d46c6
|
15 years |
mans |
Reindent
Originally committed as revision 30350 to …
|
|
|
@d39d7cf6
|
15 years |
mans |
Remove inline from initFilter()
It makes no sense having that …
|
|
|
@3f37ab8e
|
15 years |
Reimar.Doeffinger |
Make sure we do not export incorrect _NE pixformat descriptions by …
|
|
|
@48fdb66c
|
15 years |
mans |
Fix comment typo carefull -> careful
Spotted by someone on IRC.
…
|
|
|
@c2521027
|
15 years |
mans |
Add missing parens in AV_WN macros
Originally committed as revision …
|
|
|
@0209e1e1
|
15 years |
astrange |
Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.
Fixes build …
|
|
|
@45becaf3
|
15 years |
Carl Eugen Hoyos |
Fix indentation after r21257.
Originally committed as revision 21258 …
|
|
|
@e922e34c
|
15 years |
stefano.sabatini-lala |
Add a const qualifier in a cast, fix the gcc warning:
swscale.c: In …
|
|
|
@1454618
|
15 years |
Carl Eugen Hoyos |
Support demuxing of Sony OpenMG files without metadata header.
…
|
|
|
@5090d8e1
|
15 years |
stefano.sabatini-lala |
Add a const qualifier in a cast, fix the gcc warning:
swscale.c: In …
|
|
|
@a630ed3e
|
15 years |
stefano.sabatini-lala |
Fix typo, "get rid off" -> "get rid of".
Originally committed as …
|
|
|
@05e24fa8
|
15 years |
mans |
regtest: run tests only for enabled codecs and formats
Originally …
|
|
|
@4b294c18
|
15 years |
mans |
regtest: split wma test into wmav1 and wmav2
Originally committed as …
|
|
|
@eca478c3
|
15 years |
mans |
regtest: split reference files allowing tests to run individually
…
|
|
|
@16cd99bb
|
15 years |
mans |
regtest: suppress console output from tests
This disables all console …
|
|
|
@730cb9da
|
15 years |
stefano.sabatini-lala |
Revert r30331, which broke compilation.
swScale_C is not templated if …
|
|
|
@73cadb4f
|
15 years |
stefano.sabatini-lala |
Prefer enum PixelFormat to int as the parameter type of …
|
|
|
@bc45751f
|
15 years |
stefano.sabatini-lala |
Declare with av_unused the variable alpMmxFilter, fix the gcc warning: …
|
|
|
@80853cfc
|
15 years |
stefano.sabatini-lala |
Factorize the code which calls the non optimized C functions in …
|
|
|
@c70f1401
|
15 years |
stefano.sabatini-lala |
Prefer "to %s%s" over "to%s %s", slightly more readable.
Originally …
|
|
|
@a9e2878
|
15 years |
stefano.sabatini-lala |
Simplify code in sws_getContext() which logs if the destination format …
|
|
|
@9556124c
|
15 years |
ramiro.polla |
Document some of SwsContext.
Originally committed as revision 30328 …
|
|
|
@0cc854e3
|
15 years |
ramiro.polla |
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear …
|
|
|
@d95c8638
|
15 years |
stefano.sabatini-lala |
Factorize code which logs the source and destination formats in …
|
|
|
@15ccfff1
|
15 years |
ramiro.polla |
Read "Last Changed Rev" field instead of "Revision" field to avoid …
|
|
|
@7931bb2a
|
15 years |
michaelni |
Comment for() ; out
~200 bytes smaller ff_h264_filter_mb()
please …
|
|
|
@ed3d7e2f
|
15 years |
michaelni |
Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit …
|
|
|
@183a86c9
|
15 years |
michaelni |
Apply last 2 optimizations to similar code i forgot.
Originally …
|
|
|
@3f55a651
|
15 years |
michaelni |
Another microopt, 4 cpu cycles for avoidance of FFABS().
Originally …
|
|
|
@1c6f46be
|
15 years |
mans |
Add missing guards and includes to arm/aac.h
Originally committed as …
|
|
|
@26147d36
|
15 years |
michaelni |
Minor (2 cpu cycles) optimization ||->|.
Originally committed as …
|
|
|
@8be7ac98
|
15 years |
Carl Eugen Hoyos |
Support decoding of SoftLab-NSK VideoTizer.
Patch by ami_stuff, …
|
|
|
@4c568cbc
|
15 years |
michaelni |
Consider slice_beta_offet in qp_thresh.
Originally committed as …
|
|
|
@2e36c931
|
15 years |
michaelni |
Avoid wasting 4 cpu cycles per MB in redundantly calculating …
|
|
|
@3e906f4c
|
15 years |
stefano.sabatini-lala |
Simplify reset_ptr(): employ usePal() macro rather than enumerating …
|
|
|
@006aa1a4
|
15 years |
stefano.sabatini-lala |
Implement null video sink.
Originally committed as revision 21242 to …
|
|
|
@864a0742
|
15 years |
Carl Eugen Hoyos |
Correctly decode some Avid AV1x samples, fixes issue 1684.
Originally …
|
|
|
@dd08b83c
|
15 years |
stefano.sabatini-lala |
Implement null video source.
Originally committed as revision 21240 …
|
|
|
@e1bb0364
|
15 years |
Carl Eugen Hoyos |
Support lowres 3 when decoding MPEG video.
Patch by Anatoliy …
|
|
|