aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Add FT_Library to ass_font_t.Gravatar eugeni2006-11-28
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyGravatar eugeni2006-11-28
* Use av_int2dbl to read doubles instead of our somewhat broken le2me_dblGravatar reimar2006-11-28
* Make me maintainer of demux_nuv since I am the only oneGravatar reimar2006-11-28
* r21306: fix compilation for win32 dll codec support for intel osxGravatar voroshil2006-11-28
* Remove long double reading code, long double was never used AFAICT and Gravatar reimar2006-11-28
* r21298: "D" interactive key also works with yadif nowGravatar voroshil2006-11-28
* Make MPlayer/MEncoder print the compile-time configuration in verbose mode.Gravatar diego2006-11-28
* Cycling through video tracks works with libavformat as well.Gravatar diego2006-11-28
* Remove #ifdef __OpenBSD__, there is no indication this is needed.Gravatar diego2006-11-28
* support Intel Core 2 and AMD Geode in the processor detection routinesGravatar diego2006-11-28
* Generate OBJS from SRCS in a more elegant and less redundant way.Gravatar diego2006-11-28
* cosmetics: Sort SRCS by alphabetical order.Gravatar diego2006-11-28
* Unrecurse VIDIX installation.Gravatar diego2006-11-28
* Unrecurse VIDIX drivers uninstall.Gravatar diego2006-11-28
* Remove one level of indirection on VIDIX install/uninstall.Gravatar diego2006-11-28
* cosmetical reformattingGravatar nicodvb2006-11-27
* feed the content of NAV_PACKET to the demuxerGravatar nicodvb2006-11-27
* Shorten LIBAV_INC handling.Gravatar diego2006-11-27
* Merge _ld_arch into _ld_extra.Gravatar diego2006-11-27
* cosmetics to ease future patchingGravatar diego2006-11-27
* Disable cddb on Darwin at Reimar's request.Gravatar diego2006-11-27
* _ld_sock is already in _ld_extra.Gravatar diego2006-11-27
* Add a config.mak variable for CDDB.Gravatar diego2006-11-27
* Change "p" asm constraints to "g", since "p" was a no longer necessary hack toGravatar reimar2006-11-27
* Note that ffxandpcm only works with libavformat.Gravatar diego2006-11-27
* Don't include freetype headers in other headers.Gravatar eugeni2006-11-27
* Fix compilation broken in previous commit.Gravatar eugeni2006-11-27
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.Gravatar eugeni2006-11-27
* Cosmetics: reindent.Gravatar eugeni2006-11-27
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.Gravatar eugeni2006-11-27
* help messages:Gravatar kraymer2006-11-27
* Move ass_font_t allocation to ass_font.h.Gravatar eugeni2006-11-27
* insert line break for overly long line (second line indented)Gravatar kraymer2006-11-27
* wrapper.S should be compiled on non-Darwin, non-Windows systems.Gravatar diego2006-11-27
* Initialize font size with 0.Gravatar eugeni2006-11-27
* Remove unused unk_exp1 loader asm codeGravatar reimar2006-11-27
* localization of parser-m*cmd.c messagesGravatar ptt2006-11-27
* Ignore libmpmux.a.Gravatar diego2006-11-27
* Split muxers into a separate library that only MEncoder is linked against.Gravatar diego2006-11-27
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.Gravatar diego2006-11-27
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* Sync with FFmpeg changes for (de)muxer registration.Gravatar diego2006-11-27
* test1 --> testGravatar diego2006-11-27
* cosmetics: Merge SRCS together, alphabetical order, whitespace.Gravatar diego2006-11-27
* oops someone forgot obj-c source fileGravatar nplourde2006-11-27
* cosmetics:indentationGravatar diego2006-11-27
* Untangle dependencies that are handled by configure.Gravatar diego2006-11-27
* Remove unused LIBAV_INC variable.Gravatar diego2006-11-27