Stefano Sabatini
|
33bc794738
Make opt_default() print an error message and exit if the option
|
15 years ago |
Kostya Shishkov
|
fb030bd046
Correct bundle lengths calculation for small Bink files.
|
15 years ago |
Kostya Shishkov
|
9b3c455c50
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
|
15 years ago |
Michael Niedermayer
|
0e5f33f242
Make sure a set r_frame_rate is not overriden by a guess.
|
15 years ago |
Carl Eugen Hoyos
|
f51674ff5d
Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).
|
15 years ago |
Michael Niedermayer
|
403c545d08
Attempt to fix the completely random values returned by ff_avc_find_startcode().
|
15 years ago |
Måns Rullgård
|
dd4a03f7b3
Revert "Suppress icc warnings about unknown attributes"
|
15 years ago |
Måns Rullgård
|
ac73f1a816
ARM: change argument/return type of bswap_16() to unsigned 32-bit
|
15 years ago |
Måns Rullgård
|
a87b2f6df4
ARM: add missing preserve8 directives
|
15 years ago |
Måns Rullgård
|
39261cd8d9
get/show_bits() can read up to MIN_CACHE_BITS bits
|
15 years ago |
Måns Rullgård
|
976d7bf71c
Suppress armcc warnings about unknown attributes
|
15 years ago |
Michael Niedermayer
|
acbb378d1d
Fix timestamp association for mpeg2 field pictures.
|
15 years ago |
Måns Rullgård
|
7cd7d19e86
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
|
15 years ago |
Måns Rullgård
|
48960b8f24
Add zero_extend() function
|
15 years ago |
Måns Rullgård
|
94a5218c10
More accurate value for log2(10)
|
15 years ago |
avcoder
|
0cb17649d8
Remove unused variable mb_xy.
|
15 years ago |
Stefano Sabatini
|
1be784a2cf
Add support to an option -f which forces the format to use for opening
|
15 years ago |
Vitor Sessak
|
4fe3edaadf
AMR-NB floating-point based decoder.
|
15 years ago |
Reimar Döffinger
|
f1b267ddf7
Avoid using log2, it is not available everywhere.
|
15 years ago |
Diego Biurrun
|
dd3475682e
Remove unused variable, fixes warnings of the type:
|
15 years ago |
Måns Rullgård
|
769c497565
indent
|
15 years ago |
Måns Rullgård
|
4c4e746566
Avoid negative shifts in build_table()
|
15 years ago |
Vitor Sessak
|
044a950d82
Fix memory leak for truncated packets in idCin demuxer
|
15 years ago |
Kostya Shishkov
|
342c7dfdbb
Bink video decoder
|
15 years ago |
Stefano Sabatini
|
336ce917e6
Add FFprobe tool.
|
15 years ago |
Stefano Sabatini
|
f05ef45c8f
Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".
|
15 years ago |
Stefano Sabatini
|
8b9da8b50a
Put all the options shared amongst the ff* tools under a dedicated
|
15 years ago |
Ramiro Polla
|
802da0b490
Indent.
|
15 years ago |
Måns Rullgård
|
d68b27a95d
VC1: fix missing include h263.h
|
15 years ago |
David Conrad
|
6cb35b45e6
Simplify determing whether fragments are coded
|
15 years ago |
David Conrad
|
a89264761f
Handle Theora's continued runs in superblock coding.
|
15 years ago |
David Conrad
|
855c720c86
Decode fully coded superblocks in the same manner as partial superblocks and qpi
|
15 years ago |
David Conrad
|
ecb51b25bb
Make the special 4129 case for long-run bit strings a #define and explain it
|
15 years ago |
David Conrad
|
33dbc1b7ca
Use memset to set the runs partially coded superblocks
|
15 years ago |
Michael Niedermayer
|
bbdf0d2214
Make sure we dont write more bytes into filename than the array is long.
|
15 years ago |
Michael Niedermayer
|
6a2459059e
Do not attempt to open references through absolute pathes.
|
15 years ago |
Måns Rullgård
|
e4a35244fa
Replace log2f(10) with a constant
|
15 years ago |
Vitor Sessak
|
c4f267ab75
Free encoder extradata in avcodec_close(). Should fix several small memory
|
15 years ago |
Måns Rullgård
|
7ed63ca2e7
Add casts to correct return type in macros for missing libm funcs
|
15 years ago |
Ramiro Polla
|
da2a5feaea
x86_fft.o depends on MMX and FFT.
|
15 years ago |
Måns Rullgård
|
2897dc780a
Delete avconfig.h on distclean
|
15 years ago |
Måns Rullgård
|
b6fa8e35f2
Delete all test related files in testclean rule
|
15 years ago |
Stefan Gehrer
|
cbdcf479ce
remove tables of codebook vector values which are contained in
|
15 years ago |
Carl Eugen Hoyos
|
8e339d4aa0
Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers.
|
15 years ago |
Vitor Sessak
|
2e5195646d
Do not leave uninitialized data in the packet in MPC demuxer. Should allow for
|
15 years ago |
Martin Storsjö
|
4280f9bbcd
Split rtsp_read_header() into two functions, so that the main part (now also
|
15 years ago |
Martin Storsjö
|
e23d195deb
Split out input-specific parts of rtsp_read_header() into its own, new,
|
15 years ago |
Martin Storsjö
|
30ff7c5cbc
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.
|
15 years ago |
Martin Storsjö
|
69adcc4ffb
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)
|
15 years ago |
Martin Storsjö
|
52aa4338cc
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState
|
15 years ago |