|
|
|
@ec1e9c44
|
18 years |
mans |
simplify imlib2 check
Originally committed as revision 7920 to …
|
|
|
@4f562a66
|
18 years |
mans |
simplify freetype check
Originally committed as revision 7919 to …
|
|
|
@f5d28d10
|
18 years |
mans |
do nothing in restore_flags() if flags are not saved
Originally …
|
|
|
@703afd07
|
18 years |
mans |
rewrite some one-line if/then/fi using && and ||
Originally committed …
|
|
|
@bc8ec47b
|
18 years |
mans |
simplify altivec warning
Originally committed as revision 7916 to …
|
|
|
@412c1562
|
18 years |
mans |
check for gnu make
Originally committed as revision 7915 to …
|
|
|
@d5697779
|
18 years |
mans |
prettify texi2html check
Originally committed as revision 7914 to …
|
|
|
@3eac5c6
|
18 years |
mans |
disable bktr if required headers not found, enable by default
…
|
|
|
@74476a3a
|
18 years |
mans |
#include detected soundcard.h instead of testing for OpenBSD
…
|
|
|
@deb29777
|
18 years |
mans |
test for OSS audio
Originally committed as revision 7911 to …
|
|
|
@77d3bfe2
|
18 years |
mans |
remove extraneous per-OS disabling of video4linux[2]
Originally …
|
|
|
@f6f14752
|
18 years |
mans |
test for video4linux
Originally committed as revision 7909 to …
|
|
|
@6c7aaa48
|
18 years |
mans |
simplify video4linux2 test
Originally committed as revision 7908 to …
|
|
|
@392b76ca
|
18 years |
Reimar.Doeffinger |
Minor AMD64 compilation fix
Originally committed as revision 7907 to …
|
|
|
@9bc0d3ef
|
18 years |
michaelni |
maybe fix x86_64 (untested)
Originally committed as revision 7906 to …
|
|
|
@559a55ad
|
18 years |
michaelni |
use dvr-ms timestamps
Originally committed as revision 7905 to …
|
|
|
@6ff9b422
|
18 years |
gpoirier |
always decode extradata when of non-avc stream (like RTSP)
Patch by …
|
|
|
@2d241e66
|
18 years |
michaelni |
fix broken memset(padding, 0) code
add a few asserts
Originally …
|
|
|
@cf10ee18
|
18 years |
nicola.sabbi |
demux VC1 in mpegts
Originally committed as revision 7902 to …
|
|
|
@8d74e55b
|
18 years |
diego |
Print error message instead of crashing when combining -vcodec copy …
|
|
|
@b2a581dc
|
18 years |
michaelni |
packets with half pcm samples are invalid
Originally committed as …
|
|
|
@7e042912
|
18 years |
michaelni |
fix rawvideo
Originally committed as revision 7899 to …
|
|
|
@7c4fd7eb
|
18 years |
michaelni |
factor out common subexprssion (gcc of course is too stupid to do this …
|
|
|
@9301a0b4
|
18 years |
michaelni |
merge asm fragments in H264_CHROMA_MC2_TMPL()
10% faster …
|
|
|
@7bb5c2a6
|
18 years |
kostya.shishkov |
Raw VC-1 demuxer
Originally committed as revision 7896 to …
|
|
|
@928e0094
|
18 years |
diego |
happy new year
Originally committed as revision 7895 to …
|
|
|
@f2390590
|
18 years |
diego |
Remove obsolete imgformat1 leftovers.
Originally committed as …
|
|
|
@f248d017
|
18 years |
diego |
Remove commented-out NUT muxer entry, can be added once we have a …
|
|
|
@7a7a6486
|
18 years |
diego |
cosmetics: Reorder NUT entries.
Originally committed as revision 7892 …
|
|
|
@d7c5924
|
18 years |
diego |
Properly separate native and libnut NUT (de)muxers.
Originally …
|
|
|
@04cfef21
|
18 years |
michaelni |
sanity check
Originally committed as revision 7890 to …
|
|
|
@960964f5
|
18 years |
michaelni |
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, …
|
|
|
@f7a49547
|
18 years |
justin.ruggles |
fix parsing of RealAudio AC-3/DolbyNet
Originally committed as …
|
|
|
@7156aeb
|
18 years |
justin.ruggles |
add read_probe function to raw ac3 demuxer
Originally committed as …
|
|
|
@74cec57d
|
18 years |
revol |
BeOS specifics: check for Haiku & Zeta (for the future); ignore …
|
|
|
@fbabf1e0
|
18 years |
michaelni |
av_random() by Ryan Martell rdm4 name-server-seperator martellventures …
|
|
|
@a264a08
|
18 years |
Reimar.Doeffinger |
special-case AES-128 decrypter is no longer necessary, the more …
|
|
|
@a0bbb2e
|
18 years |
Reimar.Doeffinger |
Use av_set_pts_info and set some arbitrary timebase fallback
…
|
|
|
@ab1c6dc9
|
18 years |
lucabe72 |
Directly access av_log_level instead of calling av_log_{set, …
|
|
|
@ff5b8d83
|
18 years |
michaelni |
remove senseless and wrong direct access to ByteIOContext internals
…
|
|
|
@51bd81f6
|
18 years |
Reimar.Doeffinger |
set pts_wrap_bits to 32 since timestamps in packets are 32 bit
…
|
|
|
@190972a0
|
18 years |
michaelni |
iam pretty sure send time is dts and not pts ...
Originally committed …
|
|
|
@2a1c3b8b
|
18 years |
Reimar.Doeffinger |
10l, forgot to skip payload description in UMF packet parsing
…
|
|
|
@9bc93229
|
18 years |
michaelni |
muxing packets with unknown timestamps is not allowed
Originally …
|
|
|
@d09ea618
|
18 years |
michaelni |
supporting files with A,V,I,0x19 header
Originally committed as …
|
|
|
@5959a298
|
18 years |
Reimar.Doeffinger |
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big …
|
|
|
@3160138f
|
18 years |
michaelni |
vorbis regression test
(using .asf as our .ogg muxer depends on …
|
|
|
@7dda43ee
|
18 years |
michaelni |
vorbis suffers from the same sign flip issue as wma (so this lame …
|
|
|
@6836af52
|
18 years |
michaelni |
doxygenize
Originally committed as revision 7872 to …
|
|
|
@013591c5
|
18 years |
diego |
Add a comment about swapped numerator and denominator.
Originally …
|
|
|
@9b1a3ea0
|
18 years |
diego |
missing spaces
Originally committed as revision 7870 to …
|
|
|
@dc8918ad
|
18 years |
baptiste.coudurier |
fix regression tests due to pixel format name changes
Originally …
|
|
|
@4e960d0a
|
18 years |
diego |
1000l: Revert accidentally committed change.
Originally committed as …
|
|
|
@71e445fc
|
18 years |
diego |
Replace deprecated PIX_FMT names by the newer variants.
Originally …
|
|
|
@917fa192
|
18 years |
michaelni |
Fix to loss of sync in ffplay when paused patch by (Michael McConnell …
|
|
|
@6d3d8dae
|
18 years |
michaelni |
wma regression test
Originally committed as revision 7865 to …
|
|
|
@a1fd944f
|
18 years |
michaelni |
workaround sign bug
Originally committed as revision 7864 to …
|
|
|
@21ac1d47
|
18 years |
michaelni |
10l use of uninitalized var
Originally committed as revision 7863 to …
|
|
|
@d474299a
|
18 years |
mans |
indent
Originally committed as revision 7862 to …
|
|
|
@8a608357
|
18 years |
mans |
reorder setting of defaults by category
Originally committed as …
|
|
|
@d0115a26
|
18 years |
diego |
Add seektest to list of PHONY targets.
Originally committed as …
|
|
|
@862abb37
|
18 years |
diego |
spelling/wording
Originally committed as revision 7859 to …
|
|
|
@74882049
|
18 years |
diego |
WMA encoding
Originally committed as revision 7858 to …
|
|
|
@039cd4a7
|
18 years |
diego |
WMA encoder
Originally committed as revision 7857 to …
|
|
|
@e8ebd573
|
18 years |
michaelni |
kill debuging code
Originally committed as revision 7856 to …
|
|
|
@59686073
|
18 years |
michaelni |
wma encoder
Originally committed as revision 7855 to …
|
|
|
@f824ba7b
|
18 years |
lu_zero |
Even powerpc/power needs PIC for shared objects today
Originally …
|
|
|
@aad512b4
|
18 years |
michaelni |
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase …
|
|
|
@7d4495d
|
18 years |
michaelni |
simplify and remove useless index in AV_W*
Originally committed as …
|
|
|
@dac0ebbb
|
18 years |
michaelni |
a few words about libavutil
Originally committed as revision 7851 to …
|
|
|
@ddf50e4c
|
18 years |
diego |
Simplify libvorbis/libtheora check for libogg dependency.
patch by …
|
|
|
@ac91185f
|
18 years |
kostya.shishkov |
Progressive frames disguised as interlaced are supported
Originally …
|
|
|
@6eda6e37
|
18 years |
kostya.shishkov |
B-frames could not be determined from broken_link/closed_entry, use …
|
|
|
@02c823d4
|
18 years |
kostya.shishkov |
Wrong flag tested
Originally committed as revision 7847 to …
|
|
|
@5e5067c7
|
18 years |
Aurélien Jacobs |
ensure that data[0] is set to NULL for next frame
to please …
|
|
|
@4323b09d
|
18 years |
michaelni |
indent
Originally committed as revision 7845 to …
|
|
|
@716ae7ca
|
18 years |
michaelni |
indent
Originally committed as revision 7844 to …
|
|
|
@b929eb50
|
18 years |
michaelni |
dont output information about what is demuxed after a seek failure
…
|
|
|
@ded3c7da
|
18 years |
michaelni |
dynamic index building so forward and backward seeking in avi without …
|
|
|
@e9b78eeb
|
18 years |
michaelni |
better generic index building and seeking code
Originally committed …
|
|
|
@7ee82992
|
18 years |
mans |
oops, revert accidental checkin
Originally committed as revision 7840 …
|
|
|
@271593f1
|
18 years |
mans |
fix multichannel decoding
Originally committed as revision 7839 to …
|
|
|
@3a0495a2
|
18 years |
mans |
move static variables to private context struct
Originally committed …
|
|
|
@89fa5b4e
|
18 years |
mans |
remove preprocessor cruft
Originally committed as revision 7837 to …
|
|
|
@8af23633
|
18 years |
mans |
cosmetics: don't needlessly open new blocks
Originally committed as …
|
|
|
@ac49ddc6
|
18 years |
mans |
cosmetic: indent sensibly so code can be read at all
Originally …
|
|
|
@d6ceace3
|
18 years |
diego |
Use enabled/disabled functions where possible.
Originally committed …
|
|
|
@93dd19e0
|
18 years |
michaelni |
10l uninitalized cola
seek regression tests are now deterministic
…
|
|
|
@f97b7e66
|
18 years |
michaelni |
seek regression tests
Originally committed as revision 7832 to …
|
|
|
@079dd4ba
|
18 years |
diego |
a bit more consistency for for the imlib2 check
Originally committed …
|
|
|
@929f0347
|
18 years |
diego |
cosmetics: indentation
Originally committed as revision 7830 to …
|
|
|
@1b45e304
|
18 years |
diego |
Remove hardcoded dependency of imlib2 on Xlib.
patch by Víctor Paesa, …
|
|
|
@e2ef53f
|
18 years |
diego |
Link to the FFmpeg Windows Help website.
Originally committed as …
|
|
|
@2f0b8fbb
|
18 years |
diego |
Put Visual C++ question in a better location.
Originally committed as …
|
|
|
@57b7e784
|
18 years |
takis.issaris |
Force stereo in target vcd.
Patch by Michel Bardiaux, mbardiaux …
|
|
|
@e6819061
|
18 years |
diego |
Simplify and speedup FFMPEG_CONFIGURATION.
Originally committed as …
|
|
|
@52548eee
|
18 years |
diego |
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
Originally …
|
|
|
@0fd12426
|
18 years |
diego |
Simplify quoting.
Originally committed as revision 7823 to …
|
|
|
@8274e422
|
18 years |
saschasommer |
fix use of uninitialized variables
Originally committed as revision …
|
|
|
@487747de
|
18 years |
diego |
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs …
|
|
|