|
|
|
@fca05ea8
|
14 years |
darkshikari |
VP8: add missing free
Fixes a tiny memory leak.
Originally committed …
|
|
|
@2701fd40
|
14 years |
Aurélien Jacobs |
matroskaenc: add support for muxing SRT tracks
Originally committed …
|
|
|
@7b53f463
|
14 years |
Aurélien Jacobs |
add mime-type for ASS muxer
Originally committed as revision 24502 to …
|
|
|
@752ff3ff
|
14 years |
martin |
Include the correct header that actually is used, use quotes instead …
|
|
|
@a16dfa2c
|
14 years |
stefano.sabatini-lala |
Fix pkgconfig_generate line for libavcore.
libavcore depends on …
|
|
|
@09d7da86
|
14 years |
Carl Eugen Hoyos |
Accept stdin as input for patcheck.
Patch by Rafaël Carré, rafael d …
|
|
|
@28e241de
|
14 years |
Carl Eugen Hoyos |
Fix r24445: Instead of needlessly initialising a variable, silence the …
|
|
|
@639e4ec8
|
14 years |
stefano.sabatini-lala |
Rename av_exit() to ffmpeg_exit().
av_ is a prefix reserved for av* …
|
|
|
@f62c025a
|
14 years |
stefano.sabatini-lala |
Use X ? Y : Z construct, simplify.
Originally committed as revision …
|
|
|
@853a0fcc
|
14 years |
Reimar.Doeffinger |
Cosmetics: fix indentation and remove a useless else.
Originally …
|
|
|
@3aa13da9
|
14 years |
Reimar.Doeffinger |
Simplify get_byte and url_fgetc.
Originally committed as revision …
|
|
|
@b9542223
|
14 years |
Carl Eugen Hoyos |
Only 4-bit ADPCM IMA WAV files are supported.
Originally committed as …
|
|
|
@f7bd4a8e
|
14 years |
stefano.sabatini-lala |
Cosmetics: rename enc -> dec in opt_input_file().
The variable refer …
|
|
|
@e36a3906
|
14 years |
Reimar.Doeffinger |
Move ffm_close function up to avoid a forward declaration.
Originally …
|
|
|
@527b46ba
|
14 years |
Reimar.Doeffinger |
ffmdec: Do not manually free streams on read_header error, this is …
|
|
|
@6de5b7c6
|
14 years |
rsbultje |
Fix obvious bug in assignment. Somehow, the test vectors don't test …
|
|
|
@ba2c508d
|
14 years |
Aurélien Jacobs |
add SubRip muxer and demuxer
Originally committed as revision 24488 …
|
|
|
@e3f7bf77
|
14 years |
rsbultje |
Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, …
|
|
|
@e6e3069b
|
14 years |
mans |
Simplify lavfi test script a little
Originally committed as revision …
|
|
|
@8fae6e7c
|
14 years |
mans |
Unbreak parallel lavfi testing
Originally committed as revision 24485 …
|
|
|
@63e1278d
|
14 years |
alex.converse |
aacenc: TLS: Save maximum values for each swb in a table.
This gives …
|
|
|
@031d5cea
|
14 years |
alex.converse |
10l: Remove some commented out code that slipped in.
Originally …
|
|
|
@fe461767
|
14 years |
alex.converse |
aacenc: TLS: Try to preserve some energy in each non-zero band.
…
|
|
|
@6cce7cab
|
14 years |
Reimar.Doeffinger |
Fix compilation, forgot to add const also to the
definition of …
|
|
|
@edac49da
|
14 years |
Reimar.Doeffinger |
Use "const" qualifier for pointers that point to input data of
audio …
|
|
|
@6f2c523c
|
14 years |
Reimar.Doeffinger |
Fix a "function declaration isn't a prototype" warning.
Originally …
|
|
|
@a2a17d3f
|
14 years |
Reimar.Doeffinger |
Fix use of uninitialized data: A array element can not be
used to …
|
|
|
@5a55d5b5
|
14 years |
Reimar.Doeffinger |
More const-correctness fixes to avoid warnings.
Originally committed …
|
|
|
@a4eef68f
|
14 years |
Reimar.Doeffinger |
Add some "const" to avoid incompatible pointer type warnings
…
|
|
|
@04f6ab1c
|
14 years |
stefano.sabatini-lala |
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.
…
|
|
|
@24911613
|
14 years |
stefano.sabatini-lala |
Add some comments to the rgb2yuv_table, clarifying the standard where …
|
|
|
@496c645d
|
14 years |
martin |
Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data
If …
|
|
|
@8dd25c52
|
14 years |
martin |
mpegts: Warn if unable to seek back
Originally committed as revision …
|
|
|
@c226fc5b
|
14 years |
alex.converse |
aacenc: Prevent premature termination of the two loop search.
…
|
|
|
@81824fe0
|
14 years |
alex.converse |
aacdec: Only load and write each predictor variable once.
This is …
|
|
|
@70c99adb
|
14 years |
alex.converse |
aacdec: 4% faster main profile decoding.
Originally committed as …
|
|
|
@51ffd3a6
|
14 years |
alex.converse |
aacenc: Favor log2f() and sqrtf() over log2() and sqrt().
Originally …
|
|
|
@04d72abf
|
14 years |
alex.converse |
aacenc: Factorize some scalefactor utilities.
Originally committed as …
|
|
|
@3611e7a3
|
14 years |
lessen42 |
Inline asm for VP56 arith coder
This is a lot more reliable to get …
|
|
|
@ca18a478
|
14 years |
lessen42 |
VP8: Inline traversing vp8_small_mvtree
Much faster …
|
|
|
@7697cdcf
|
14 years |
lessen42 |
VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an …
|
|
|
@fe1b5d97
|
14 years |
lessen42 |
Decode DCT tokens by branching to a different code path for each …
|
|
|
@5474ec2a
|
14 years |
lessen42 |
Move renormalization of the VP56 arith decoder to before decoding a …
|
|
|
@b3d755ec
|
14 years |
lessen42 |
Split renorm of vp56 arith decoder to its own function
Originally …
|
|
|
@24675b80
|
14 years |
lessen42 |
vp56's arith decoder's code_word is only 16 bits, no need for unsigned …
|
|
|
@13a1304b
|
14 years |
darkshikari |
Add myself to VP8 copyright and maintainers.
Also add Ronald to …
|
|
|
@414ac27d
|
14 years |
darkshikari |
VP8: always_inline some things to force gcc to do the right thing …
|
|
|
@06d50ca8
|
14 years |
darkshikari |
VP8: use AV_RL24 instead of defining a new RL24.
Originally committed …
|
|
|
@73016d2
|
14 years |
ramiro.polla |
swscale-test: scale from reference to source only once for each …
|
|
|
@be1c5d35
|
14 years |
ramiro.polla |
indent
Originally committed as revision 31776 to …
|
|
|
@da78053a
|
14 years |
ramiro.polla |
swscale-test: change order tests are run, maintaining the same …
|
|
|
@9fddd14
|
14 years |
darkshikari |
VP8: Slightly faster MV selection
Don't clamp best mv unless it's …
|
|
|
@14767f35
|
14 years |
darkshikari |
VP8: use AV_ZERO32 instead of AV_WN32A where relevant
Originally …
|
|
|
@09959ec4
|
14 years |
darkshikari |
VP8: eliminate redundant code in r24458
Originally committed as …
|
|
|
@a71abb71
|
14 years |
darkshikari |
VP8: shave a few clocks off check_intra_pred_mode
Originally …
|
|
|
@a58ed9a2
|
14 years |
vitor1001 |
Add VP8 sign bias code regtest. Not tested by the official conformance …
|
|
|
@0087aa47
|
14 years |
darkshikari |
VP8: fix broken sign bias code in MV pred
Apparently the official …
|
|
|
@3ae079a3
|
14 years |
darkshikari |
VP8: optimize DC-only chroma case in the same way as luma.
Add MMX …
|
|
|
@3df56f41
|
14 years |
darkshikari |
VP8: Clean up some variable shadowing.
Originally committed as …
|
|
|
@51c9156
|
14 years |
darkshikari |
VP8 asm: cosmetics (spacing)
Originally committed as revision 24453 …
|
|
|
@8a467b2d
|
14 years |
darkshikari |
VP8: 30% faster idct_mb
Take shortcuts based on statistically common …
|
|
|
@ef38842
|
14 years |
darkshikari |
VP8: smarter prefetching
Don't prefetch reference frames that were …
|
|
|
@9479415e
|
14 years |
baptiste.coudurier |
In h264 parser, return immediately if buf_size is 0, avoid printing …
|
|
|
@ef011e6d
|
14 years |
baptiste.coudurier |
In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122
…
|
|
|
@c25c7767
|
14 years |
darkshikari |
VP8: clear DCT blocks in iDCT instead of using clear_blocks.
~0.3% …
|
|
|
@b74f70d6
|
14 years |
darkshikari |
VP8: avoid a memset for non-i4x4 blocks with no coefficients
…
|
|
|
@145d3186
|
14 years |
darkshikari |
Get rid of more unnecessary dereferences in VP8 deblocking
Originally …
|
|
|
@86721533
|
14 years |
darkshikari |
Shut up an uninitialized variable GCC warning in VP8.
Originally …
|
|
|
@c4211046
|
14 years |
darkshikari |
Smarter VP8 prefetching
Prefetch all refs (including altref), but only …
|
|
|
@5b9eb68
|
14 years |
stefano.sabatini-lala |
Prefer impersonal form over third person, for consistency with the …
|
|
|
@8cfae560
|
14 years |
darkshikari |
Fix stupid bug in VP8 prefetching code
Originally committed as …
|
|
|
@c257c752
|
14 years |
stefano.sabatini-lala |
Add an APIchanges entry after the M_PHI addition.
Originally …
|
|
|
@2a38c2e9
|
14 years |
darkshikari |
Eliminate a LUT in escape decoding in VP8 decode_block_coeffs
…
|
|
|
@8d5fa2ba
|
14 years |
stefano.sabatini-lala |
Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, …
|
|
|
@44852477
|
14 years |
stefano.sabatini-lala |
Add the M_PHI constant, contains an approximation of the golden ratio …
|
|
|
@d292c345
|
14 years |
darkshikari |
Eliminate some repeated dereferences in VP8 inter_predict
Originally …
|
|
|
@dc5eec80
|
14 years |
rsbultje |
Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles …
|
|
|
@9bb9875e
|
14 years |
ramiro.polla |
swscale-test: use only 3 characters to print width/height since …
|
|
|
@b6f1e7e
|
14 years |
ramiro.polla |
swscale-test: print test name before running test, so that it's …
|
|
|
@9d0b3042
|
14 years |
mans |
Do not automatically run configure
Making automatic reconfigure work …
|
|
|
@67e1d527
|
14 years |
ramiro.polla |
swscale-test: allocate more memory to prevent scalers from writing out …
|
|
|
@65dd2ded
|
14 years |
stefano.sabatini-lala |
Factorize indent definition in PRINT_LIB_INFO().
Originally committed …
|
|
|
@d101e731
|
14 years |
stefano.sabatini-lala |
Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO(). …
|
|
|
@1044a92a
|
14 years |
stefano.sabatini-lala |
Rename:
PRINT_LIB_VERSION() -> PRINT_LIB_INFO() …
|
|
|
@b6525b4b
|
14 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 24432 to …
|
|
|
@208749a0
|
14 years |
stefano.sabatini-lala |
Increase flexibility of PRINT_LIB_VERSION(), make it accept a flags …
|
|
|
@7eb185e0
|
14 years |
Carl Eugen Hoyos |
Map settings for 2-pass libvpx encoding.
Patch by James Zern, jzern …
|
|
|
@b946111f
|
14 years |
darkshikari |
Eliminate a pointless memset for intra blocks in P-frames in VP8
…
|
|
|
@b9a7186b
|
14 years |
darkshikari |
VP8: Don't store segment in macroblock struct anymore.
Not necessary …
|
|
|
@c55e0d34
|
14 years |
darkshikari |
Convert VP8 macroblock structures to a ring buffer.
Uses a slightly …
|
|
|
@73642926
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry for the libavfilter media format generalization …
|
|
|
@bdab614b
|
14 years |
stefano.sabatini-lala |
Generalize pixel format enum fields to int formats.
This is needed to …
|
|
|
@98137a1a
|
14 years |
stefano.sabatini-lala |
Document create_filter().
Originally committed as revision 24423 to …
|
|
|
@d2874a9d
|
14 years |
stefano.sabatini-lala |
Add simple doxy to link_filter().
Originally committed as revision …
|
|
|
@94b2120
|
14 years |
stefano.sabatini-lala |
Fix documentation for parse_link_name().
Originally committed as …
|
|
|
@bb90d85
|
14 years |
stefano.sabatini-lala |
Consistently use Uppercase for the first character of the log …
|
|
|
@99ac59ca
|
14 years |
stefano.sabatini-lala |
Make link_filter() propagate the generated error code.
Originally …
|
|
|
@f219eee5
|
14 years |
stefano.sabatini-lala |
Fix style: "if(" -> "if (".
Originally committed as revision 24418 to …
|
|
|
@968570d6
|
14 years |
darkshikari |
Calculate deblock strength per-MB instead of per-row
Gives better …
|
|
|
@d1c58fce
|
14 years |
darkshikari |
Avoid tracking i4x4 modes in P-frames in VP8
As in the previous …
|
|
|