2006-12-01 |
torinthiel |
Synced with r21395
|
2006-12-01 |
torinthiel |
Sync r21425
|
2006-12-01 |
torinthiel |
Some fixes for previous commit, 10l for me
|
2006-12-01 |
torinthiel |
Reformat examples:
|
2006-12-01 |
torinthiel |
Consistent capitalization of table entries
|
2006-12-01 |
reimar |
100l confused FFMIN/FFMAX
|
2006-12-01 |
reimar |
Proper fix for last demux_avi commit, stream switching now really should
|
2006-12-01 |
reimar |
Make sure we do not hang if no streams are available
|
2006-12-01 |
reimar |
Implement stream switching for AVI demuxer.
|
2006-12-01 |
henry |
update for r21415 and r21416
|
2006-12-01 |
reimar |
Cleanup and fix rectangle size calculation, caused crashes with e.g.
|
2006-12-01 |
henry |
fix incorrect 4:4:4 chroma handling (backport from 0.4.1)
|
2006-12-01 |
henry |
ignore invalid values in the sequence display extension (backport from 0.4.1)
|
2006-12-01 |
voroshil |
r21410: document new meaning of dia=1 introduced by lavc r7192
|
2006-12-01 |
gpoirier |
mark lavc's uneven multi-hexagon search as slow, remove stray '.'
|
2006-12-01 |
diego |
Fix a declarations vs statements warning.
|
2006-12-01 |
diego |
Fix declarations vs statements warning.
|
2006-12-01 |
gpoirier |
document new meaning of dia=-1 introduced by lavc r7192
|
2006-12-01 |
diego |
Add libav include paths to CFLAGS without indirection.
|
2006-12-01 |
diego |
Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
|
2006-12-01 |
gpoirier |
remove duplicate entry
|
2006-12-01 |
diego |
Add libav include paths to CFLAGS without indirection.
|
2006-11-30 |
ivo |
move reserved_bytes out of packet_footer. this makes all packets uniform.
|
2006-11-30 |
reimar |
Use av_int2flt/av_int2dbl to read float values. This is simpler and more
|
2006-11-30 |
reimar |
Move initialization of sh_audio/sh_video members to aviheader
|
2006-11-30 |
voroshil |
r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
|
2006-11-30 |
voroshil |
r21372: Some punctuation cosmetics and better wording
|
2006-11-30 |
voroshil |
r21367: If a glyph is not found in the current font, switch to another one.
|
2006-11-30 |
gpoirier |
fix suggested by Diego
|
2006-11-30 |
gpoirier |
improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
|
2006-11-30 |
gpoirier |
fix indentation after last commit
|
2006-11-30 |
gpoirier |
add more comments to input.conf, patch by compn % tempn A twmi P rr P com %
|
2006-11-29 |
torinthiel |
Better wording for previous commit
|
2006-11-29 |
torinthiel |
Typo
|
2006-11-29 |
henry |
add missing r15484
|
2006-11-29 |
rathann |
Add another FourCC found in the wild, for example:
|
2006-11-29 |
diego |
Remove duplicate OPTFLAGS from CFLAGS.
|
2006-11-29 |
diego |
Remove some superfluous include CFLAGS.
|
2006-11-29 |
diego |
Explain reason for -I.. in CFLAGS here.
|
2006-11-29 |
diego |
Remove bswap.h, use libavutil/bswap.h instead.
|
2006-11-29 |
diego |
Fix macro redefinition warning.
|
2006-11-29 |
reimar |
Remove some of the worst "headers include headers which include
|
2006-11-29 |
reimar |
Avoid compiling code using %ah etc. on AMD64, since that will not work
|
2006-11-29 |
reimar |
Get rid of stubs.S, move code to inline asm.
|
2006-11-29 |
reimar |
Cosmetics: remove unused and commented out add_stub function header
|
2006-11-29 |
reimar |
Some extra checks and safety space for add_stub function.
|
2006-11-29 |
reimar |
Change add_stub code to also work without -fomit-frame-pointer
|
2006-11-29 |
reimar |
EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.
|
2006-11-29 |
diego |
Add /usr/local/lib and /usr/local/include to the linker/compiler
|
2006-11-29 |
diego |
support for Westwood SND1 audio
|
2006-11-29 |
diego |
`sdl-config --libs` under mingw32 will give -lmingw32, which leads to
|
2006-11-29 |
diego |
URL fix
|
2006-11-29 |
torinthiel |
Synced with r21374
|
2006-11-29 |
torinthiel |
Fix URL, it has moved.
|
2006-11-29 |
torinthiel |
Synced with r21372
|
2006-11-29 |
torinthiel |
Some punctuation cosmetics and better wording
|
2006-11-29 |
aurel |
Sync with FFmpeg changes for encoder/decoder registration.
|
2006-11-28 |
uau |
Fix 2 header bugs introduced by nplourde's previous commit:
|
2006-11-28 |
nplourde |
reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
|
2006-11-28 |
nplourde |
adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patcg by Crhis Roccati<roccati@pobox.com>
|
2006-11-28 |
eugeni |
If a glyph is not found in the current font, switch to another one.
|
2006-11-28 |
eugeni |
Skip glyphs with char code < 0x20.
|
2006-11-28 |
eugeni |
Add FT_Library to ass_font_t.
|
2006-11-28 |
eugeni |
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
|
2006-11-28 |
reimar |
Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl
|
2006-11-28 |
reimar |
Make me maintainer of demux_nuv since I am the only one
|
2006-11-28 |
voroshil |
r21306: fix compilation for win32 dll codec support for intel osx
|
2006-11-28 |
reimar |
Remove long double reading code, long double was never used AFAICT and
|
2006-11-28 |
voroshil |
r21298: "D" interactive key also works with yadif now
|
2006-11-28 |
diego |
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
|
2006-11-28 |
diego |
Cycling through video tracks works with libavformat as well.
|
2006-11-28 |
diego |
Remove #ifdef __OpenBSD__, there is no indication this is needed.
|
2006-11-28 |
diego |
support Intel Core 2 and AMD Geode in the processor detection routines
|
2006-11-28 |
diego |
Generate OBJS from SRCS in a more elegant and less redundant way.
|
2006-11-28 |
diego |
cosmetics: Sort SRCS by alphabetical order.
|
2006-11-28 |
diego |
Unrecurse VIDIX installation.
|
2006-11-28 |
diego |
Unrecurse VIDIX drivers uninstall.
|
2006-11-28 |
diego |
Remove one level of indirection on VIDIX install/uninstall.
|
2006-11-27 |
nicodvb |
cosmetical reformatting
|
2006-11-27 |
nicodvb |
feed the content of NAV_PACKET to the demuxer
|
2006-11-27 |
diego |
Shorten LIBAV_INC handling.
|
2006-11-27 |
diego |
Merge _ld_arch into _ld_extra.
|
2006-11-27 |
diego |
cosmetics to ease future patching
|
2006-11-27 |
diego |
Disable cddb on Darwin at Reimar's request.
|
2006-11-27 |
diego |
_ld_sock is already in _ld_extra.
|
2006-11-27 |
diego |
Add a config.mak variable for CDDB.
|
2006-11-27 |
reimar |
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
|
2006-11-27 |
diego |
Note that ffxandpcm only works with libavformat.
|
2006-11-27 |
eugeni |
Don't include freetype headers in other headers.
|
2006-11-27 |
eugeni |
Fix compilation broken in previous commit.
|
2006-11-27 |
eugeni |
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
|
2006-11-27 |
eugeni |
Cosmetics: reindent.
|
2006-11-27 |
eugeni |
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
|
2006-11-27 |
kraymer |
help messages:
|
2006-11-27 |
eugeni |
Move ass_font_t allocation to ass_font.h.
|
2006-11-27 |
kraymer |
insert line break for overly long line (second line indented)
|
2006-11-27 |
diego |
wrapper.S should be compiled on non-Darwin, non-Windows systems.
|
2006-11-27 |
eugeni |
Initialize font size with 0.
|
2006-11-27 |
reimar |
Remove unused unk_exp1 loader asm code
|
2006-11-27 |
ptt |
localization of parser-m*cmd.c messages
|
2006-11-27 |
diego |
Ignore libmpmux.a.
|
2006-11-27 |
diego |
Split muxers into a separate library that only MEncoder is linked against.
|
2006-11-27 |
diego |
FFmpeg-style dependency declaration
|
2006-11-27 |
diego |
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
|
2006-11-27 |
diego |
Move common code to mpcommon.mak.
|
2006-11-27 |
diego |
Sync with FFmpeg changes for (de)muxer registration.
|
2006-11-27 |
diego |
test1 --> test
|
2006-11-27 |
diego |
cosmetics: Merge SRCS together, alphabetical order, whitespace.
|
2006-11-27 |
nplourde |
oops someone forgot obj-c source file
|
2006-11-27 |
diego |
cosmetics:indentation
|
2006-11-27 |
diego |
Untangle dependencies that are handled by configure.
|
2006-11-27 |
diego |
Remove unused LIBAV_INC variable.
|