|
|
|
@6bf8b047
|
16 years |
vitor1001 |
When picking a "high utility centroid" do not pick one
that has no …
|
|
|
@5916af19
|
16 years |
vitor1001 |
The codebook generator algorithm involves picking three
different …
|
|
|
@26b86e47
|
16 years |
michaelni |
Support gaps in the frame num.
Fixes at least:
MR3_TANDBERG_B.264 …
|
|
|
@e44e4837
|
16 years |
michaelni |
Reset frame_num for MMCO 5.
Fixes at least
MR2_TANDBERG_E.264
…
|
|
|
@2e916cb3
|
16 years |
michaelni |
3rd try to get the loop filter ref/mv check working correctly.
Fixes …
|
|
|
@5a78bfbd
|
16 years |
michaelni |
qscale has a range of 0..51 we thus do not need a 256 entry table and …
|
|
|
@a82688b0
|
16 years |
michaelni |
Setting chroma_qp to 0 for PCM blocks is really an interesting minor …
|
|
|
@3a756169
|
16 years |
michaelni |
Deobfusate chroma_qp_table[1] init code.
Originally committed as …
|
|
|
@3a9b190c
|
16 years |
benoit.fouet |
Enhance qblur and qcomp documentation.
Patch by tripp eliared yahoo …
|
|
|
@6aaff88f
|
16 years |
Carl Eugen Hoyos |
Revert r13542: Spatial direct mode probably also works with PAFF.
…
|
|
|
@c32867b5
|
16 years |
michaelni |
Loop filtering with multiple slice types fix.
Fixes at least: …
|
|
|
@b7d49373
|
16 years |
stefano.sabatini-lala |
Make configure --help document the --enable-debug option.
Originally …
|
|
|
@5ad2b4c6
|
16 years |
diego |
Add complete listing of bitstream filters and 2 examples to the …
|
|
|
@662e5411
|
16 years |
diego |
Correct b_quant offset comment in avcodec.h, it is the description for …
|
|
|
@9c56a1f9
|
16 years |
diego |
Move --disable-debug to a better place within configure help output.
…
|
|
|
@9f5c103
|
16 years |
michaelni |
Use slice_type_nos instead of slice_type where it makes no difference. …
|
|
|
@4b30289e
|
16 years |
michaelni |
SI/SP slice support. (not bitexact)
SI untested as I did not find any …
|
|
|
@932f396f
|
16 years |
michaelni |
Remove superfluous ().
Originally committed as revision 14324 to …
|
|
|
@e3e6f18f
|
16 years |
michaelni |
Simplify slice type checks.
Originally committed as revision 14323 to …
|
|
|
@72caa912
|
16 years |
michaelni |
More correct ref comparison in the loop filter.
Originally committed …
|
|
|
@091d3bdc
|
16 years |
michaelni |
fix memleak
Originally committed as revision 27332 to …
|
|
|
@47b7382d
|
16 years |
michaelni |
Cleanup, use av_freep() instead of av_free(x); x=NULL
Originally …
|
|
|
@582b3549
|
16 years |
diego |
Check the allocated pointer instead of the given pointer as intended …
|
|
|
@bbc35f51
|
16 years |
diego |
Clarify -minrate/-maxrate description in the documentation.
patch by …
|
|
|
@29d05eb
|
16 years |
michaelni |
Simplify spatial direct ref selection with FFMIN3()
Originally …
|
|
|
@86255db
|
16 years |
diego |
cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style …
|
|
|
@b6934d7f
|
16 years |
diego |
cosmetics: Reindent two misplaced braces.
Originally committed as …
|
|
|
@e3905ce0
|
16 years |
diego |
cosmetics: Reformat PPC code in libavcodec according to style …
|
|
|
@41f5c62f
|
16 years |
michaelni |
Fix used references indexes in the loop filter.
Disable …
|
|
|
@7c7cf452
|
16 years |
michaelni |
Add skip* AVOptions, which seem to have been missed.
Originally …
|
|
|
@b000c604
|
16 years |
andreas |
Decrease severity of 'invalid new backstep' log message to warning
in …
|
|
|
@11f63a22
|
16 years |
andreas |
Supply context argument to av_log() in mpeg audio decoder.
Originally …
|
|
|
@4760aec6
|
16 years |
justin.ruggles |
read 'coupling in use' parameter from bitstream into decoder context …
|
|
|
@4f20b45f
|
16 years |
michaelni |
Fix h264_loop_filter_strength_mmx2() so it works with PAFF.
fixed at …
|
|
|
@d11f9e1b
|
16 years |
banan |
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID …
|
|
|
@fb19e144
|
16 years |
michaelni |
Take the brain amputated spec literally if the user asks for it …
|
|
|
@0042808e
|
16 years |
michaelni |
Remove explicit strict_std_compliance support as it seems to work fine …
|
|
|
@5771b2c3
|
16 years |
michaelni |
Make strict_std_compliance available to decoders.
Originally …
|
|
|
@f7dbf86d
|
16 years |
banan |
Fix for possible null pointer dereferencing, closes Coverity report 68 …
|
|
|
@9f59e608
|
16 years |
vitor1001 |
Cosmetics: alignment
Originally committed as revision 14304 to …
|
|
|
@3c617380
|
16 years |
vitor1001 |
Simplify co(): do not abuse pointer aritmetics
Originally committed …
|
|
|
@2a811db2
|
16 years |
michaelni |
Make the automatic has_b_frames increasing code increase it up to the …
|
|
|
@6bc5714b
|
16 years |
vitor1001 |
Simplify co(): remove variables that are only used once
Originally …
|
|
|
@28bb9eb2
|
16 years |
michaelni |
Try to fix my latest 100l fate SVQ3 breakage.
Originally committed as …
|
|
|
@801b27fa
|
16 years |
michaelni |
Remove apparently unneeded out!=NULL check.
Originally committed as …
|
|
|
@3eaa6d0e
|
16 years |
michaelni |
Simplify picture output code.
Originally committed as revision 14298 …
|
|
|
@6b476f05
|
16 years |
michaelni |
Remove useless #if 0 code.
Originally committed as revision 14297 to …
|
|
|
@7c0efecc
|
16 years |
michaelni |
Do not forget marking disposed delayed pics as unused.
Fixes issue335
…
|
|
|
@f12c4bba
|
16 years |
baptiste.coudurier |
add ogv extension
Originally committed as revision 14295 to …
|
|
|
@0fb6c620
|
16 years |
baptiste.coudurier |
cosmetics, remove space
Originally committed as revision 14294 to …
|
|
|
@9b92ed76
|
16 years |
baptiste.coudurier |
update swf video frame number when muxing done, fix #439
Originally …
|
|
|
@79f4494a
|
16 years |
michaelni |
indent
Originally committed as revision 14292 to …
|
|
|
@0ab515e9
|
16 years |
michaelni |
simplify
Originally committed as revision 14291 to …
|
|
|
@7645da91
|
16 years |
justin.ruggles |
cosmetic: use hex value instead of decimal to show relation to …
|
|
|
@df8a7dff
|
16 years |
michaelni |
Remove delayed_output_pic, I do not understand what this variable was …
|
|
|
@1b547aba
|
16 years |
michaelni |
Drop out of order pics even if bitstream_restriction_flag is set.
…
|
|
|
@34e0d789
|
16 years |
vitor1001 |
Set avctx->coded_frame in RoQ encoder. At some point in
the SVN …
|
|
|
@6ebc89ac
|
16 years |
michaelni |
Make the ugly hack which uses an unused entry in the internal buffer …
|
|
|
@fc7ad2a
|
16 years |
stefano.sabatini-lala |
Make ffmpeg -t X with X<=0 transcode nothing.
Originally committed as …
|
|
|
@5bfe3b85
|
16 years |
michaelni |
minor simplification of qdm2_decode_fft_packets()
Originally …
|
|
|
@197ea524
|
16 years |
michaelni |
Make frames non reference by default, so they are disposed of …
|
|
|
@44eb047a
|
16 years |
michaelni |
Correcting displayed muxing overhead and video stream size.
Partially …
|
|
|
@e0168e3b
|
16 years |
michaelni |
Support reading large metadata.
fixes issue187
Originally committed …
|
|
|
@1e77df15
|
16 years |
michaelni |
Make bitstream_* fields unsigned.
Originally committed as revision …
|
|
|
@cfcd396b
|
16 years |
michaelni |
Only realloc() bitstream buffer when the needed size increased,
this …
|
|
|
@2b4b8c82
|
16 years |
michaelni |
If metadata has been parsed goto end instead of trying to
decorrelate …
|
|
|
@8d8d2b73
|
16 years |
benoit.fouet |
Fix a mem leak in vc1_decode_frame().
Patch by Erik Hovland erik …
|
|
|
@be390a4e
|
16 years |
benoit.fouet |
Fix a mem leak in av_find_stream_info().
Patch by Erik Hovland erik …
|
|
|
@b7b38fb2
|
16 years |
mans |
intreadwrite: support DEC compiler unaligned type qualifier
…
|
|
|
@c6002ea1
|
16 years |
mans |
MPEGTS: Improve probe function
When a sync byte is found, check that …
|
|
|
@5469b788
|
16 years |
baptiste.coudurier |
cosmetics, remove space
Originally committed as revision 14273 to …
|
|
|
@40e7aaa
|
16 years |
baptiste.coudurier |
Return max score when ftyp atom is encountered.
Originally committed …
|
|
|
@a1f3ffa3
|
16 years |
michaelni |
Make C code in yuv2yuv1() do accurate rounding, this could be split …
|
|
|
@96e8987e
|
16 years |
vitor1001 |
Simplify: do not overuse pointer aritmetic
Originally committed as …
|
|
|
@d78c1ea1
|
16 years |
michaelni |
indent
Originally committed as revision 27322 to …
|
|
|
@bf2bdde6
|
16 years |
michaelni |
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
…
|
|
|
@7bae01c6
|
16 years |
michaelni |
simplify yuv2yuv1()
Originally committed as revision 27320 to …
|
|
|
@c52d2da9
|
16 years |
vitor1001 |
Declare parameters of pred() that could be const as such
Originally …
|
|
|
@efa85e5e
|
16 years |
vitor1001 |
Another simplification
Originally committed as revision 14269 to …
|
|
|
@4a51e06b
|
16 years |
vitor1001 |
Simplify
Originally committed as revision 14268 to …
|
|
|
@02a1eb93
|
16 years |
vitor1001 |
Simplify
Originally committed as revision 14267 to …
|
|
|
@e4265007
|
16 years |
vitor1001 |
Declare function parameters as const
Originally committed as revision …
|
|
|
@6afc7c19
|
16 years |
michaelni |
10l forgot SWS_BILINEAR
Originally committed as revision 27318 to …
|
|
|
@010c00bc
|
16 years |
michaelni |
Ensure that exactly one scaler algo is used.
Originally committed as …
|
|
|
@fbbea48e
|
16 years |
mans |
Rearrange AV_[RW][BL]*() macros
Originally committed as revision …
|
|
|
@7c5ea40c
|
16 years |
michaelni |
100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in …
|
|
|
@8351d2ba
|
16 years |
diego |
Replace LDLATEFLAGS hackery by proper LDFLAGS tests.
The original …
|
|
|
@2615800a
|
16 years |
michaelni |
Try to fix FATE after my time_base simplification change.
Originally …
|
|
|
@2ece2e97
|
16 years |
diego |
Move up swscale_error target so that regression tests error out …
|
|
|
@ef2b64f0
|
16 years |
stefano.sabatini-lala |
Free in avcodec_close() avctx->rc_eq. Fix a memory leak.
Originally …
|
|
|
@9dff86c6
|
16 years |
michaelni |
10000l, revert
r14254
Log:
The funny memcpyin svq3 generally has …
|
|
|
@1d42f410
|
16 years |
michaelni |
indent
Originally committed as revision 14258 to …
|
|
|
@7a9dba3c
|
16 years |
michaelni |
SVQ3 uses the JPEG variant of YUV 4:2:0.
Fixes issue256
Originally …
|
|
|
@9e4cd833
|
16 years |
diego |
cosmetics: Fix mxf codec long name.
Originally committed as revision …
|
|
|
@59e7894c
|
16 years |
baptiste.coudurier |
print AVCodecContext address instead of AVClass, better when multiple …
|
|
|
@38844c0b
|
16 years |
michaelni |
The funny memcpyin svq3 generally has src & dst overlapping, so it …
|
|
|
@fb0fbd7c
|
16 years |
michaelni |
Print slice num as well.
Originally committed as revision 14253 to …
|
|
|
@5eb0f2a4
|
16 years |
lorenm |
float_to_int16_interleave: change src to an array of pointers instead …
|
|
|
@633d9def
|
16 years |
lorenm |
vorbis: reduce memory by reusing buffers
Originally committed as …
|
|
|
@1a32536
|
16 years |
lorenm |
unroll another common case in vorbis_residue_decode
Originally …
|
|
|