|
|
|
@304ba23a
|
17 years |
stefano.sabatini-lala |
Print the program_name rather than always "FFmpeg" when showing the …
|
|
|
@bc314472
|
17 years |
astrange |
Make the function prototype visible to comply with C99 inline.
Fixes …
|
|
|
@5cfdfd8a
|
17 years |
pross |
increment minor version for commit r14110 (Electronic Arts CMV …
|
|
|
@e98750c3
|
17 years |
michaelni |
float_to_int16_sse2()
20% faster than sse
Originally committed as …
|
|
|
@4e999ebe
|
17 years |
michaelni |
indent
Originally committed as revision 14137 to …
|
|
|
@385b19df
|
17 years |
michaelni |
Allow setting codecs through preset files
Originally committed as …
|
|
|
@7445f9cc
|
17 years |
michaelni |
fix IPCM_decode_error.h264
Originally committed as revision 14135 to …
|
|
|
@8dbee653
|
17 years |
michaelni |
Fix the av_set_string() free / alloc issue.
Originally committed as …
|
|
|
@cdb5af79
|
17 years |
michaelni |
indent
Originally committed as revision 14133 to …
|
|
|
@7efeb73a
|
17 years |
michaelni |
10000l for myself, my last change was incomplete.
This one also …
|
|
|
@72e043dd
|
17 years |
takis.issaris |
One-bit bitfields should probably be unsigned. Unfortunately, it is …
|
|
|
@d921f03f
|
17 years |
diego |
Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps …
|
|
|
@716e7c0f
|
17 years |
diego |
Remove wrong casts from vector declarations, this would cause errors …
|
|
|
@76ec3939
|
17 years |
diego |
Ignore case when sorting.
Originally committed as revision 14128 to …
|
|
|
@16f76f6e
|
17 years |
diego |
List QuickTime container as MOV/QuickTime.
Originally committed as …
|
|
|
@326e025f
|
17 years |
diego |
Remove redundant Macromedia Flash entry in supported formats list.
…
|
|
|
@bac4c85c
|
17 years |
diego |
format name cosmetics, spelling cosmetics
Originally committed as …
|
|
|
@16d81b27
|
17 years |
diego |
Sort and prettyprint audio codecs table.
Originally committed as …
|
|
|
@d66d8b83
|
17 years |
diego |
Sort and prettyprint video codecs table.
Originally committed as …
|
|
|
@c6b2dc34
|
17 years |
diego |
Sort and prettyprint the file formats table.
Originally committed as …
|
|
|
@0c18fe37
|
17 years |
diego |
Remove file extension from some formats, it's never mentioned …
|
|
|
@159f799d
|
17 years |
diego |
liba52 is not always used for AC-3 decoding.
Originally committed as …
|
|
|
@3d172fb5
|
17 years |
diego |
Sort image formats table.
Originally committed as revision 14119 to …
|
|
|
@6d77d9ac
|
17 years |
michaelni |
Set cur_dts to 0 only during creating new streams and not every time …
|
|
|
@69cec4e3
|
17 years |
diego |
WMV8 is fully supported now.
Originally committed as revision 14117 …
|
|
|
@a590faeb
|
17 years |
diego |
spelling cosmetics and format name fixes
Originally committed as …
|
|
|
@38b5b28e
|
17 years |
diego |
liba52 is no longer necessary for AC-3 decoding.
Originally committed …
|
|
|
@0a91f4ee
|
17 years |
diego |
spelling cosmetics
Originally committed as revision 14114 to …
|
|
|
@6ef82274
|
17 years |
pross |
Electronic Arts CMV latent dox entry
Originally committed as revision …
|
|
|
@e1c74782
|
17 years |
pross |
Electronic Arts CMV latent changelog entry
Originally committed as …
|
|
|
@b2f181c
|
17 years |
pross |
Electronic Arts CMV demuxer
Originally committed as revision 14111 to …
|
|
|
@495900f7
|
17 years |
pross |
Electronic Arts CMV decoder
Originally committed as revision 14110 to …
|
|
|
@60f451b6
|
17 years |
pross |
Remove AVPaletteControl from ALG MM demuxer/decoder
Originally …
|
|
|
@1835cda6
|
17 years |
benoit.fouet |
Make LOAD4/STORE4 macros more generic.
Patch by Victor Pollex victor …
|
|
|
@f6f84839
|
17 years |
lucabe72 |
Remove outdated comment
Originally committed as revision 14107 to …
|
|
|
@265fcccc
|
17 years |
stefano.sabatini-lala |
Print libavformat version in outgoing SDPs.
Originally committed as …
|
|
|
@46d1ff83
|
17 years |
Aurélien Jacobs |
correct path in *-uninstalled.pc
Originally committed as revision …
|
|
|
@35ee72b1
|
17 years |
michaelni |
1 c-asm loop less and 1x unroll of float_to_int16_sse()
25% faster
…
|
|
|
@560fa9bf
|
17 years |
michaelni |
Fix x86-64
Originally committed as revision 14103 to …
|
|
|
@63b737d4
|
17 years |
michaelni |
dont use C-asm loops and unroll once float_to_int16_3dnow()
30% faster …
|
|
|
@00496302
|
17 years |
Reimar.Doeffinger |
10l, fix nuv_header for the case when there is no video stream.
…
|
|
|
@76d32428
|
17 years |
diego |
Alphabetically order AVInputFormat/AVOutputFormat declarations.
…
|
|
|
@900eb63d
|
17 years |
diego |
Add a note to remind people to add new raw formats to the Makefile.
…
|
|
|
@0c7b4823
|
17 years |
diego |
Add missing dependency declaration for raw Dirac demuxer.
Originally …
|
|
|
@ac1ea66e
|
17 years |
diego |
spelling cosmetics in PCM codec long names
Originally committed as …
|
|
|
@7769875d
|
17 years |
banan |
redundant assignment found by Clang
Originally committed as revision …
|
|
|
@92b2bc59
|
17 years |
Aurélien Jacobs |
add some missing dependencies
Originally committed as revision 14095 …
|
|
|
@5be30c59
|
17 years |
vitor1001 |
Simplify: glob->phase is always == 3
Originally committed as revision …
|
|
|
@f27f0fc3
|
17 years |
vitor1001 |
Cosmetics: reindent tables
Originally committed as revision 14093 to …
|
|
|
@f8034954
|
17 years |
vitor1001 |
Remove phasep context var, it is just phase*5
Originally committed as …
|
|
|
@eb73742d
|
17 years |
vitor1001 |
Slighly faster operation
Originally committed as revision 14091 to …
|
|
|
@0bbab567
|
17 years |
vitor1001 |
Typo in a comment: s/two avoid/to avoid/
Originally committed as …
|
|
|
@8edfd151
|
17 years |
vitor1001 |
Cosmetics: remove braces
Originally committed as revision 14089 to …
|
|
|
@a5f0f504
|
17 years |
vitor1001 |
Another use of scalar_product_float()
Originally committed as …
|
|
|
@a03a6db1
|
17 years |
vitor1001 |
Do not reimplement memmove()
Originally committed as revision 14087 …
|
|
|
@7bd2f502
|
17 years |
diego |
Remove context fields which can be used as simple local variables. …
|
|
|
@ca3ed63e
|
17 years |
diego |
Remove inaccurate computation of pts for audio packets and rely on …
|
|
|
@ce83d48b
|
17 years |
diego |
Remove av_cold attribute on decode_frame and add it to decode_end
to …
|
|
|
@ed76af08
|
17 years |
stefano.sabatini-lala |
Document av_find_opt().
Originally committed as revision 14083 to …
|
|
|
@7246d631
|
17 years |
kostya.shishkov |
Altivec implementation of APE vector functions
Originally committed …
|
|
|
@88c0536a
|
17 years |
kostya.shishkov |
Add several vector functions used by Monkey's Audio decoder to dsputil …
|
|
|
@fcc402b1
|
17 years |
lu_zero |
Remove ASSERT() macro. SoC Patch from Keiji Costantini
Originally …
|
|
|
@bc5a0444
|
17 years |
lu_zero |
Reindent. SoC Patch from Keiji Costantini
Originally committed as …
|
|
|
@2d35ae56
|
17 years |
lu_zero |
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji …
|
|
|
@647b90ae
|
17 years |
vitor1001 |
Cosmetics: remove braces
Originally committed as revision 14080 to …
|
|
|
@7a64649d
|
17 years |
vitor1001 |
Create a function for float dot product instead of duplicating all …
|
|
|
@a4ce7248
|
17 years |
diego |
Add correct header #include to fix 'make checkheaders'.
Originally …
|
|
|
@0e74e1ff
|
17 years |
diego |
Add required stdint.h header #include.
Originally committed as …
|
|
|
@9906a2be
|
17 years |
diego |
spelling cosmetics
Originally committed as revision 14076 to …
|
|
|
@f67c1f4
|
17 years |
kostya.shishkov |
Cosmetics: align
Originally committed as revision 14075 to …
|
|
|
@c5e46a0
|
17 years |
kostya.shishkov |
Move MLP/TrueHD from video to audio codecs section.
Originally …
|
|
|
@d7bd0b3d
|
17 years |
diego |
Only define AltiVec vector syntax macro when AltiVec is enabled.
patch …
|
|
|
@bbdfa06d
|
17 years |
diego |
Add a note to remind people that new PCM/ADPCM formats need to be …
|
|
|
@f1e3c936
|
17 years |
diego |
Remove unused variable, fixes the warning: …
|
|
|
@03289958
|
17 years |
michaelni |
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect …
|
|
|
@d5ae4584
|
17 years |
michaelni |
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by …
|
|
|
@6f1e7a9e
|
17 years |
vitor1001 |
Write for loops in a more standard way. In my opinion, they are much …
|
|
|
@b517af05
|
17 years |
ramiro.polla |
MLP/TrueHD decoder.
Originally committed as revision 14067 to …
|
|
|
@69c23e6f
|
17 years |
vitor1001 |
Move vars declaration to inner loop when possible
Originally …
|
|
|
@12ea267b
|
17 years |
vitor1001 |
Simplify
Originally committed as revision 14065 to …
|
|
|
@8a322796
|
17 years |
diego |
spelling/grammar/wording overhaul
Originally committed as revision …
|
|
|
@4bdc44c
|
17 years |
diego |
whitespace cosmetics
Originally committed as revision 27188 to …
|
|
|
@7a4d5e1
|
17 years |
diego |
Place license header at the top of the file for consistency.
…
|
|
|
@15d6e361
|
17 years |
diego |
spelling cosmetics
Originally committed as revision 14064 to …
|
|
|
@ab52eb8
|
17 years |
vitor1001 |
Remove unneeded var
Originally committed as revision 14063 to …
|
|
|
@78043397
|
17 years |
vitor1001 |
Use a matrix instead of a vector
Originally committed as revision …
|
|
|
@a429946
|
17 years |
vitor1001 |
Reindent table
Originally committed as revision 14061 to …
|
|
|
@1e2802c5
|
17 years |
rsbultje |
Reindent after r14059, see "[PATCH] allow empty params for …
|
|
|
@e145ce20
|
17 years |
rsbultje |
Allow NULL for read_header in AVInputFormat. See discussion in …
|
|
|
@4f0689b
|
17 years |
michaelni |
We do not only calculate it but we also return it.
Originally …
|
|
|
@2de74f5a
|
17 years |
michaelni |
More correct comment.
Originally committed as revision 14057 to …
|
|
|
@2b150e9a
|
17 years |
michaelni |
make sum_of_squares() more generic
Originally committed as revision …
|
|
|
@58cc7dd9
|
17 years |
astrange |
Cosmetics: split a long line.
Originally committed as revision 14055 …
|
|
|
@92ed1ec9
|
17 years |
astrange |
Use get_cabac_bypass_sign instead of an if/else.
Originally committed …
|
|
|
@142ee5d7
|
17 years |
astrange |
Reorder the if/else for residual cats to match gcc's branch …
|
|
|
@47775cb8
|
17 years |
astrange |
Simplify loop condition for readability.
Originally committed as …
|
|
|
@9f734c3b
|
17 years |
astrange |
Reindent.
Originally committed as revision 14051 to …
|
|
|
@9588ec34
|
17 years |
astrange |
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch …
|
|
|
@2e254bc5
|
17 years |
astrange |
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. …
|
|
|
@fedec603
|
17 years |
astrange |
Don't test for H264 encoding unless an encoder exists.
Originally …
|
|
|