|
|
|
@342c7dfd
|
15 years |
kostya.shishkov |
Bink video decoder
Originally committed as revision 21937 to …
|
|
|
@336ce917
|
15 years |
stefano.sabatini-lala |
Add FFprobe tool.
This is a simplified / cleaned-up version of the …
|
|
|
@f05ef45c
|
15 years |
stefano.sabatini-lala |
Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".
Originally …
|
|
|
@8b9da8b5
|
15 years |
stefano.sabatini-lala |
Put all the options shared amongst the ff* tools under a dedicated …
|
|
|
@802da0b4
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 21933 to …
|
|
|
@d68b27a9
|
15 years |
mans |
VC1: fix missing include h263.h
Originally committed as revision …
|
|
|
@6cb35b45
|
15 years |
lessen42 |
Simplify determing whether fragments are coded
No measurable speed …
|
|
|
@a8926476
|
15 years |
lessen42 |
Handle Theora's continued runs in superblock coding.
This doesn't …
|
|
|
@855c720
|
15 years |
lessen42 |
Decode fully coded superblocks in the same manner as partial …
|
|
|
@ecb51b25
|
15 years |
lessen42 |
Make the special 4129 case for long-run bit strings a #define and …
|
|
|
@33dbc1b7
|
15 years |
lessen42 |
Use memset to set the runs partially coded superblocks
Much faster …
|
|
|
@bbdf0d22
|
15 years |
michaelni |
Make sure we dont write more bytes into filename than the array is …
|
|
|
@6a245905
|
15 years |
michaelni |
Do not attempt to open references through absolute pathes.
This would …
|
|
|
@e4a3524
|
15 years |
mans |
Replace log2f(10) with a constant
Originally committed as revision …
|
|
|
@c4f267ab
|
15 years |
vitor1001 |
Free encoder extradata in avcodec_close(). Should fix several small …
|
|
|
@7ed63ca2
|
15 years |
mans |
Add casts to correct return type in macros for missing libm funcs
…
|
|
|
@da2a5fea
|
15 years |
ramiro.polla |
x86_fft.o depends on MMX and FFT.
Originally committed as revision …
|
|
|
@2897dc78
|
15 years |
mans |
Delete avconfig.h on distclean
Originally committed as revision 21920 …
|
|
|
@b6fa8e35
|
15 years |
mans |
Delete all test related files in testclean rule
Originally committed …
|
|
|
@cbdcf479
|
15 years |
stefan.gehrer |
remove tables of codebook vector values which are contained in
another …
|
|
|
@8e339d4a
|
15 years |
Carl Eugen Hoyos |
Gcc attribute may_alias is not supported (or silently ignored) by all …
|
|
|
@2e519564
|
15 years |
vitor1001 |
Do not leave uninitialized data in the packet in MPC demuxer. Should …
|
|
|
@4280f9bb
|
15 years |
rsbultje |
Split rtsp_read_header() into two functions, so that the main part …
|
|
|
@e23d195d
|
15 years |
rsbultje |
Split out input-specific parts of rtsp_read_header() into its own, …
|
|
|
@30ff7c5c
|
15 years |
rsbultje |
Only send out NAT-punching RTP/RTCP packets when we're in demuxer …
|
|
|
@69adcc4f
|
15 years |
rsbultje |
Use mode=receive instead of mode=play if in RTSP muxer (instead of …
|
|
|
@52aa4338
|
15 years |
rsbultje |
Make rtsp_close_streams() take a AVFormatContext instead of a …
|
|
|
@4689ac4
|
15 years |
kostya.shishkov |
16l trocadero: don't forget to free frame data buffer in APE decoder
…
|
|
|
@ce8f750c
|
15 years |
kostya.shishkov |
WavPack demuxer also depends on APE tag parser
Originally committed …
|
|
|
@8cdfa474
|
15 years |
kostya.shishkov |
Make Bink demuxer skip all zero audio tracks, not only the first one
…
|
|
|
@7fa78f49
|
15 years |
daniel |
msmpeg4v* encoders depend on h263dec
Originally committed as revision …
|
|
|
@8e25a3d6
|
15 years |
daniel |
Declare WMV1 decoder dependencies
Originally committed as revision …
|
|
|
@df17dbf7
|
15 years |
daniel |
AEA demuxer requires raw.o for pcm_read_seek
Originally committed as …
|
|
|
@77ce6653
|
15 years |
daniel |
Declare CAF demuxer dependency on mpegaudio
Originally committed as …
|
|
|
@e0ae3591
|
15 years |
daniel |
Fix compilation of binkaudio_rdft when dct is disabled
Originally …
|
|
|
@3a201bd0
|
15 years |
stefan.gehrer |
remove a Huffman table from WMA which also exists in AAC
Originally …
|
|
|
@cdfc38f4
|
15 years |
vitor1001 |
Fix memory leak for truncated frames
Originally committed as revision …
|
|
|
@df2235a1
|
15 years |
vitor1001 |
Fix memory leak for truncated frames
Originally committed as revision …
|
|
|
@251f0504
|
15 years |
rsbultje |
Remove stale function declaration.
Patch by Martin Storsjö …
|
|
|
@f1c8e5aa
|
15 years |
vitor1001 |
Add missing dependency of TwinVQ
Originally committed as revision …
|
|
|
@cc01ab90
|
15 years |
stefan.gehrer |
remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
Originally …
|
|
|
@c02fd3d2
|
15 years |
rsbultje |
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the …
|
|
|
@aa170ed6
|
15 years |
kostya.shishkov |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@965828bb
|
15 years |
kostya.shishkov |
Since WavPack chunk can contain more samples than FFmpeg is guaranteed …
|
|
|
@245d5a48
|
15 years |
Thilo Borgmann |
Add the dependency for mpeg4audio.o of the ALS decoder.
Originally …
|
|
|
@a8c09ff2
|
15 years |
Thilo Borgmann |
Do sequential bit reading outside of []-operators.
Originally …
|
|
|
@f4f21608
|
15 years |
kostya.shishkov |
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o …
|
|
|
@95c0d02d
|
15 years |
mans |
TOMI: 16- and 32-bit intreadwrite functions
Originally committed as …
|
|
|
@f4ce8531
|
15 years |
michaelni |
get rid of an if() 1 cpu cycle faster.
Originally committed as …
|
|
|
@e69bfde6
|
15 years |
michaelni |
Get rid of a local variable, 10 cpu cycles faster.
Originally …
|
|
|
@a305449d
|
15 years |
michaelni |
Move abs() from decode_cabac_mb_mvd() to the code that writes …
|
|
|
@8d637124
|
15 years |
alex.converse |
Add some AAC buffer overread checks.
Originally committed as revision …
|
|
|
@b623d0cb
|
15 years |
stefano.sabatini-lala |
Reindent and fix brace placement.
Originally committed as revision …
|
|
|
@22b6a24c
|
15 years |
stefano.sabatini-lala |
Vertically align a list of comparisons in sws_getCachedContext().
…
|
|
|
@5a011d8b
|
15 years |
stefano.sabatini-lala |
Merge two if conditions, allow to decrese the level of indentation of …
|
|
|
@1388709
|
15 years |
stefano.sabatini-lala |
FFmpeg is a collective effort so allowing a single name in a banner is …
|
|
|
@b80218aa
|
15 years |
mans |
Suppress icc warnings about unknown attributes
Originally committed …
|
|
|
@3cc3581d
|
15 years |
stefan.gehrer |
fix intra prediction modes with inter-MB neighbors,
the old sample …
|
|
|
@bf7c1719
|
15 years |
kostya.shishkov |
Make RTMP client send bytes read report
Originally committed as …
|
|
|
@19769ece
|
15 years |
mans |
H264: use alias-safe macros
This eliminates all aliasing violation …
|
|
|
@f4a7434f
|
15 years |
mans |
Add alias-safe aligned AV_[RW]N macros
Originally committed as …
|
|
|
@7a6053ef
|
15 years |
mans |
Use alias-safe types in AV_COPY/SWAP/ZERO macros
Originally committed …
|
|
|
@0c76e63
|
15 years |
mans |
Use alias-safe types in AV_[RW] macros
Originally committed as …
|
|
|
@d10458c9
|
15 years |
mans |
Add alias-safe union typedefs
Originally committed as revision 21877 …
|
|
|
@024bf79f
|
15 years |
michaelni |
Simplify deblock_left/top condition for deblocking_filter=2
…
|
|
|
@90a5849e
|
15 years |
michaelni |
Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.
…
|
|
|
@077a8d6
|
15 years |
michaelni |
fix issue 1747
Originally committed as revision 21874 to …
|
|
|
@5e46be96
|
15 years |
mans |
Move NEG_[US]SR32 macros to mathops.h
Originally committed as …
|
|
|
@dc9e57a8
|
15 years |
Thilo Borgmann |
Fix sizeof()-statement to use the actual pointer type.
Originally …
|
|
|
@cd092849
|
15 years |
Thilo Borgmann |
Fix wrong buffer allocation for MCC in ALS.
Originally committed as …
|
|
|
@43cfefa
|
15 years |
mans |
Use stripped executable in regression tests
Originally committed as …
|
|
|
@4f837398
|
15 years |
mans |
configure: allow setting strip tool with --strip
Originally committed …
|
|
|
@fd10543e
|
15 years |
alex.converse |
get_bits: Fix spelling and grammar in GET_VLC() comment.
Originally …
|
|
|
@1e2245c2
|
15 years |
mans |
10l: remove stray '(' I don't know where it came from
Originally …
|
|
|
@40d1122
|
15 years |
mans |
Use LOCAL_ALIGNED macro for local arrays
Originally committed as …
|
|
|
@e6a0c354
|
15 years |
mans |
PPC and x86 support aligning variables on stack
Originally committed …
|
|
|
@d96cd429
|
15 years |
mans |
Add LOCAL_ALIGNED() macro for declaring aligned local arrays
…
|
|
|
@2480c390
|
15 years |
mans |
Simplify some declarations of aligned arrays
If DECLARE_ALIGNED_16 …
|
|
|
@dfd017bf
|
15 years |
rsbultje |
Add functions to send RTSP commands with content attached to them. …
|
|
|
@69a28f3e
|
15 years |
michaelni |
Move predict_field_decoding_flag() from h264.h to .c as its only used …
|
|
|
@69cc3183
|
15 years |
michaelni |
Move check for and call of predict_field_decoding_flag() from the mb …
|
|
|
@59f733d1
|
15 years |
michaelni |
2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.
Sadly this …
|
|
|
@fc78b0cb
|
15 years |
rsbultje |
Remove first_rtcp_ntp_time. This is used to prevent overflow of the …
|
|
|
@9c8fa20d
|
15 years |
rsbultje |
When using RTP-over-UDP, send dummy packets during stream setup, …
|
|
|
@fe74099a
|
15 years |
stefano.sabatini-lala |
Rename the "enc" variable, which refers to the AVCodecContext of a …
|
|
|
@f47a7cb7
|
15 years |
stefano.sabatini-lala |
Move read_line() and write_line() definition from pixdesc.h to …
|
|
|
@a636b58c
|
15 years |
rsbultje |
Fix two problems (no idea how this ever worked):
- the return value of …
|
|
|
@4abd8514
|
15 years |
rsbultje |
Revert r21851.
Originally committed as revision 21852 to …
|
|
|
@298d2fd3
|
15 years |
rsbultje |
Don't return 0 if buffer setup failed. That signals the RTSP demuxer …
|
|
|
@ed7694d8
|
15 years |
rsbultje |
Set lavf identification string globally in av_write_header(), rather …
|
|
|
@11431599
|
15 years |
Thilo Borgmann |
Limit the Rice parameter used for progressive decoding in ALS.
…
|
|
|
@85207e38
|
15 years |
rsbultje |
Add lsp.o as a dependency for wmavoice. This fixes a compilation error …
|
|
|
@899605f1
|
15 years |
pross |
Support IFF ANNO (annotation) chunk type
Originally committed as …
|
|
|
@cbba8fec
|
15 years |
pross |
Support <8-bit ILBM uncompressed bitmaps
Originally committed as …
|
|
|
@37a9719a
|
15 years |
michaelni |
2 cpu cycles faster context calculation for …
|
|
|
@5806e8cd
|
15 years |
michaelni |
Drop a few redundant slice_num checks.
Originally committed as …
|
|
|
@0530742
|
15 years |
michaelni |
Drop compute_mb_neighbors() and move fill_decode_neighbors() up to …
|
|
|
@c1bb66ac
|
15 years |
michaelni |
Split setting neighboring MBs from fill_decode_caches()
no speed …
|
|
|
@83a6c1a6
|
15 years |
Carl Eugen Hoyos |
Strings in extended content header are UTF16,
so terminating NULLs are …
|
|
|
@4a3104a9
|
15 years |
Carl Eugen Hoyos |
workaround for broken files created by previous versions of asfenc.
…
|
|
|