|
|
|
@bd9d34a0
|
17 years |
diego |
Add a proper test for VIS instruction support.
some help by Jan …
|
|
|
@ac140479
|
17 years |
kostya.shishkov |
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).
…
|
|
|
@c1f3c630
|
17 years |
kostya.shishkov |
Looks like this APE decoder support versions starting from 3.95
…
|
|
|
@3f4c2431
|
17 years |
diego |
spelling
Originally committed as revision 10550 to …
|
|
|
@61858a76
|
17 years |
Reimar.Doeffinger |
Apply skip_loop_filter before checking if we can parallelize with the …
|
|
|
@a2085a7e
|
17 years |
kostya.shishkov |
Guard against output buffer overflows
Originally committed as …
|
|
|
@675a0583
|
17 years |
kostya.shishkov |
Do not decode more data than output buffer may hold
Originally …
|
|
|
@ee9d77dd
|
17 years |
michaelni |
duplicate note
Originally committed as revision 10546 to …
|
|
|
@fffd6a5f
|
17 years |
michaelni |
indent
Originally committed as revision 10545 to …
|
|
|
@638f489c
|
17 years |
michaelni |
fix segfault with …
|
|
|
@c2675d4a
|
17 years |
ramiro.polla |
Proper check for --help and -h parameters
Originally committed as …
|
|
|
@06eab4b
|
17 years |
ramiro.polla |
Let the dependency checker decide about x11_grab_device_demuxer
…
|
|
|
@32bbb99d
|
17 years |
baptiste.coudurier |
HDYC fourcc, sample hdyc/Test2.avi
Originally committed as revision …
|
|
|
@3ae3b721
|
17 years |
ramiro.polla |
Replace one-lined if;elses to && ||
Originally committed as revision …
|
|
|
@3a319ab
|
17 years |
baptiste.coudurier |
add D-10 NTSC support
Originally committed as revision 10539 to …
|
|
|
@28cf721
|
17 years |
baptiste.coudurier |
extract correct d10 aes3 audio channels number
Originally committed …
|
|
|
@a27d6e71
|
17 years |
diego |
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. …
|
|
|
@dee15ece
|
17 years |
Aurélien Jacobs |
allcodecs.h and allformats.h are not used anymore
Originally …
|
|
|
@d999cff5
|
17 years |
Aurélien Jacobs |
remove last dependencies on allformats.h and allcodecs.h
Originally …
|
|
|
@a889bf1
|
17 years |
diego |
cosmetics: typo
Originally committed as revision 10534 to …
|
|
|
@f9436161
|
17 years |
benoit.fouet |
Make parse_date return INT64_MIN in case of unparsable input.
Patch by …
|
|
|
@4ec45764
|
17 years |
ramiro.polla |
Add extralibs to the dependency checker
Originally committed as …
|
|
|
@8a2b941
|
17 years |
ramiro.polla |
gpl for the X11 grabber has already been checked for
Originally …
|
|
|
@497237c7
|
17 years |
ramiro.polla |
Use enable and disable macros where appropriate
Originally committed …
|
|
|
@ee28dedc
|
17 years |
ikalvachev |
Remove inline from function that is exported.
Issue noticed by …
|
|
|
@13ef7825
|
17 years |
ramiro.polla |
Properly check for -lm
Originally committed as revision 10528 to …
|
|
|
@f84c3573
|
17 years |
Aurélien Jacobs |
Add support for VP6A in flv.
Those files really contain 2 standard VP6 …
|
|
|
@13566c31
|
17 years |
diego |
cosmetics: sort()
Originally committed as revision 10526 to …
|
|
|
@a8f70d7
|
17 years |
diego |
Add explanatory comments to the parse_date function.
patch by Stefano …
|
|
|
@dbd255cd
|
17 years |
ramiro.polla |
Remove forced -pthread for freebsd.
Configure properly detects which …
|
|
|
@1c915f83
|
17 years |
ramiro.polla |
Indent
Originally committed as revision 10523 to …
|
|
|
@73483024
|
17 years |
ramiro.polla |
Remove --disable-bktr option from configure
--disable-demuxer=bktr …
|
|
|
@584a3ac9
|
17 years |
mmhoffm |
blackfin vsad primitives
Originally committed as revision 10521 to …
|
|
|
@56261c61
|
17 years |
mmhoffm |
properly tell the compiler that A0 and A1 are clobbered
Originally …
|
|
|
@25e3e53d
|
17 years |
lucabe72 |
Fix an ffserver crash when a non-existing rtsp: url is requested
…
|
|
|
@7f559eb
|
17 years |
Aurélien Jacobs |
disable loads of debug messages to reduce object size
Originally …
|
|
|
@49812184
|
17 years |
diego |
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional …
|
|
|
@670ab312
|
17 years |
diego |
Replace manual variable setting with the disable function.
Originally …
|
|
|
@1051cc4f
|
17 years |
diego |
Remove cross_prefix from ln command.
patch by Matthias Schneider, …
|
|
|
@9dc0bc3d
|
17 years |
lucabe72 |
Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs …
|
|
|
@6369638b
|
17 years |
Aurélien Jacobs |
loosen dependencies over allformats.h
Originally committed as …
|
|
|
@84a72b1
|
17 years |
Aurélien Jacobs |
remove obsolete and wrong extern declaration
Originally committed as …
|
|
|
@781ad2f5
|
17 years |
ben |
monkey audio demuxer now can parse ape tags
Originally committed as …
|
|
|
@f71163d7
|
17 years |
ramiro.polla |
Move av_exit() to before main()
Originally committed as revision …
|
|
|
@47f93b61
|
17 years |
ramiro.polla |
Split av_exit() out of main()
Originally committed as revision 10509 …
|
|
|
@4ca5ece5
|
17 years |
diego |
Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/man
to …
|
|
|
@1fe2d0fd
|
17 years |
diego |
cosmetics: typo
Originally committed as revision 10507 to …
|
|
|
@0ab1ebea
|
17 years |
diego |
warning fix:
nutdec.c: In function ‘nut_read_timestamp’:
nutdec.c:759: …
|
|
|
@50c21814
|
17 years |
gpoirier |
fix image corruption when with multi-threaded decoding.
dequant-tables …
|
|
|
@87657757
|
17 years |
kostya.shishkov |
Register myself as APE maintainer
Originally committed as revision …
|
|
|
@20369773
|
17 years |
diego |
ln is not available on all platforms, so introduce a variable for it …
|
|
|
@2a898132
|
17 years |
kostya.shishkov |
Enable error resilience in WMV3/VC-1 decoder
Originally committed as …
|
|
|
@2c8c5021
|
17 years |
diego |
Make distclean should remove .vhookdep.
patch by Stefano Sabatini, …
|
|
|
@a9d78ac5
|
17 years |
kostya.shishkov |
HALFPQ should be used only for when PQUANT is selected
Originally …
|
|
|
@f7d2a437
|
17 years |
kostya.shishkov |
In case when any quantizer may occur, HALFPQ should be zero
…
|
|
|
@efd74286
|
17 years |
Reimar.Doeffinger |
Set codec_id correctly for RJPG codec_tag
Originally committed as …
|
|
|
@a135bea5
|
17 years |
justin.ruggles |
skip incomplete frames
Originally committed as revision 10497 to …
|
|
|
@3df88093
|
17 years |
justin.ruggles |
better AC3 header error reporting
Originally committed as revision …
|
|
|
@d5b7144
|
17 years |
justin.ruggles |
fix random dithering of zero-bit mantissas
Originally committed as …
|
|
|
@bfcf690
|
17 years |
justin.ruggles |
cosmetics: rename variables. tbl->tab for consistency with other AC3 …
|
|
|
@396a6ee5
|
17 years |
justin.ruggles |
fix decoding of DolbyNet AC3
Originally committed as revision 10493 …
|
|
|
@1a3a0a7
|
17 years |
lucabe72 |
Support fragmentation for AAC frames
Originally committed as revision …
|
|
|
@171dce48
|
17 years |
lucabe72 |
Support for AAC streaming over RTP. Fragmentation is not implemented …
|
|
|
@f0dd9d45
|
17 years |
kostya.shishkov |
Check unp_size for possible overflows too
Originally committed as …
|
|
|
@208506e2
|
17 years |
diego |
spelling/wording/grammar
Originally committed as revision 10489 to …
|
|
|
@29569571
|
17 years |
diego |
misc wording/grammar/spelling improvements
Originally committed as …
|
|
|
@411f5c6a
|
17 years |
lucabe72 |
Forward error code when reading a v4l2 frame
Patch by Benoit Fouet …
|
|
|
@b3e4d266
|
17 years |
diego |
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. …
|
|
|
@e938637b
|
17 years |
kostya.shishkov |
Add checks on input/output buffers size for some audio decoders
…
|
|
|
@bf4a1f17
|
17 years |
kostya.shishkov |
Monkey Audio decoder
Originally committed as revision 10484 to …
|
|
|
@48fe923
|
17 years |
michaelni |
a little bit more bitstream syntax for the residual
Originally …
|
|
|
@c3922c65
|
17 years |
michaelni |
make intra dc prediction less contradictory
Originally committed as …
|
|
|
@aaac6c29
|
17 years |
baptiste.coudurier |
stop parsing udta if size is wrong/garbage, fix issue 154, fix …
|
|
|
@36cb992b
|
17 years |
diego |
link fixes
Originally committed as revision 10480 to …
|
|
|
@65f37992
|
17 years |
diego |
Recurse into libswscale on uninstall.
patch by Dave Yeo, daveryeo …
|
|
|
@89938d29
|
17 years |
ramiro.polla |
Typo
Originally committed as revision 10478 to …
|
|
|
@f6128014
|
17 years |
michaelni |
fix timestamps used for ratecontrol
these were wrong (in pts vs dts …
|
|
|
@70fd3975
|
17 years |
michaelni |
r_frame_rate
Originally committed as revision 10476 to …
|
|
|
@7241a6bb
|
17 years |
Aurélien Jacobs |
move unrelated functions declarations out of allformats.h
Originally …
|
|
|
@b156b88c
|
17 years |
Aurélien Jacobs |
rtp and rtsp demuxer declarations are not part of public API
…
|
|
|
@ac6577cd
|
17 years |
ramiro.polla |
Bump micro version number for r10429
Originally committed as revision …
|
|
|
@dde1f928
|
17 years |
Aurélien Jacobs |
*_protocol are not part of public API
Originally committed as …
|
|
|
@21b37480
|
17 years |
lucabe72 |
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to …
|
|
|
@8f39b74d
|
17 years |
michaelni |
high level bitstream and decoding process in ascii art
Originally …
|
|
|
@af74c95a
|
17 years |
lucabe72 |
Fix timestamps in RTP packets (now, MPEG1 video with B frames works …
|
|
|
@1b31b02e
|
17 years |
lucabe72 |
Properly set RTP and NTP timestamps in RTCP SR packets
Originally …
|
|
|
@c64a871
|
17 years |
michaelni |
move 8tap filter to not important as that is purely encoder side
…
|
|
|
@2b6134b3
|
17 years |
michaelni |
update todo
Originally committed as revision 10466 to …
|
|
|
@b9b7472e
|
17 years |
michaelni |
cosmetic
Originally committed as revision 10465 to …
|
|
|
@8db13728
|
17 years |
michaelni |
make changing spatial_decomposition_count per frame work
Originally …
|
|
|
@ba430e0c
|
17 years |
Reimar.Doeffinger |
dsputil must be initialized before calling rtjpeg init.
Originally …
|
|
|
@6ec14b33
|
17 years |
gpoirier |
Improve track number decoding for some WMA files
patch by Patrice …
|
|
|
@dbd6a1fe
|
17 years |
michaelni |
do not ignore return of decode_header()
Originally committed as …
|
|
|
@b85bf991
|
17 years |
michaelni |
do not force the halfpel filter coeffs to be retransmitted on every …
|
|
|
@bc66275b
|
17 years |
michaelni |
update spec to reflect changes to implementation about per frame …
|
|
|
@e559c30a
|
17 years |
michaelni |
allow changing of the spatial_decomposition_count and quantization …
|
|
|
@4f90f33a
|
17 years |
michaelni |
perform init after reading the values needed for init
fixes decoding …
|
|
|
@d3de3ee2
|
17 years |
diego |
Document libavutil/mem.h:av_strdup.
patch by Stefano Sabatini, …
|
|
|
@081c9d1d
|
17 years |
michaelni |
unneeded and impossible during init ...
Originally committed as …
|
|
|
@32272f7e
|
17 years |
michaelni |
unused
Originally committed as revision 10454 to …
|
|
|