|
|
|
@14f283d8
|
18 years |
baptiste.coudurier |
disable annoying debug messages
Originally committed as revision 6758 …
|
|
|
@8dfcf67e
|
18 years |
diego |
spelling/grammar fixes
Originally committed as revision 6757 to …
|
|
|
@7c7e7464
|
18 years |
lucabe72 |
Make read_packet fail is the v4l2 driver returns an unexpected frame …
|
|
|
@39a94d24
|
18 years |
nicola.sabbi |
support for sub-only streams; patch by borat subsense com
Originally …
|
|
|
@76aca7a8
|
18 years |
kostya.shishkov |
handle limit>32 for set_ur_golomb_jpegls()
Originally committed as …
|
|
|
@5dc49706
|
18 years |
michaelni |
prevent infinite loop
Originally committed as revision 6753 to …
|
|
|
@71bd023d
|
18 years |
baptiste.coudurier |
avoid crashing when trying to parse invalid files, patch by Andreas …
|
|
|
@487240b0
|
18 years |
baptiste.coudurier |
fix probe, patch by Andreas Oman, andreas at olebyn dot nu
Originally …
|
|
|
@e08f5806
|
18 years |
michaelni |
decode_significance_8x8_x86()
8% faster decode_cabac_residual() (8x8 …
|
|
|
@94e4c3a
|
18 years |
gpoirier |
Protect code that uses CMOV instructions with HAVE_CMOV,
Make …
|
|
|
@4c8d81fa
|
18 years |
gpoirier |
fix harmless typo / consistency fix
Originally committed as revision …
|
|
|
@d966b2f0
|
18 years |
baptiste.coudurier |
warn about zlib support needed if file has compressed moov atom
…
|
|
|
@864bc96
|
18 years |
michaelni |
3 more TODO items for volunteers
Originally committed as revision …
|
|
|
@849a5004
|
18 years |
michaelni |
another instruction less in decode_significance_x86() -> 1% faster ion …
|
|
|
@942f3bb5
|
18 years |
michaelni |
move memory reading ByteIOContext init from mov.c to avobuf.c
…
|
|
|
@d3e7c5c
|
18 years |
michaelni |
1 instruction less
Originally committed as revision 6743 to …
|
|
|
@e7768fc5
|
18 years |
gpoirier |
Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed …
|
|
|
@a616db2
|
18 years |
michaelni |
reordering instructions a little in decode_significance_x86() -> 2 …
|
|
|
@13404b2e
|
18 years |
michaelni |
factorize get_cabac asm (0.5% slower but its much cleaner)
Originally …
|
|
|
@1e4051aa
|
18 years |
alex |
correct signaling of palette change
Originally committed as revision …
|
|
|
@ba9fb5d
|
18 years |
diego |
Fix PIC compilation, some defines were under #ifdef !PIC but used
in …
|
|
|
@d72bc32
|
18 years |
michaelni |
unused variable
Originally committed as revision 6737 to …
|
|
|
@1c5d830c
|
18 years |
gpoirier |
10l: Revert bogus use of GCC's -march=xx:
Almost all CPU targets use …
|
|
|
@f624f029
|
18 years |
michaelni |
slightly faster decode_cabac_mb_mvd()
Originally committed as …
|
|
|
@aa1da263
|
18 years |
michaelni |
1 variable less in decode_cabac_residual() no speed change (but less …
|
|
|
@143bf7d7
|
18 years |
michaelni |
dont mess with ByteIOContext internal variables (fixes showdown2.mov)
…
|
|
|
@ebd624b6
|
18 years |
michaelni |
optimize sign decoding code in decode_residual()
x86 is 4% faster on …
|
|
|
@99fd05c
|
18 years |
baptiste.coudurier |
use AVFormatContext to log
Originally committed as revision 6731 to …
|
|
|
@3d1eed61
|
18 years |
diego |
Fix license header error notice by Steve LHomme.
Originally committed …
|
|
|
@38d0a8aa
|
18 years |
gpoirier |
rename --tune to --cpu and make --cpu pass the apropriate -march=xx …
|
|
|
@708e3e7d
|
18 years |
baptiste.coudurier |
simplify pcm read seek, use av_get_bits_per_sample
Originally …
|
|
|
@ca612735
|
18 years |
diego |
Don't run libavtest if CONFIG_GPL is not set.
Originally committed as …
|
|
|
@a0f2c6ba
|
18 years |
gpoirier |
Kill a warning with MSVC
Patch by Jindrich Makovicka makovick A gmail …
|
|
|
@30865e2
|
18 years |
michaelni |
copy cabac context onto the stack for the c code in …
|
|
|
@eb73bf72
|
18 years |
michaelni |
x86 asm version of the decode significance loop (not 8x8) of …
|
|
|
@5b9d79bd
|
18 years |
baptiste.coudurier |
avoid overwriting pkt
Originally committed as revision 6723 to …
|
|
|
@595da75
|
18 years |
Aurélien Jacobs |
10l inverted condition check generated an endless loop
Originally …
|
|
|
@4d6ac1a4
|
18 years |
baptiste.coudurier |
skip packet if no stream index is found, fix proxy_pal030926.mxf
…
|
|
|
@ee71ef5c
|
18 years |
baptiste.coudurier |
skip run in sequence, fix C0023S01.mxf
Originally committed as …
|
|
|
@cc6a90dd
|
18 years |
gpoirier |
rename --cpu (and related variables) to --arch as this option always …
|
|
|
@96db3808
|
18 years |
lucabe72 |
Implement sws_getCachedContext() in swscale emulation
Originally …
|
|
|
@4041a495
|
18 years |
michaelni |
cosmetic (%%eax->%0)
Originally committed as revision 6717 to …
|
|
|
@d1bc38f3
|
18 years |
Roman R. |
* Simplifying the setting of STYPE for AAUX AS
* Fixing a bug in …
|
|
|
@8dda3e79
|
18 years |
diego |
Fix crash with illegal instruction, cmov is available on 686 and later …
|
|
|
@e962604f
|
18 years |
diego |
Expand some #endif comments.
Originally committed as revision 6714 to …
|
|
|
@2c409cc7
|
18 years |
michaelni |
fix -ab which was interpreted as (-a)b
Originally committed as …
|
|
|
@cacb17b4
|
18 years |
michaelni |
asin() acos() atan()
Originally committed as revision 6712 to …
|
|
|
@9f1c1c99
|
18 years |
lu_zero |
Make ffmpeg work with x264 r592
Originally committed as revision 6711 …
|
|
|
@212d848
|
18 years |
michaelni |
mod()
Originally committed as revision 6710 to …
|
|
|
@c45b5de0
|
18 years |
diego |
Fix #endif comments.
Originally committed as revision 6709 to …
|
|
|
@39051d5d
|
18 years |
diego |
Replace FLAC FourCC by TwoCC.
Originally committed as revision 6708 …
|
|
|
@165c5f09
|
18 years |
michaelni |
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt …
|
|
|
@89ae0e62
|
18 years |
diego |
Add libswscale to the include path when enabled.
Originally committed …
|
|
|
@8c9d49f2
|
18 years |
diego |
Don't mix declarations and statements.
Originally committed as …
|
|
|
@1d7c111
|
18 years |
michaelni |
10l
Originally committed as revision 6704 to …
|
|
|
@faff3a7a
|
18 years |
michaelni |
this code will not work with PIC as it needs 7 registers and gcc …
|
|
|
@f24a5159
|
18 years |
michaelni |
shift CABACContext.range right, this reduces the number of shifts …
|
|
|
@aa77081
|
18 years |
gpoirier |
Have xvid encoder wrapper honnor -vtag option
Patch by Ramiro Polla …
|
|
|
@14f29f79
|
18 years |
diego |
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
…
|
|
|
@84471efd
|
18 years |
diego |
Consistently use $(BUILD_ROOT).
Originally committed as revision 6699 …
|
|
|
@41ada6e5
|
18 years |
diego |
Warn about --enable-gpl.
Originally committed as revision 6698 to …
|
|
|
@9fd353e9
|
18 years |
diego |
0.pgm is now 00.pgm.
Originally committed as revision 6697 to …
|
|
|
@827f0561
|
18 years |
diego |
Remove unused variable.
Originally committed as revision 6696 to …
|
|
|
@07a1b05e
|
18 years |
diego |
Consistently use $(BUILD_ROOT).
Originally committed as revision 6695 …
|
|
|
@a8789714
|
18 years |
kostya.shishkov |
Ignore blocks with no samples and flags (but usually with MD5 sum)
…
|
|
|
@3d0c32d4
|
18 years |
alex |
Make public domain. Hope Diego dont mind it, he had two cosmetics …
|
|
|
@ccd3228e
|
18 years |
dominik |
Use proper PRI?64 macros for %ll? format to fix printf format …
|
|
|
@7c428ea6
|
18 years |
diego |
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure
with …
|
|
|
@8aaed74c
|
18 years |
gpoirier |
Remove empty structures,
Patch by Steve LHomme
Original thread:
Date: …
|
|
|
@ab9ce191
|
18 years |
kostya.shishkov |
Make PNG produce correct 8-bit pictures
Originally committed as …
|
|
|
@4ec0beaa
|
18 years |
kostya.shishkov |
Move block size check to decoder
Originally committed as revision …
|
|
|
@03bb9ae5
|
18 years |
michaelni |
10l CODEC vs. FORMAT
Originally committed as revision 6687 to …
|
|
|
@12b6992b
|
18 years |
r_togni |
flv files from myspace with mp3 audio require need_parsing because the …
|
|
|
@b566bd65
|
18 years |
michaelni |
simplify escape decoding
Originally committed as revision 6685 to …
|
|
|
@a88fc5c0
|
18 years |
diego |
Remove intrinsics checks, they are no longer used.
partly based on a …
|
|
|
@68a205ed
|
18 years |
michaelni |
dehack *ps_state indexing in the branchless decoder
Originally …
|
|
|
@a991b1fe
|
18 years |
kostya.shishkov |
TIFF decoder
Originally committed as revision 6682 to …
|
|
|
@6ae177aa
|
18 years |
diego |
Add a note about illegal codec IDs.
Originally committed as revision …
|
|
|
@7e547cb4
|
18 years |
diego |
Add codec ID for Shorten audio.
Originally committed as revision 6680 …
|
|
|
@12ff5b0f
|
18 years |
michaelni |
add "memory" to the clobber list we change memory so we need it, this …
|
|
|
@f7bc5837
|
18 years |
Reynaldo H. Verdejo Pinochet |
Adds forgotten changelog's entry about the new mtv demuxer
Originally …
|
|
|
@5ed0d67d
|
18 years |
michaelni |
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis
…
|
|
|
@61b76987
|
18 years |
dominik |
Fixes:
xvmcvideo.c: In function ‘XVMC_decode_mb’:
xvmcvideo.c:141: …
|
|
|
@de1013e
|
18 years |
michaelni |
10l int vs uint8_t
Originally committed as revision 6675 to …
|
|
|
@851ded8
|
18 years |
michaelni |
prevent "mb level" get_cabac() calls from being inlined (3% faster …
|
|
|
@1f6049f5
|
18 years |
michaelni |
int->uint8_t for 2 tables
Originally committed as revision 6673 to …
|
|
|
@29f86228
|
18 years |
baptiste.coudurier |
support for Tiertex .seq files demuxing/video decoding, by Gregory …
|
|
|
@7da4d4cd
|
18 years |
baptiste.coudurier |
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir …
|
|
|
@cb690cad
|
18 years |
diego |
Rename internal.h --> xvid_internal.h, it clashes with …
|
|
|
@a5db5bda
|
18 years |
lu_zero |
ppc generic prefetch
Originally committed as revision 6669 to …
|
|
|
@a0490b32
|
18 years |
gpoirier |
adds some useful comments after some of the #else, #elseif,
#endif …
|
|
|
@28146a8c
|
18 years |
Reynaldo H. Verdejo Pinochet |
new mtv demuxer
Originally committed as revision 6667 to …
|
|
|
@05749630
|
18 years |
diego |
Rename ABS macro to FFABS.
Originally committed as revision 20169 to …
|
|
|
@c26abfa5
|
18 years |
diego |
Rename ABS macro to FFABS.
Originally committed as revision 6666 to …
|
|
|
@02305ff3
|
18 years |
diego |
Rename SIGN macro to FFSIGN to avoid clashes with system headers.
…
|
|
|
@a957c27b
|
18 years |
lorenm |
more prefetches, 2% faster h264
Originally committed as revision 6664 …
|
|
|
@1f4d5e9f
|
18 years |
michaelni |
slightly faster on P3 slightly slower on athlon and probably faster on …
|
|
|
@f3239539
|
18 years |
baptiste.coudurier |
add MXF description
Originally committed as revision 6662 to …
|
|
|
@d7a3a783
|
18 years |
baptiste.coudurier |
update GXF status and add description
Originally committed as …
|
|
|
@dc56e0de
|
18 years |
baptiste.coudurier |
update doc, changelog, and increase libavcodec version for .cin files …
|
|
|