|
|
|
@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 …
|
|
|
@b5eab66e
|
15 years |
stefano.sabatini-lala |
Make avfilter_default_start_frame() request a buffer with the same …
|
|
|
@ddd60f28
|
15 years |
michaelni |
Replace cabac checks in inline functions from h264.h with constants. …
|
|
|
@a482e61b
|
15 years |
mans |
Add symbol versioning for shared libraries
Based on patch by Reinhard …
|
|
|
@2ed46eea
|
15 years |
mans |
configure: add test_ldflags function
This adds a test_ldflags …
|
|
|
@e8393e1c
|
15 years |
mans |
Add symbol versioning for shared libraries
Based on patch by Reinhard …
|
|
|
@d140b025
|
15 years |
vitor1001 |
SIPR16k decoder
Originally committed as revision 21234 to …
|
|
|
@d79c06b2
|
15 years |
vitor1001 |
Allow a SIPR table to be used by the upcoming SIPR16k decoder
…
|
|
|
@65323ed2
|
15 years |
vitor1001 |
Split some SIPR structs to a header file for the upcoming SIPR16k …
|
|
|
@06cb7a1
|
15 years |
vitor1001 |
Use macros instead of inline functions to replace the following …
|
|
|
@a4be782c
|
15 years |
Carl Eugen Hoyos |
Support 2Vuy in mov, fixes issue 1690.
Patch by ami_stuff, ami_stuff …
|
|
|
@f821f981
|
15 years |
ramiro.polla |
Exclude .svn and .git directories from doxygen documentation.
…
|
|
|
@2b9cb7ec
|
15 years |
mans |
Fix out of tree build with hardcoded tables
Originally committed as …
|
|
|
@ad7da0b5
|
15 years |
ramiro.polla |
mingw32: Build for Windows XP by default. Add note about Win9x/2000 …
|
|
|
@2e3e803
|
15 years |
ramiro.polla |
Don't initialize normal horizontal filter if MMX2 filter is used.
…
|
|
|
@93fe7eb6
|
15 years |
ramiro.polla |
Get one step closer to world domination.
Remove "make uninstall".
…
|
|
|
@598ef02b
|
15 years |
jmenon86 |
Do not print VDPAU upgrade notice when configure is invoked
with …
|
|
|
@d356a53f
|
15 years |
mans |
AAC: optimise bitstream reading in decode_spectrum_and_dequant()
…
|
|
|
@59ea69ef
|
15 years |
Carl Eugen Hoyos |
Support decoding of Avid uncompressed mov files, fixes issue 1685.
…
|
|
|
@a0ae3e41
|
15 years |
Carl Eugen Hoyos |
Support decoding Avid 1:1x codec, (partially) fixes issue1684.
…
|
|
|
@a959e247
|
15 years |
zuxy.meng |
Const correctness for src pointer. Remove all constness related …
|
|
|
@7c2de274
|
15 years |
michaelni |
Add forgotten include of h264_mvpred.h to h264.h.
This could have …
|
|
|
@e2dd858
|
15 years |
michaelni |
Add forgotton multiple inclusion guards to h264_mvpred.h.
Originally …
|
|
|
@798339fb
|
15 years |
mans |
AAC: ARM/NEON asm for VMUL2/4 functions
Originally committed as …
|
|
|
@c78dfcda
|
15 years |
Carl Eugen Hoyos |
Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c
…
|
|
|
@3bfbbef6
|
15 years |
stefano.sabatini-lala |
Fix typo.
Originally committed as revision 30304 to …
|
|
|
@544f5a92
|
15 years |
mans |
Optimise av_log2 with clz when available
10% faster flac decoding on …
|
|
|
@669b5583
|
15 years |
mans |
Set HAVE_FAST_CLZ if CPU has a fast count leading zeros instruction
…
|
|
|
@00c081a8
|
15 years |
ramiro.polla |
Remove unused clip_table code.
Originally committed as revision 30303 …
|
|
|
@3d7453e0
|
15 years |
mans |
configure: allow reverse auto-selection of options
This adds the …
|
|
|
@29b75f0b
|
15 years |
Reimar.Doeffinger |
Change code so it uses 2 adds instead of one FFABS.
About 1% faster …
|
|
|
@574b183d
|
15 years |
pross |
Latent libavformat version bump and documentation update for Adobe …
|
|
|
@83ab7f18
|
15 years |
pross |
Adobe Filmstrip muxer and demuxer
Originally committed as revision …
|
|
|
@efc034cc
|
15 years |
ramiro.polla |
Add const qualifier to rgb48 to YV12 functions' src.
Originally …
|
|
|
@a3e35e28
|
15 years |
ramiro.polla |
Add missing parameter to rgb48 to YV12 functions.
Originally …
|
|
|
@f267d3ac
|
15 years |
astrange |
Implement alpha channel decoding for BGR HuffYUV.
Since BGR24 is …
|
|
|
@ff5ab5c8
|
15 years |
baptiste.coudurier |
set stream aspect from mov tkhd width/height, patch by Andrew Wason, …
|
|
|
@49544546
|
15 years |
baptiste.coudurier |
do not skip mdat data if it's the last atom, avoids one seek
…
|
|
|
@08c8e66a
|
15 years |
baptiste.coudurier |
restore old buffer content when seek failed in http protocol, fix …
|
|
|
@a1f42882
|
15 years |
baptiste.coudurier |
revert wrongly commited hunk in r21205
Originally committed as …
|
|
|
@10061cd6
|
15 years |
baptiste.coudurier |
remove useless type declarations
Originally committed as revision …
|
|
|
@dcc2220
|
15 years |
baptiste.coudurier |
remove useless declarations from mpegts.h
Originally committed as …
|
|
|
@33931016
|
15 years |
baptiste.coudurier |
use codec rc_max_rate if set and warn if bit rate is not set
…
|
|
|
@01d6bd52
|
15 years |
baptiste.coudurier |
Do not split audio frames accross pes packets.
This was not supported …
|
|
|
@6f284d1
|
15 years |
lucabe72 |
Surprisingly enough, the RTP muxer does not depend on the RTP protocol …
|
|
|
@907d9166
|
15 years |
baptiste.coudurier |
print more debug info about muxing parameters, patch by Mike …
|
|
|
@c054f372
|
15 years |
baptiste.coudurier |
update mpegts_write_pes documentation, patch by Mike Scheutzow, …
|
|
|
@4df3bbbc
|
15 years |
baptiste.coudurier |
Insert null packets to keep pcr values correct, patch by Mike …
|
|
|
@49f6fd8f
|
15 years |
baptiste.coudurier |
move pcr/sdt/pat period computation after ts->mux_rate is set, patch …
|
|
|
@6b18a3f5
|
15 years |
baptiste.coudurier |
output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow …
|
|
|
@906c16a1
|
15 years |
baptiste.coudurier |
fix ts packet header size computation, patch by Niobos, niobos at …
|
|
|
@080cabff
|
15 years |
baptiste.coudurier |
fix sdt, pat, pcr size computation, patch by Niobos, niobos at …
|
|
|
@fad9a42a
|
15 years |
lucabe72 |
The RTP muxer does not need rtp_asf.c
Originally committed as …
|
|
|
@3f60d2d3
|
15 years |
lucabe72 |
Remove the inclusion of unneeded headers
Originally committed as …
|
|
|
@fbb6c6c2
|
15 years |
mans |
Define !CONFIG_FOO in config.make if feature disabled
Originally …
|
|
|
@2ef21b91
|
15 years |
mans |
AAC: Reduce depth of vlc_spectral tables to 2
Up to 6% faster overall …
|
|
|
@95dff4a
|
15 years |
mans |
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() …
|
|
|