|
|
|
@1b4f17fa
|
18 years |
michaelni |
fix buffer handling
Originally committed as revision 6116 to …
|
|
|
@00b2fa86
|
18 years |
lucabe72 |
Minimal support for the new pixel formats in libavcodec
Originally …
|
|
|
@be484a2c
|
18 years |
gpoirier |
convert null vhook to libswscale
Patch by Victor Paesa % wzrlpy A …
|
|
|
@3e20143e
|
18 years |
lorenm |
mmx implementation of deblocking strength decision.
2-3% faster h264.
…
|
|
|
@001299b
|
18 years |
lucabe72 |
Add some new pixel formats to libavutil
Originally committed as …
|
|
|
@ee3bc9d3
|
18 years |
michaelni |
overread AV_LOG_ERROR -> AV_LOG_DEBUG
Originally committed as …
|
|
|
@ec6913d2
|
18 years |
nicola.sabbi |
scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still …
|
|
|
@9e6c9470
|
18 years |
nicola.sabbi |
added option probesize; at the moment only used by mpegts.c
…
|
|
|
@4eb72c6b
|
18 years |
nicola.sabbi |
initial support for AVOption in AVFormatContext
Originally committed …
|
|
|
@c0c66dd8
|
18 years |
michaelni |
fix low bitrate mp3
Originally committed as revision 6107 to …
|
|
|
@bfe328ca
|
18 years |
lorenm |
tweak cabac. 0.5% faster h264.
Originally committed as revision 6106 …
|
|
|
@39b434c6
|
18 years |
michaelni |
check the validity of the amount of the remaining bytes in the …
|
|
|
@716d73b4
|
18 years |
michaelni |
unused var
Originally committed as revision 6104 to …
|
|
|
@4e2d6a45
|
18 years |
michaelni |
dont copy frame if the whole mp1/2/3 frame is available in one piece …
|
|
|
@6ff3b2b8
|
18 years |
Aurélien Jacobs |
Fix A32_BITSTREAM_READER compilation on x86
Originally committed as …
|
|
|
@d6bea623
|
18 years |
michaelni |
make mpa_decode_header() 10 times faster
Originally committed as …
|
|
|
@731d0b1
|
18 years |
michaelni |
another silly typo which surprisingly neither valgrind nor cmp of the …
|
|
|
@d37bb9d
|
18 years |
michaelni |
10l found by valgrind
Originally committed as revision 6099 to …
|
|
|
@06e7fb82
|
18 years |
michaelni |
remove duplicated parser, people who pass random gibblets of the …
|
|
|
@6e4703c
|
18 years |
michaelni |
2nd try of skip_bits_long() for the ALT reader
1st try for the …
|
|
|
@a42ec9f4
|
18 years |
michaelni |
make A32 reader align its ptr during init no matter what missaligned …
|
|
|
@3dddf21f
|
18 years |
michaelni |
3rd try :)
Originally committed as revision 6095 to …
|
|
|
@1491e21
|
18 years |
michaelni |
2nd try for a skip_bits_long() for the A32 reader
Originally …
|
|
|
@5a7bd283
|
18 years |
michaelni |
move align_get_bits() to .h to avoid conflicts between different …
|
|
|
@727c236a
|
18 years |
michaelni |
prevent bitstream reader to be overriden
Originally committed as …
|
|
|
@965a63af
|
18 years |
michaelni |
support some totally broken ODML variant
Originally committed as …
|
|
|
@b89c8f58
|
18 years |
diego |
The FFLDFLAGS for MinGW are only meant for the shared libraries and …
|
|
|
@92c3ef65
|
18 years |
diego |
FFMPEG_VERSION was moved to version.h.
hint by Ramiro Polla, angustia …
|
|
|
@9bffa9e7
|
18 years |
michaelni |
avoid branch
Originally committed as revision 6088 to …
|
|
|
@14168ddb
|
18 years |
michaelni |
move variable declarations so that their scope is smaller
Originally …
|
|
|
@bc2d2757
|
18 years |
michaelni |
move the +400 out of the innermost loop
Originally committed as …
|
|
|
@9b49f89c
|
18 years |
michaelni |
avoid reading exponent twice
Originally committed as revision 6085 to …
|
|
|
@1f1d675b
|
18 years |
michaelni |
reduce size of vlc table, thats slightly faster here
Originally …
|
|
|
@55017f35
|
18 years |
michaelni |
try to avoid l3_unscale() by using a table
Originally committed as …
|
|
|
@f8347c41
|
18 years |
michaelni |
replace l3_unscale(1, exponents[pos]) by LUT
Originally committed as …
|
|
|
@7ca1ed0d
|
18 years |
michaelni |
maybe fixing the segfault on ARM
Originally committed as revision …
|
|
|
@5902bdd8
|
18 years |
Aurélien Jacobs |
cook shouldn't try to enforce the bitstream reader type
Originally …
|
|
|
@c61900c6
|
18 years |
baptiste.coudurier |
fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 …
|
|
|
@acf36db
|
18 years |
baptiste.coudurier |
correct uid, and enable JPEG 2000 detection
Originally committed as …
|
|
|
@30a3e5d4
|
18 years |
diego |
Use add_cflags/add_ldflags/add_extralibs instead of manually …
|
|
|
@f31065f6
|
18 years |
baptiste.coudurier |
add codec id and tag for JPEG 2000
Originally committed as revision …
|
|
|
@a9d21e78
|
18 years |
diego |
Update the FAQ with the current status of image formats.
patch by …
|
|
|
@92c5cb62
|
18 years |
michaelni |
10l typo
Originally committed as revision 6074 to …
|
|
|
@e90a7270
|
18 years |
michaelni |
avoid a few if(x==0) checks in the inner loops
Originally committed …
|
|
|
@5340a0bc
|
18 years |
baptiste.coudurier |
wide atom is only defined in mov, use free for mp4/3gp
Originally …
|
|
|
@b95319a2
|
18 years |
baptiste.coudurier |
move amr parameters adjusting like other codecs
Originally committed …
|
|
|
@25be48eb
|
18 years |
michaelni |
fix non ALT bitstream reader
Originally committed as revision 6070 to …
|
|
|
@d00f8e17
|
18 years |
baptiste.coudurier |
dont set width/height for h261/h263/mpeg4 since they are oftenly …
|
|
|
@6430ce0f
|
18 years |
michaelni |
optimize reorder_block() though this function seems to be executed too …
|
|
|
@a753e55b
|
18 years |
michaelni |
simplify
Originally committed as revision 6067 to …
|
|
|
@312954f0
|
18 years |
baptiste.coudurier |
put dv demuxing code around ifdef
Originally committed as revision …
|
|
|
@989ac5a6
|
18 years |
baptiste.coudurier |
put dv demuxing code around ifdef
Originally committed as revision …
|
|
|
@b60c0454
|
18 years |
baptiste.coudurier |
support vdva fourcc (dv + dv audio in mov)
Originally committed as …
|
|
|
@5bce834e
|
18 years |
gpoirier |
fix ODML AVI Duration for files > 2GB
Patch by Brian Brice % bbrice A …
|
|
|
@a08a502e
|
18 years |
michaelni |
dont copy the whole GetBitContext around
Originally committed as …
|
|
|
@3328ec63
|
18 years |
michaelni |
faster handling of zero coeffs in the low freq decode
Originally …
|
|
|
@3c693e77
|
18 years |
michaelni |
optimizing high freq decode
Originally committed as revision 6060 to …
|
|
|
@daf4cd9a
|
18 years |
michaelni |
use memset() instead of slow c loops
Originally committed as revision …
|
|
|
@c7aa369
|
18 years |
michaelni |
simplify
Originally committed as revision 6058 to …
|
|
|
@acba3238
|
18 years |
Aurélien Jacobs |
fix arm asm compilation in mpegaudiodec
Originally committed as …
|
|
|
@81a9b052
|
18 years |
diego |
Blackfin processor support
patch by Michael Benjamin, neuroptik gmail …
|
|
|
@52e54612
|
18 years |
michaelni |
fix fallback if theres no index
fix index less seeking
Originally …
|
|
|
@56c96a2
|
18 years |
michaelni |
read and use index (based on a patch by John Donaghy on the 23-03-2006 …
|
|
|
@052aa2ad
|
18 years |
michaelni |
value_num should also be 64bit (1 hunk from the asf seeking patch by …
|
|
|
@7ad5455c
|
18 years |
michaelni |
total_size should be 64bit (1 hunk of the asf seeking patch from …
|
|
|
@b3701f5c
|
18 years |
banan |
Alignment of the LT window, segfault fix patch by Baptiste Coudurier.
…
|
|
|
@69fd15f8
|
18 years |
michaelni |
MUL* for ARM code based on a patch by Siarhei Siamashka
untested
…
|
|
|
@f617aded
|
18 years |
michaelni |
replace MULL with asm too, no significnat speedup but its probably …
|
|
|
@47a0cd74
|
18 years |
michaelni |
replacing MULH by asm for x86
about 30% faster imdct36()
Originally …
|
|
|
@5ab1972b
|
18 years |
michaelni |
indent preprocessor directives
Originally committed as revision 6047 …
|
|
|
@355903f5
|
18 years |
michaelni |
make high precission synth filter 3 times faster on x86
Originally …
|
|
|
@0bd2483a
|
18 years |
michaelni |
replace MULL by MULH + shift in dct32() (code is very slightly faster, …
|
|
|
@32255f6c
|
18 years |
Reimar.Doeffinger |
cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not …
|
|
|
@afbbe5e3
|
18 years |
baptiste.coudurier |
set correct first gop closed value
Originally committed as revision …
|
|
|
@2b7e230b
|
18 years |
baptiste.coudurier |
rename closed_gop to first_gop_closed
Originally committed as …
|
|
|
@a850fd18
|
18 years |
baptiste.coudurier |
gxf regression tests
Originally committed as revision 6041 to …
|
|
|
@6a7eba1f
|
18 years |
baptiste.coudurier |
init buffer
Originally committed as revision 6040 to …
|
|
|
@7f3f497a
|
18 years |
lucabe72 |
Allow to compile swscale tests
Originally committed as revision 19476 …
|
|
|
@eb644776
|
18 years |
michaelni |
replace a few MULL by MULH
Originally committed as revision 6039 to …
|
|
|
@f6e71296
|
18 years |
baptiste.coudurier |
add fullname
Originally committed as revision 6038 to …
|
|
|
@120aad7f
|
18 years |
michaelni |
reorder butterflies to reduce memory load/store
Originally committed …
|
|
|
@6c496518
|
18 years |
banan |
Added codec id for QCELP.
Originally committed as revision 6036 to …
|
|
|
@27cd2c10
|
18 years |
michaelni |
compatibility warning
Originally committed as revision 6035 to …
|
|
|
@0cb5cfb6
|
18 years |
michaelni |
cleanup PixelFormat a little
Originally committed as revision 6034 to …
|
|
|
@955ab9a4
|
18 years |
michaelni |
attribute_deprecated
Originally committed as revision 6033 to …
|
|
|
@ed567d9c
|
18 years |
michaelni |
cosmetics
Originally committed as revision 6032 to …
|
|
|
@29c9183c
|
18 years |
diego |
spelling fixes for the last commit
Originally committed as revision …
|
|
|
@67eca72
|
18 years |
michaelni |
SWAP
Originally committed as revision 6030 to …
|
|
|
@0eb6817
|
18 years |
michaelni |
audio format conversion
untested and unused
Originally committed as …
|
|
|
@c52e13f1
|
18 years |
banan |
-async and -vsync documentation. Based on info from the mailinglist.
…
|
|
|
@a37e9e86
|
18 years |
lucabe72 |
Allow swscale emulation header to be included by C++ programs
…
|
|
|
@9aee40d9
|
18 years |
banan |
SIMD vector optimizations. 3% faster overall decoding.
Originally …
|
|
|
@a1c69e0b
|
18 years |
michaelni |
fix probing of 02-Penguin.flac
= a single startcode should not …
|
|
|
@652c59b9
|
18 years |
lorenm |
use ff_fft_calc_3dn2 instead of sse on a K8.
1.5% faster vorbis.
…
|
|
|
@1e4ecf26
|
18 years |
lorenm |
ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.
2.5% …
|
|
|
@57060f89
|
18 years |
banan |
AVI tag reading and writing patch by David Conrad.
umovimus at gmail …
|
|
|
@db3924f1
|
18 years |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
…
|
|
|
@f4bd289a
|
18 years |
diego |
Explicitly include fastmemcpy.h from libvo/.
Originally committed as …
|
|
|
@cf5aed5b
|
18 years |
michaelni |
simplify
Originally committed as revision 6020 to …
|
|
|
@b4902c11
|
18 years |
michaelni |
av_free* cleanup
Originally committed as revision 6019 to …
|
|
|