|
|
|
@8cba6ba9
|
18 years |
alex |
remove gettime_ms and use av_gettime instead of it
Originally …
|
|
|
@1df93ae9
|
18 years |
alex |
use av_random instead random/srandom
Originally committed as revision …
|
|
|
@d5039327
|
18 years |
diego |
Remove unused variable.
Originally committed as revision 8050 to …
|
|
|
@f55c7a33
|
18 years |
diego |
Move MinGW extralibs setting into MinGW section.
Originally committed …
|
|
|
@123bff4b
|
18 years |
takis.issaris |
Clarify FAQ, section "ffmpeg does not work".
Patch by Benoit Fouet, …
|
|
|
@0afd2a92
|
18 years |
diego |
cosmetics: Fix a common typo, sepErate --> sepArate.
Originally …
|
|
|
@0e3b6a6f
|
18 years |
takis.issaris |
Add the stream_bitrate GUID to the asf parsing code, and set stream …
|
|
|
@8ffed8d8
|
18 years |
mans |
libgsm_ms codec depends on libgsm
Originally committed as revision …
|
|
|
@9376710d
|
18 years |
michaelni |
warn if bps from user and what will be stored missmatches
Originally …
|
|
|
@a185f52a
|
18 years |
michaelni |
try to fill in missing bits_per_sample
Originally committed as …
|
|
|
@5b77a81
|
18 years |
mbardiaux |
Remove code duplicated between adpcm.c and riff.c
Originally …
|
|
|
@7ad731e9
|
18 years |
takis.issaris |
Add some more Doxygen documentation to libavcodec/utils.c.
Originally …
|
|
|
@0f482cfc
|
18 years |
takis.issaris |
Adds Doxygen docs for the av_log function.
Originally committed as …
|
|
|
@346a655
|
18 years |
mbardiaux |
Add support for MS-GSM codec
Originally committed as revision 8039 to …
|
|
|
@758a6b3c
|
18 years |
takis.issaris |
Provide Doxygen documentation.
Originally committed as revision 8038 …
|
|
|
@036bfd18
|
18 years |
takis.issaris |
Move the aframes option from the video "subsection" to the
audio …
|
|
|
@ab9c4087
|
18 years |
takis.issaris |
The --enable-a52 option was renamed to --enable-liba52, fix the FAQ …
|
|
|
@3f6bafc
|
18 years |
takis.issaris |
FAQ clarification concerning the configuration of FFmpeg for usage …
|
|
|
@bb0f999b
|
18 years |
gpoirier |
add doxygen docs for avpicture_fill()
Patch by Panagiotis Issaris % …
|
|
|
@eea5028
|
18 years |
mans |
generic foo-config --cflags/libs test
Originally committed as …
|
|
|
@f8d7b072
|
18 years |
mans |
feature tests for functions requiring one or more headers
Originally …
|
|
|
@fcfcde17
|
18 years |
mans |
revert last change, it breaks on brain damaged distros
Originally …
|
|
|
@a2e25446
|
18 years |
mans |
simplify check_lib
Originally committed as revision 8030 to …
|
|
|
@0ac47d63
|
18 years |
stefan.gehrer |
fix comment, get/show_bits(0) does not work
Originally committed as …
|
|
|
@bc155732
|
18 years |
diego |
link fix by Dujardin Bernard, dujardin.iut numericable fr
Originally …
|
|
|
@78104b5d
|
18 years |
mbardiaux |
Remove some old disabled debugging output
Originally committed as …
|
|
|
@4672503d
|
18 years |
lorenm |
simplify in fill_caches
Originally committed as revision 8026 to …
|
|
|
@9b2bb403
|
18 years |
takis.issaris |
Remove a non-C dependency (being M_PI) from the libavcodec example.
…
|
|
|
@a40de112
|
18 years |
takis.issaris |
Use a more correct value for Pi.
Originally committed as revision …
|
|
|
@0564528e
|
18 years |
banan |
Clairyfication of the gain tool struct.
Originally committed as …
|
|
|
@459022f5
|
18 years |
mans |
fix for x86-64
Originally committed as revision 8022 to …
|
|
|
@dd462087
|
18 years |
banan |
Don't use byte swaps and use the more portable way
of declaring …
|
|
|
@d1b1363e
|
18 years |
mans |
TARGET_OS in config.mak is unused
Originally committed as revision …
|
|
|
@40671fee
|
18 years |
mans |
remove --enable-mingw32 option, --target-os=mingw32 should be used
…
|
|
|
@4a5444db
|
18 years |
mans |
case insensitive OS name
Originally committed as revision 8018 to …
|
|
|
@fda51641
|
18 years |
michaelni |
factorize more calls to fill_rectangle()
Originally committed as …
|
|
|
@d19f5acb
|
18 years |
michaelni |
factorize fill_rectangle() calls
Originally committed as revision …
|
|
|
@492d0e4c
|
18 years |
alex |
display line number when printing error
Originally committed as …
|
|
|
@89cf4098
|
18 years |
alex |
spit an error message in case of invalid chunk
Originally committed …
|
|
|
@c9639c39
|
18 years |
mans |
libswscale is needed in Cygwin vhooks
patch by Víctor Paesa wzrlpy …
|
|
|
@b21e0b6d
|
18 years |
michaelni |
rewrite H264_CHROMA_MC4_TMPL (20% faster)
Originally committed as …
|
|
|
@aeb29222
|
18 years |
mans |
10l: I thought I'd tested all changes...
Originally committed as …
|
|
|
@0a622b98
|
18 years |
mans |
rearrange --help text slightly
Originally committed as revision 8010 …
|
|
|
@abcd6d60
|
18 years |
mans |
mention --target-os in --help
Originally committed as revision 8009 …
|
|
|
@270739bb
|
18 years |
mans |
move arch processing after command line loop
Originally committed as …
|
|
|
@4ec9ec8
|
18 years |
mans |
put mingw section together with other OS specifics
Originally …
|
|
|
@c597172e
|
18 years |
mans |
add --target-os option, and move OS specific settings after command …
|
|
|
@20da7744
|
18 years |
michaelni |
negative stride and h_size-=8 fix
Originally committed as revision …
|
|
|
@bc2ce35b
|
18 years |
michaelni |
remove imgresample and convert with the next version bump
Originally …
|
|
|
@e4cc4362
|
18 years |
kostya.shishkov |
Use AVRandom
Originally committed as revision 8004 to …
|
|
|
@eeb40eb3
|
18 years |
kostya.shishkov |
10l: forgot break statement
Originally committed as revision 8003 to …
|
|
|
@18064f5c
|
18 years |
michaelni |
BGR/RGB4 byte formats as input
fixing isRGB/BGR() for the byte formats …
|
|
|
@49c8132b
|
18 years |
michaelni |
not checking error return, resulting double free
returning …
|
|
|
@c861e7d
|
18 years |
mans |
restore lost --enable-amr-if2 option
Originally committed as revision …
|
|
|
@8d6947bc
|
18 years |
michaelni |
factorize fill_rectangle()
remove more silly ref_count checks
use …
|
|
|
@3425501
|
18 years |
michaelni |
replace list<2 checks by list<list_count
remove silly ref_count<0 and …
|
|
|
@187696fa
|
18 years |
michaelni |
fix 2nd ref_count check
add list_count
Originally committed as …
|
|
|
@0565c64
|
18 years |
michaelni |
fix ref_count check
Originally committed as revision 7997 to …
|
|
|
@65a0f3fd
|
18 years |
michaelni |
factorize mv_cache and mvd_cache init
Originally committed as …
|
|
|
@43ff0714
|
18 years |
michaelni |
simplify
Originally committed as revision 7995 to …
|
|
|
@2a115873
|
18 years |
michaelni |
add a few asserts to ensure alignment
Originally committed as …
|
|
|
@00e210d
|
18 years |
michaelni |
prevent h.264 MC related functions from being inlined (yes this is …
|
|
|
@410bf27
|
18 years |
michaelni |
av_noinline
Originally committed as revision 7992 to …
|
|
|
@e28630fc
|
18 years |
michaelni |
pal8 input
this is not optimized or anything (that is easy to add just …
|
|
|
@457b101e
|
18 years |
revol |
Make sure we don't try to emulate poll() when it's there if …
|
|
|
@36c07acd
|
18 years |
revol |
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed …
|
|
|
@5286d11
|
18 years |
mbardiaux |
Spelling fix
Originally committed as revision 7989 to …
|
|
|
@1d726a59
|
18 years |
mbardiaux |
Spelling fix
Originally committed as revision 7988 to …
|
|
|
@b0c858d8
|
18 years |
revol |
poll() emulation for BeOS, and maybe MinGW.
Originally committed as …
|
|
|
@befa3397
|
18 years |
diego |
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
…
|
|
|
@d8bc5f06
|
18 years |
mans |
simplify
Originally committed as revision 7985 to …
|
|
|
@afde41b4
|
18 years |
mans |
rename video4linux[2] variables to v4l[2], consistent with --disable …
|
|
|
@cc58300e
|
18 years |
gpoirier |
implement new grabbing interface, as described here: …
|
|
|
@20121213
|
18 years |
baptiste.coudurier |
fix dts adjusting
Originally committed as revision 7982 to …
|
|
|
@41536a60
|
18 years |
lucabe72 |
Pass the v4l2 buffer into the AVPacket, instead of allocating a new …
|
|
|
@a492ad9f
|
18 years |
baptiste.coudurier |
100l
Originally committed as revision 7980 to …
|
|
|
@8d97aedb
|
18 years |
baptiste.coudurier |
indentation
Originally committed as revision 7979 to …
|
|
|
@400615b6
|
18 years |
baptiste.coudurier |
use aiff when we can, some players only support aiff
Originally …
|
|
|
@e13d8023
|
18 years |
michaelni |
doxy for avcodec_encode_video()
Originally committed as revision 7977 …
|
|
|
@e372862
|
18 years |
mbardiaux |
Fix one warning
Originally committed as revision 7976 to …
|
|
|
@1e9be11f
|
18 years |
diego |
some updates
Originally committed as revision 7975 to …
|
|
|
@c1b54be3
|
18 years |
diego |
liba52 was removed, libswscale is also GPLed.
Originally committed as …
|
|
|
@eb526fa6
|
18 years |
diego |
Remove unused file.
Originally committed as revision 7973 to …
|
|
|
@e244ea43
|
18 years |
revol |
This is no longer necessary for BeOS now that we don't play nasty …
|
|
|
@ac7030a
|
18 years |
mans |
combine handling of …
|
|
|
@dd9bfb46
|
18 years |
mans |
simplify ever so slightly
Originally committed as revision 7970 to …
|
|
|
@2b4c3615
|
18 years |
mans |
add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable option …
|
|
|
@35f97369
|
18 years |
mans |
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
Originally …
|
|
|
@e2745046
|
18 years |
mans |
rename some --enable options for external libs
Originally committed …
|
|
|
@1367cffd
|
18 years |
diego |
Ogg is not Vorbis.
Originally committed as revision 7966 to …
|
|
|
@8fa36ae0
|
18 years |
revol |
This fixes error handling for BeOS, removing the need for some ifdefs. …
|
|
|
@bcdf0d26
|
18 years |
mbardiaux |
Change some dprintf to av_log
Originally committed as revision 7964 …
|
|
|
@034ef0e8
|
18 years |
diego |
Move base64.[ch] to libavutil.
patch by Carl Eugen Hoyos, cehoyos …
|
|
|
@674678b0
|
18 years |
kostya.shishkov |
Intensity compensation for B-frames in AP was missing
Originally …
|
|
|
@6d29fba9
|
18 years |
michaelni |
support yet another broken avi (filedoesitbetter.avi) which has a …
|
|
|
@1d7d9935
|
18 years |
michaelni |
always use audio spread (instead of "video no spread" for audio ...)
…
|
|
|
@dc02fc6a
|
18 years |
diego |
consistency renaming: yuv422 --> yuyv422
Originally committed as …
|
|
|
@9ac529a5
|
18 years |
diego |
consistency renaming: uyvy411 --> uyyvyy411
Originally committed as …
|
|
|
@3cf5b6be
|
18 years |
diego |
consistency renaming: rgba32 --> rgb32
Originally committed as …
|
|
|
@5a4f1328
|
18 years |
michaelni |
oops forgot this one (increase preroll time to min of my asfs)
…
|
|
|