|
|
|
@b34130ae
|
17 years |
michaelni |
fix "uninitalized" warning, the alternative way.
I hope this is valid …
|
|
|
@961c25b
|
17 years |
baptiste.coudurier |
revert r11677, it is considered speed critical
Originally committed …
|
|
|
@89438028
|
17 years |
baptiste.coudurier |
add parenthesis, fix warning: snow.c:2413: warning: suggest …
|
|
|
@f0a70840
|
17 years |
baptiste.coudurier |
Add const qualifier, fix warnings:
snow.c:2292: warning: assignment …
|
|
|
@4a9dfdc1
|
17 years |
baptiste.coudurier |
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest …
|
|
|
@d7742a7
|
17 years |
baptiste.coudurier |
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: …
|
|
|
@febc8fad
|
17 years |
baptiste.coudurier |
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be …
|
|
|
@87be0d1
|
17 years |
baptiste.coudurier |
add parenthesis, fix warning: mpegenc.c:303: warning: suggest …
|
|
|
@3dc761a4
|
17 years |
baptiste.coudurier |
typo, also fix warning: asf.c:90: warning: passing argument 2 of …
|
|
|
@1710856c
|
17 years |
andreas |
Fix the following warnings:
h264.c:2093: warning: unused variable 's' …
|
|
|
@774c8477
|
17 years |
baptiste.coudurier |
cast to correct type, fix warning: apedec.c:859: warning: passing …
|
|
|
@d83085cd
|
17 years |
baptiste.coudurier |
fix indentation
Originally committed as revision 11678 to …
|
|
|
@3fbe36d4
|
17 years |
baptiste.coudurier |
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be …
|
|
|
@7f4d2d83
|
17 years |
baptiste.coudurier |
cast to dest type, fix warning: 4xm.c:304: warning: initialization …
|
|
|
@e151e27
|
17 years |
baptiste.coudurier |
cast to dest type, fix warning imgconvert.c:1958: warning: assignment …
|
|
|
@29e15adc
|
17 years |
baptiste.coudurier |
add const, fix warning: cook.c:276: warning: passing argument 2 of …
|
|
|
@066e0cc
|
17 years |
baptiste.coudurier |
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: …
|
|
|
@afa47789
|
17 years |
baptiste.coudurier |
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: …
|
|
|
@f5655f2a
|
17 years |
mans |
remove duplicate, disabled nut regression test
Originally committed …
|
|
|
@2722e362
|
17 years |
Reimar.Doeffinger |
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST …
|
|
|
@2b858d0b
|
17 years |
Reimar.Doeffinger |
Simplify: use DECLARE_ASM_CONST
Originally committed as revision …
|
|
|
@4ad08acc
|
17 years |
baptiste.coudurier |
use context in av_log
Originally committed as revision 11668 to …
|
|
|
@c8134d71
|
17 years |
baptiste.coudurier |
warning is only valid for mov
Originally committed as revision 11667 …
|
|
|
@7ead693b
|
17 years |
diego |
Do not print an (L)GPL license statement when nonfree parts have been …
|
|
|
@59abc29e
|
17 years |
michaelni |
fixing warning
md5.c:150: warning: passing argument 2 of …
|
|
|
@76de4ea6
|
17 years |
diego |
Print the name of the regression test that was run after finishing the …
|
|
|
@eb3ba13b
|
17 years |
Reimar.Doeffinger |
Support MP4 subtitles as in …
|
|
|
@5802683a
|
17 years |
Reimar.Doeffinger |
Make some assembler constants global instead of declaring them …
|
|
|
@d6773f5
|
17 years |
diego |
Pass argc and argv to the main function of the SDL tests.
This appears …
|
|
|
@eda178d2
|
17 years |
kostya.shishkov |
SMPTE 421 Annex L format demuxer
Originally committed as revision …
|
|
|
@a8fa959a
|
17 years |
mans |
rename dv50 regression test output file to dv50.dv
Originally …
|
|
|
@234c6ed7
|
17 years |
Reimar.Doeffinger |
Add bitstream filter to convert between mov and plain text subtitles
…
|
|
|
@e1cc8339
|
17 years |
Reimar.Doeffinger |
Add sbsf option for subtitle bitstream filter
Originally committed as …
|
|
|
@79db7ac
|
17 years |
heydowns |
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being …
|
|
|
@0b98a7b3
|
17 years |
baptiste.coudurier |
cosmetics, split long lines, remove useless braces, merge comments and …
|
|
|
@506e4bb8
|
17 years |
baptiste.coudurier |
cosmetics, vertically align
Originally committed as revision 11655 to …
|
|
|
@dd670de
|
17 years |
benoit.fouet |
Remove integer.h inclusion.
Originally committed as revision 11654 to …
|
|
|
@bbe0524
|
17 years |
baptiste.coudurier |
spoke too fast, fix dv fourcc in mov accordingly if strict
Originally …
|
|
|
@ea1664e3
|
17 years |
baptiste.coudurier |
finally set codec tags for mov/mp4/3gp muxers, this should not break …
|
|
|
@d97f2144
|
17 years |
baptiste.coudurier |
indentation
Originally committed as revision 11651 to …
|
|
|
@a23c9c4a
|
17 years |
baptiste.coudurier |
correctly and only set standard stsd fourcc for mp4/3gp
Originally …
|
|
|
@d334c7c2
|
17 years |
Reimar.Doeffinger |
Use DECLARE_ASM_CONST where possible in libswscale code
Originally …
|
|
|
@d0c0a29b
|
17 years |
baptiste.coudurier |
write esds atom when mpeg-4 systems tags are used
Originally …
|
|
|
@efc9e44d
|
17 years |
baptiste.coudurier |
reorder object types id by muxing preference
Originally committed as …
|
|
|
@2c2f58c0
|
17 years |
baptiste.coudurier |
document tag field
Originally committed as revision 11647 to …
|
|
|
@b15136b7
|
17 years |
diego |
seektest depends on both codectest and libavtest.
Originally …
|
|
|
@bca9e0bc
|
17 years |
diego |
Move common test program infrastructure to common.mak.
Originally …
|
|
|
@fe34942e
|
17 years |
diego |
Move some lines in preparation for an upcoming commit.
Originally …
|
|
|
@4942a0e8
|
17 years |
diego |
Add Makefile rules for test programs.
Originally committed as …
|
|
|
@cff7ccdd
|
17 years |
diego |
Do not install integer.h, it is not part of the public API.
…
|
|
|
@766324f
|
17 years |
Reimar.Doeffinger |
Add and use DECLARE_ASM_CONST for constants used in assembler code. …
|
|
|
@038f0f9b
|
17 years |
Reimar.Doeffinger |
Use DECLARE_ALIGNED in yet another place
Originally committed as …
|
|
|
@6a1a2fa0
|
17 years |
Reimar.Doeffinger |
Use DECLARE_ALIGNED and remove unneeded attribute_used
Originally …
|
|
|
@cc8c2c6a
|
17 years |
Reimar.Doeffinger |
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in …
|
|
|
@cf6cb7c5
|
17 years |
diego |
typo
Originally committed as revision 11637 to …
|
|
|
@eba6ba4a
|
17 years |
diego |
Add $(EXESUF) where necessary.
Originally committed as revision 11636 …
|
|
|
@f8d7c9d3
|
17 years |
Aurélien Jacobs |
Add support for Matroska attachments.
patch by eugeni _dot_ stepanov …
|
|
|
@20963a71
|
17 years |
mans |
whitespace cosmetics
Originally committed as revision 11634 to …
|
|
|
@a11f43a
|
17 years |
mans |
remove some ifeq ($(CONFIG_FOO),yes)
Originally committed as revision …
|
|
|
@1260eb4a
|
17 years |
diego |
whitespace and sorting cosmetics
Originally committed as revision …
|
|
|
@f98869bc
|
17 years |
diego |
Add generic rule for all tests.
Originally committed as revision …
|
|
|
@27215c6b
|
17 years |
Reimar.Doeffinger |
Use DECLARE_ALIGNED
Originally committed as revision 11630 to …
|
|
|
@d761f08
|
17 years |
gpoirier |
fix indentation that was messed up by r11628
Originally committed as …
|
|
|
@13686bc2
|
17 years |
gpoirier |
fix lowres decoding support on ARM CPUs
Original thread:
date: Jan 27, …
|
|
|
@cc8d87b7
|
17 years |
michaelni |
Set subtitle codec id correctly, i hope this does not break anything.
…
|
|
|
@e73e3a92
|
17 years |
michaelni |
Add non standard id needed for dvd subtitles.
Originally committed as …
|
|
|
@7dfc1fde
|
17 years |
Reimar.Doeffinger |
Extract the pure plaintext from mov text subtitles.
Formatting …
|
|
|
@1e3c930
|
17 years |
michaelni |
Set correct codec type and id for text subtitles.
fixes …
|
|
|
@41e19673
|
17 years |
michaelni |
indent
Originally committed as revision 11623 to …
|
|
|
@ee6e2dbe
|
17 years |
michaelni |
Only export packets which belong to the existing AVStream.
To export …
|
|
|
@0bc4728e
|
17 years |
michaelni |
Select non jpeg if there are multiple substreams.
Originally …
|
|
|
@1521c500
|
17 years |
diego |
Merge rules for tools/* into a generic rule.
Originally committed as …
|
|
|
@2b258bba
|
17 years |
diego |
Properly remove tools on clean.
Originally committed as revision …
|
|
|
@afc9aee2
|
17 years |
diego |
Add -pthread to extralibs and not to ldflags so that the dependency …
|
|
|
@3fe142e2
|
17 years |
diego |
Add a --enable-nonfree command line parameter similar to --enable-gpl. …
|
|
|
@64e13d69
|
17 years |
diego |
Do not group libamr_nb and libamr_wb together as libamr.
Also fixes …
|
|
|
@4f1ab3ce
|
17 years |
diego |
Clarify some FAQ entries.
Originally committed as revision 11615 to …
|
|
|
@d485fed4
|
17 years |
diego |
Split general problems section into general questions and usage.
…
|
|
|
@cbf7878e
|
17 years |
diego |
Update AC-3 FAQ entry.
Originally committed as revision 11613 to …
|
|
|
@067db6a5
|
17 years |
baptiste.coudurier |
comment vorbis objectype id
Originally committed as revision 11612 to …
|
|
|
@4f8dc3b7
|
17 years |
baptiste.coudurier |
this one is not standardized either
Originally committed as revision …
|
|
|
@c63d3668
|
17 years |
baptiste.coudurier |
remove non standard object type ids, if you find samples, report them
…
|
|
|
@7b0dee28
|
17 years |
mans |
clean up dynamic loading of libfaad
Originally committed as revision …
|
|
|
@e2fdba65
|
17 years |
andreas |
Correctly clean up IntraX8Context upon codec close.
patch by Zdenek …
|
|
|
@0f44edaa
|
17 years |
mans |
cosmetic: libfaad.c indentation
Originally committed as revision …
|
|
|
@dbbc5732
|
17 years |
mans |
fix dynamic loading of libfaad 2.6
Originally committed as revision …
|
|
|
@cb077b7a
|
17 years |
michaelni |
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. …
|
|
|
@6bf398a0
|
17 years |
diego |
Add #undef printf and disable non-functional code to make test program …
|
|
|
@51198a87
|
17 years |
michaelni |
Comment to explain how the add/remove core works.
Originally …
|
|
|
@07ad12ec
|
17 years |
diego |
Fix test program compilation: Add missing #include and update the call …
|
|
|
@c46e2874
|
17 years |
diego |
Put some disabled functions that are only used in the test program in …
|
|
|
@79bfd0ef
|
17 years |
diego |
Add #undef random and call the right function to fix test program …
|
|
|
@6a33997
|
17 years |
diego |
Remove unused variables in test code.
Originally committed as …
|
|
|
@07bf0cc9
|
17 years |
mike |
clarify previous revision on optimization justification
Originally …
|
|
|
@ac59e7f4
|
17 years |
mike |
Ministry of English Composition edits
Originally committed as …
|
|
|
@5e123bd3
|
17 years |
michaelni |
Cosmetics to speed up finding sections of interest.
Originally …
|
|
|
@8f738eea
|
17 years |
michaelni |
"What speedup justifies an optimization" section
Originally committed …
|
|
|
@e5b10e31
|
17 years |
diego |
Fix warnings in test code:
eval.c:454: warning: return type defaults …
|
|
|
@1f8e32cd
|
17 years |
diego |
cosmetics: Fix Benoit's ugly formatting.
Originally committed as …
|
|
|
@7f938dd3
|
17 years |
Aurélien Jacobs |
ensure av_rescale_q() can be calculated (won't divide by zero)
…
|
|
|