|
|
|
@5da71469
|
19 years |
Aurélien Jacobs |
simplify the voc demuxer using av_get_bits_per_sample()
Originally …
|
|
|
@c448303d
|
19 years |
michaelni |
seems i forgot to commit this simplification ...
Originally committed …
|
|
|
@ac3e1834
|
19 years |
baptiste.coudurier |
av_get_bits_per_sample and due simplifications
Originally committed …
|
|
|
@29c5cdca
|
19 years |
diego |
Fix compilation with --disable-decoders.
patch by Emiliano Parasassi, …
|
|
|
@6a09487e
|
19 years |
diego |
Chinese AVS decoder
Originally committed as revision 5659 to …
|
|
|
@55582f8d
|
19 years |
michaelni |
table contains vlc with 19 bits and 8*2 < 19
Originally committed as …
|
|
|
@5ab0f204
|
19 years |
diego |
spelling/grammar
Originally committed as revision 5657 to …
|
|
|
@9fcee585
|
19 years |
michaelni |
unresponsive maintainer policy (its pretty much what has always been …
|
|
|
@e8d2507c
|
19 years |
baptiste.coudurier |
add MS ADPCM fourcc
Originally committed as revision 5655 to …
|
|
|
@e7cc4b5
|
19 years |
baptiste.coudurier |
skip others fourcc, if present
Originally committed as revision 5654 …
|
|
|
@421de257
|
19 years |
baptiste.coudurier |
clean
Originally committed as revision 5653 to …
|
|
|
@913e93d5
|
19 years |
kostya.shishkov |
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct …
|
|
|
@50af2fd
|
19 years |
kostya.shishkov |
Enable coefficient scaling
Originally committed as revision 5651 to …
|
|
|
@928dc49d
|
19 years |
kostya.shishkov |
Don't read out-of-bounds values.
Originally committed as revision …
|
|
|
@1ede1725
|
19 years |
mans |
simplify
Originally committed as revision 5649 to …
|
|
|
@0ac3dcb8
|
19 years |
mans |
build mpegaudio.c and ac3enc.c only if needed
Originally committed as …
|
|
|
@3284e7f
|
19 years |
stefan.gehrer |
hopefully better for platforms not supporting misaligned read
…
|
|
|
@1a1650fe
|
19 years |
stefan.gehrer |
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to …
|
|
|
@76b56668
|
19 years |
michaelni |
increasing version for AVBitStreamFilters
Originally committed as …
|
|
|
@514e0831
|
19 years |
michaelni |
noise bitstream filter
add priv_data field to AVBitStreamFilterContext …
|
|
|
@748c2fca
|
19 years |
michaelni |
AVBitStreamFilter (some thingy which can modify the bitstream like add …
|
|
|
@06fcf56c
|
19 years |
baptiste.coudurier |
typo fix
Originally committed as revision 5642 to …
|
|
|
@875f9287
|
19 years |
baptiste.coudurier |
10l, all modes is 0x81FF
Originally committed as revision 5641 to …
|
|
|
@b7d9da10
|
19 years |
baptiste.coudurier |
simplify and write correct values conforming to specs
Originally …
|
|
|
@62a05b5b
|
19 years |
diego |
Mark some read-only datastructures as const.
patch by Stefan Huehner, …
|
|
|
@0540cad3
|
19 years |
michaelni |
100l to whoever write this
Originally committed as revision 5638 to …
|
|
|
@2111e3f9
|
19 years |
michaelni |
check for unparsed AMR input
Originally committed as revision 5637 to …
|
|
|
@9a39cd35
|
19 years |
michaelni |
vbr requires version=1 and samplesize=0 per QT spec
untested, but if …
|
|
|
@1ae4a8e6
|
19 years |
kostya.shishkov |
Fix one case of choosing MV for chroma
Originally committed as …
|
|
|
@a020e2c5
|
19 years |
diego |
Add proper LGPL header.
Originally committed as revision 5634 to …
|
|
|
@da2e9781
|
19 years |
diego |
spelling typo
Originally committed as revision 5633 to …
|
|
|
@277e84f5
|
19 years |
diego |
Fix compilation with --disable-muxers.
patch by Gianluigi Tiesi, …
|
|
|
@24dd8c61
|
19 years |
lu_zero |
Make ffmpeg better support pic - from Diego Pettenò …
|
|
|
@bb428277
|
19 years |
mans |
use $(LIBOBJFLAGS) when compiling sparc/*.c
Originally committed as …
|
|
|
@6eefb6fd
|
19 years |
mans |
set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are …
|
|
|
@98d417cb
|
19 years |
mans |
#define SBUTTERFLY outside CONFIG_ENCODERS
Originally committed as …
|
|
|
@2e0141c3
|
19 years |
stefan.gehrer |
even more cbp safety
Originally committed as revision 5627 to …
|
|
|
@0e9b7305
|
19 years |
stefan.gehrer |
missed removing this line in my last commit
Originally committed as …
|
|
|
@67e21e07
|
19 years |
diego |
Remove obsolete and non-functional support for external LZO.
patch by …
|
|
|
@75fe1905
|
19 years |
diego |
100l: V_PATH vs VPATH typo
Originally committed as revision 5624 to …
|
|
|
@f130fd46
|
19 years |
diego |
cosmetics: Break overly long lines.
Originally committed as revision …
|
|
|
@6e03fa50
|
19 years |
diego |
Remove erroneous -I../.. flag that points outside of the src …
|
|
|
@045bb919
|
19 years |
diego |
simplify: $(SRC_PATH)/tests --> $(V_PATH)
Originally committed as …
|
|
|
@813457e5
|
19 years |
mans |
set flags needed for shared libs on solaris
Originally committed as …
|
|
|
@05e7e64d
|
19 years |
michaelni |
add rounding bias earlier in the idct, avoids many adds
Originally …
|
|
|
@959e63c9
|
19 years |
mans |
floorf() is not used, and causes warnings on Solaris
Originally …
|
|
|
@cde2d79a
|
19 years |
mans |
Try to find a better shell if the one configure was started under is …
|
|
|
@109d2de1
|
19 years |
banan |
Mark read-only data as const. Patch by stefan huehner org.
Originally …
|
|
|
@720c69da
|
19 years |
mans |
solaris sh doesn't allow functions and variables with the same name
…
|
|
|
@57d664ff
|
19 years |
michaelni |
return -1 on bitstream errors instead of continuing, as the following …
|
|
|
@784036e4
|
19 years |
michaelni |
simplify intra prediction mode decoding
Originally committed as …
|
|
|
@5ca01068
|
19 years |
michaelni |
check cbp for validity, avoids possible out of array reads / segfaults …
|
|
|
@5781d6d6
|
19 years |
michaelni |
minor simplificationn
Originally committed as revision 5610 to …
|
|
|
@66d0ad26
|
19 years |
kostya.shishkov |
Implement intensity compensation
Originally committed as revision …
|
|
|
@8a66a390
|
19 years |
kostya.shishkov |
Correctly choose global transform mode, MV mode and fix bitplane …
|
|
|
@35a9cac8
|
19 years |
kostya.shishkov |
Optimizations suggested by Michael Niedermayer
Originally committed …
|
|
|
@5cb49ca1
|
19 years |
baptiste.coudurier |
write exact values for audio stsd v1
Originally committed as revision …
|
|
|
@693caa72
|
19 years |
michaelni |
i wont split h263.c, too much work, and not important at all ...
…
|
|
|
@83d0731
|
19 years |
mans |
attempt to detect Chinese AVS video
Originally committed as revision …
|
|
|
@ad78c0f3
|
19 years |
stefan.gehrer |
cleanup macroblock layer: merged decode of skipped MBs
with …
|
|
|
@f503b195
|
19 years |
stefan.gehrer |
cosmetic patch:
Doxygen-style comments
added some more comments
…
|
|
|
@05103ed
|
19 years |
kostya.shishkov |
Correctly detect when use hpel or qpel mode
Originally committed as …
|
|
|
@ef6cc8ce
|
19 years |
kostya.shishkov |
4-MV mode final fixes (now it works for non-exotic modes)
Originally …
|
|
|
@4a5343fa
|
19 years |
kostya.shishkov |
vc1_decode_intra_block() simplifications and corrections
Originally …
|
|
|
@cc0bc648
|
19 years |
Reimar.Doeffinger |
add GXF demuxer
Originally committed as revision 5598 to …
|
|
|
@767aeb11
|
19 years |
michaelni |
simplify
Originally committed as revision 5597 to …
|
|
|
@5351c29c
|
19 years |
lu_zero |
fix endianess build in a better way
Originally committed as revision …
|
|
|
@9c39071
|
19 years |
lucabe72 |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
…
|
|
|
@d6950e91
|
19 years |
michaelni |
more maintainers, if someone doesnt want to maintain something just …
|
|
|
@1e5707b7
|
19 years |
michaelni |
porder patch by (Justin Ruggles jruggle a t earthlink d ot net)
…
|
|
|
@a8d88e03
|
19 years |
lu_zero |
big endian fix
Originally committed as revision 5592 to …
|
|
|
@e4bf0302
|
19 years |
kostya.shishkov |
4-MV decoding support
Originally committed as revision 5591 to …
|
|
|
@b482e2d1
|
19 years |
michaelni |
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
Originally …
|
|
|
@3f8674a9
|
19 years |
mans |
remove redundant macro definitions
Originally committed as revision …
|
|
|
@8fb0d073
|
19 years |
mans |
kill warning
Originally committed as revision 5588 to …
|
|
|
@d10fda8e
|
19 years |
mans |
1l: put that int i back
Originally committed as revision 5587 to …
|
|
|
@26b89135
|
19 years |
mans |
kill warnings
Originally committed as revision 5586 to …
|
|
|
@4dddc5e1
|
19 years |
mans |
kill warnings
Originally committed as revision 5585 to …
|
|
|
@fb9cc9e7
|
19 years |
ivop |
compile md5 and include in libavutil.a
Originally committed as …
|
|
|
@93d6aeb0
|
19 years |
ivop |
add missing declaration for av_md5_sum
Originally committed as …
|
|
|
@f28660e
|
19 years |
ivop |
cast pointers to make compiler happy
remove test define
Originally …
|
|
|
@5c6a5d58
|
19 years |
diego |
simplify
Originally committed as revision 5581 to …
|
|
|
@bf840994
|
19 years |
lu_zero |
make distclean clean everything
Originally committed as revision 5580 …
|
|
|
@20ffddb9
|
19 years |
michaelni |
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer …
|
|
|
@761089b0
|
19 years |
michaelni |
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs …
|
|
|
@474176bf
|
19 years |
michaelni |
3 lines while -> 1 line for loop
Originally committed as revision …
|
|
|
@5d2f52b9
|
19 years |
michaelni |
simplify
Originally committed as revision 5576 to …
|
|
|
@b2e30cb3
|
19 years |
michaelni |
simplify compute_autocorr
Originally committed as revision 5575 to …
|
|
|
@41275956
|
19 years |
michaelni |
dont use memcpy for copying structs
Originally committed as revision …
|
|
|
@7c69b83
|
19 years |
michaelni |
simplify
Originally committed as revision 5573 to …
|
|
|
@a403fc03
|
19 years |
michaelni |
flac-lpc patch by (Justin Ruggles jruggle earthlink net)
tabs removed …
|
|
|
@78f67b7a
|
19 years |
michaelni |
simplify
Originally committed as revision 5571 to …
|
|
|
@79433554
|
19 years |
banan |
ff_fft_init now double checks that the system has mm3dnow.h before …
|
|
|
@76f2a12f
|
19 years |
mans |
remove unneeded casts
Originally committed as revision 5569 to …
|
|
|
@3dd46a29
|
19 years |
mans |
get rid of veccpy(), replace with simple assignment
Originally …
|
|
|
@0abc2e73
|
19 years |
michaelni |
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx …
|
|
|
@91c58c94
|
19 years |
mans |
fill_mbaff_ref_list is missing a return statement, its return value
is …
|
|
|
@2df19ea5
|
19 years |
lucabe72 |
Remove unneeded code
Originally committed as revision 18880 to …
|
|
|
@94d85eaf
|
19 years |
michaelni |
md5 support
depending on CONFIG_SMALL this can either be compiled to a …
|
|
|
@8f8d0e48
|
19 years |
kostya.shishkov |
Adjust AC prediction if (some) predictors are not available.
…
|
|
|