|
|
|
@5ee05a62
|
15 years |
michaelni |
Check that the buffer size speified to avcodec_encode_audio() is not …
|
|
|
@060b8592
|
15 years |
michaelni |
Do not assume that av_get_bits_per_sample() is a multiple of 8.
…
|
|
|
@b68a7679
|
15 years |
michaelni |
Raise threshold of h263 probe by 1 to avoid misdetection.
Fixes issue …
|
|
|
@f76eef99
|
15 years |
michaelni |
Add out commented av_log to debug h263_probe.
Originally committed as …
|
|
|
@6de5b627
|
15 years |
michaelni |
Also print the number of invalid packets in the debug output.
…
|
|
|
@55f6524
|
15 years |
michaelni |
Flip the comparission direction of vid+audio+priv1 and pspack, it …
|
|
|
@7f6458a7
|
15 years |
Reimar.Doeffinger |
Make sure that compilation fails if functions like ff_put_string are …
|
|
|
@80f47250
|
15 years |
michaelni |
Get rid of audio_out2, it seems unneeded.
Originally committed as …
|
|
|
@384af837
|
15 years |
jmenon86 |
Update seek.regression.ref. This is due to r20758.
Originally …
|
|
|
@4da715cb
|
15 years |
jmenon86 |
AU : demuxed packet size should be sample size aligned.
Fixes issue …
|
|
|
@a8bcc7b4
|
15 years |
ramiro.polla |
Document the differences between the two asm fragments in …
|
|
|
@445a9dee
|
15 years |
michaelni |
Print error messages on errors.
Originally committed as revision …
|
|
|
@f78501b2
|
15 years |
michaelni |
Fix apparent 10l typos introduced in r8627.
These typos moved the …
|
|
|
@75084e47
|
15 years |
ramiro.polla |
Start using intermediate buffers at index 0.
These index variables are …
|
|
|
@3a1acfd7
|
15 years |
stefano.sabatini-lala |
Reindent after the last commit.
Originally committed as revision …
|
|
|
@bf972d5e
|
15 years |
stefano.sabatini-lala |
Fix slicify when the slice_direction is negative, make it send slices …
|
|
|
@35c504b6
|
15 years |
ramiro.polla |
Update documentation for r20435 (which added the -fpre option).
…
|
|
|
@08f1960
|
15 years |
Carl Eugen Hoyos |
Cosmetics: Fix indentation after r20751.
Originally committed as …
|
|
|
@bfb5a8ce
|
15 years |
Carl Eugen Hoyos |
Simplified deblocking checks.
Patch by Dark Shikari
Originally …
|
|
|
@50ba3fd7
|
15 years |
Carl Eugen Hoyos |
Faster checks in reverse_dc_prediction.
Patch by Dark Shikari
…
|
|
|
@c11cb375
|
15 years |
Carl Eugen Hoyos |
Check transform==15 first, since it's more common than 13.
Patch by …
|
|
|
@306a61b3
|
15 years |
Carl Eugen Hoyos |
Revert r20747: It mixed functional and cosmetical changes.
Originally …
|
|
|
@63c0b3d9
|
15 years |
darkshikari |
Various VP3 optimizations.
Faster checks in reverse_dc_prediction. …
|
|
|
@e07c92e4
|
15 years |
kostya.shishkov |
cosmetics: insert space between codeword and left parenthesis
…
|
|
|
@615c2879
|
15 years |
kostya.shishkov |
Do not send invokes to RTMP server if we are not connected to it. …
|
|
|
@b593f7fd
|
15 years |
daniel |
Calls to url_fseek should have their return value checked in …
|
|
|
@a4605efd
|
15 years |
lorenm |
slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no …
|
|
|
@91e644ff
|
15 years |
lorenm |
r20739 broke compilation on systems without yasm
Originally committed …
|
|
|
@33946533
|
15 years |
jmenon86 |
Update frame_width and frame_height based on the lowres value.
Fixes …
|
|
|
@ef6fc64
|
15 years |
stefano.sabatini-lala |
Add 'const' attribute to the last_asked_format variable, fix a …
|
|
|
@b1159ad9
|
15 years |
lorenm |
refactor and optimize scalarproduct
29-105% faster apply_filter, 6-90% …
|
|
|
@e470691a
|
15 years |
ramiro.polla |
Fix compilation with runtime cpu detection.
All functions in …
|
|
|
@6e4f40e1
|
15 years |
Carl Eugen Hoyos |
Cosmetics: Reindent after r20679.
Originally committed as revision …
|
|
|
@f50270c9
|
15 years |
Carl Eugen Hoyos |
Cosmetics: Reindent after r20736.
Originally committed as revision …
|
|
|
@442d7dd8
|
15 years |
michaelni |
Make sure the parsers do not overwrite width/height as this can …
|
|
|
@11f6d098
|
15 years |
stefano.sabatini-lala |
Add an entry for the avfilter_draw_slice() API changes implemented in …
|
|
|
@a13a5437
|
15 years |
stefano.sabatini-lala |
Add a slice_dir parameter to avfilter_draw_slice().
Avoid the need to …
|
|
|
@78149213
|
15 years |
stefano.sabatini-lala |
Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo …
|
|
|
@c7240611
|
15 years |
kostya.shishkov |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@6bf22e1
|
15 years |
kostya.shishkov |
Implement RTMP output (publishing FLV stream to RTMP server).
Patch by …
|
|
|
@b83ccbff
|
15 years |
michaelni |
Do not crash on frame size changes.
Fixes issue1481.
Originally …
|
|
|
@d09f65c7
|
15 years |
lorenm |
1-13% faster apply_filter, 1-3% faster ape decoding on core2
…
|
|
|
@84a29dc1
|
15 years |
kostya.shishkov |
Compress headers for output RTMP packets.
Patch by Sergiy …
|
|
|
@1e68cefe
|
15 years |
kostya.shishkov |
100l trocadero: call emms_c() after doing decoding with SIMD in APE …
|
|
|
@ccc4b918
|
15 years |
michaelni |
Make sure ff_init_qscale_tab() is called one way or another when …
|
|
|
@9015b095
|
15 years |
michaelni |
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is …
|
|
|
@bdcc13f2
|
15 years |
baptiste.coudurier |
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* …
|
|
|
@f38e4507
|
15 years |
baptiste.coudurier |
use lzw compression in gif encoder
Originally committed as revision …
|
|
|
@b10fa1b
|
15 years |
lorenm |
port ape dsp functions from sse2 to mmx
now requires yasm
Originally …
|
|
|
@f415be6
|
15 years |
ramiro.polla |
Add support for nv12/nv21 input.
Originally committed as revision …
|
|
|
@e244f54e
|
15 years |
ramiro.polla |
Make av_log_level static at next lavu major version bump.
Originally …
|
|
|
@2ae87a6d
|
15 years |
lorenm |
avoid an unpredictable branch
20% faster predictor_update_filter, …
|
|
|
@36373cde
|
15 years |
lorenm |
inline to allow constant propagation
50% faster …
|
|
|
@2784ede4
|
15 years |
kostya.shishkov |
Remove duplicating variable
Originally committed as revision 20718 to …
|
|
|
@6a63e83a
|
15 years |
kostya.shishkov |
5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too …
|
|
|
@31da5966
|
15 years |
kostya.shishkov |
Send connect() and createStream() in RTMP system channel, not video …
|
|
|
@5e9ad759
|
15 years |
kostya.shishkov |
Move "app" string into RTMP protocol context.
Patch by Sergiy …
|
|
|
@a352b605
|
15 years |
kostya.shishkov |
RTMP packets with one-byte header use previous packet timestamp …
|
|
|
@15e65f83
|
15 years |
ramiro.polla |
Update help text for -fpre option to make it a little less confusing.
…
|
|
|
@7c3c53c8
|
15 years |
ramiro.polla |
Update Changelog, documentation, and libavformat minor version number …
|
|
|
@38b5b47b
|
15 years |
Carl Eugen Hoyos |
Revert r20095: Allow compiling to vorbis again.
Original patch by …
|
|
|
@ab3faa8b
|
15 years |
baptiste.coudurier |
pass avctx as argument instead of width and height
Originally …
|
|
|
@af7436ae
|
15 years |
baptiste.coudurier |
remove useless params
Originally committed as revision 20709 to …
|
|
|
@cc26bf0
|
15 years |
baptiste.coudurier |
remove useless params
Originally committed as revision 20708 to …
|
|
|
@e4e8632
|
15 years |
baptiste.coudurier |
move private context declaration at the top
Originally committed as …
|
|
|
@c267bb03
|
15 years |
michaelni |
Fix 1 pass RC in snow.
Fixes issue547.
Originally committed as …
|
|
|
@c5d6cd5c
|
15 years |
mans |
ARM: 1l c&p fix: do not set pred16x16_plane for rv40
Originally …
|
|
|
@702b5885
|
15 years |
mans |
ARM: NEON optimised H264 16x16, 8x8 pred
Originally committed as …
|
|
|
@9e69ab18
|
15 years |
kostya.shishkov |
Add another known RTMP channel ID to enum.
From patch by Sergiy (mail …
|
|
|
@b316991b
|
15 years |
kostya.shishkov |
Move is_input flag into RTMP protocol context.
Patch by Sergiy …
|
|
|
@4fab6627
|
15 years |
alex.converse |
AAC: Add a global header but output not locked output configuration …
|
|
|
@38610d92
|
15 years |
alex.converse |
Set the SBR mode to implicit on ADTS frames occurring before the …
|
|
|
@9d8bb03
|
15 years |
mike |
Small refactoring: Instead of 4 loops for decoding AC coefficients …
|
|
|
@098523eb
|
15 years |
mike |
Use a list to track which fragments coded in this frame still have …
|
|
|
@5dad039b
|
15 years |
mans |
ARM: small tweak of NEON H264 IDCT
Originally committed as revision …
|
|
|
@1025d19
|
15 years |
mans |
ARM: NEON 2xN chroma MC
Originally committed as revision 20696 to …
|
|
|
@04e7f6d2
|
15 years |
mans |
ARM: NEON 16x16 and 8x8 avg qpel MC
Originally committed as revision …
|
|
|
@77df894a
|
15 years |
baptiste.coudurier |
print error message when image2 muxer fail to compute frame filename
…
|
|
|
@6659b32a
|
15 years |
baptiste.coudurier |
Change ret type to int64_t because url_fseek returns int64_t.
This …
|
|
|
@28f2db96
|
15 years |
baptiste.coudurier |
fix typo, ALT_BITSTREAM_WRITER_LE does not exist
Originally committed …
|
|
|
@94f28061
|
15 years |
michaelni |
Store original width/height so that rv20 does not get stuck with some …
|
|
|
@e7e578b7
|
15 years |
michaelni |
Make rv1/2 decoder use the next slice if needed.
Fixes issue782.
…
|
|
|
@66765b59
|
15 years |
baptiste.coudurier |
use AVFormatContext in av_log, better than AVCodecContext when …
|
|
|
@73e8c83d
|
15 years |
baptiste.coudurier |
update seek regression ref due to r20674, packet size changed
…
|
|
|
@63538a96
|
15 years |
michaelni |
Support ASCII pnms.
Implements issue1452.
Originally committed as …
|
|
|
@817d967d
|
15 years |
kostya.shishkov |
Write timestamp deltas, not timestamps, for RTMP packets with partial …
|
|
|
@e6b244a3
|
15 years |
kostya.shishkov |
Full-header RTMP packets contain real timestamp, others contain …
|
|
|
@b1eb53ab
|
15 years |
kostya.shishkov |
Write header for RTMP packets with channel_id >= 64 correctly
…
|
|
|
@59b6482a
|
15 years |
kostya.shishkov |
Read and write extended timestamps for RTMP packets.
Extracted from …
|
|
|
@1ab21f1
|
15 years |
kostya.shishkov |
7l trocadero: reading right into enum variable may cause unwanted …
|
|
|
@00b6fa40
|
15 years |
michaelni |
Support "A format generated by IndigoVision 8000 video server".
…
|
|
|
@de3553b0
|
15 years |
jmenon86 |
pngdec.c : release allocated buffers.
Originally committed as …
|
|
|
@483aad71
|
15 years |
michaelni |
slif aka "SoftLab MPEG-2 I-frames Codec" support.
Flipping one bit …
|
|
|
@f40a7fd
|
15 years |
michaelni |
4:2:2 4:4:4 bugfix for the error concealment code.
Originally …
|
|
|
@5f1836a
|
15 years |
stefano.sabatini-lala |
Rename parameters of put_sbits() to make them consistent with those of …
|
|
|
@52069c4d
|
15 years |
michaelni |
Move "slice below image" check from mpeg_decode_slice to its caller. …
|
|
|
@77ac76a3
|
15 years |
michaelni |
Print a warning if the duration is estimated from the bitrate, as this …
|
|
|
@cea65433
|
15 years |
baptiste.coudurier |
decode qcelp in aiff, implement #1524, patch by Vitor
Originally …
|
|
|
@0a045661
|
15 years |
baptiste.coudurier |
Check Xfixes.h header presence before enabling x11grab.
This fixes …
|
|
|
@d52b4abe
|
15 years |
michaelni |
Move dummy picture allocation code from mpeg1/2 to mpegvideo.
This …
|
|
|