summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move system headers before libavutil headers to work around build issues ondiego2006-12-021-3/+3
* Compile fix since libvo/sub.h include was removed from mplayer.hreimar2006-12-021-0/+1
* Translated section "AUDIO FILTERS"voroshil2006-12-021-275/+286
* Typovoroshil2006-12-021-1/+1
* documented -mpegopts :[va]buf_sizenicodvb2006-12-021-0/+13
* permit to specify the sizes of the decoders' buffersnicodvb2006-12-011-10/+41
* fix mencoder include clash on osxnplourde2006-12-011-2/+2
* Synced with r21395torinthiel2006-12-011-5/+5
* Sync r21425torinthiel2006-12-011-54/+125
* Some fixes for previous commit, 10l for metorinthiel2006-12-011-2/+2
* Reformat examples:torinthiel2006-12-011-26/+41
* Consistent capitalization of table entriestorinthiel2006-12-011-9/+9
* 100l confused FFMIN/FFMAXreimar2006-12-011-1/+1
* Proper fix for last demux_avi commit, stream switching now really shouldreimar2006-12-011-8/+9
* Make sure we do not hang if no streams are availablereimar2006-12-011-2/+6
* Implement stream switching for AVI demuxer.reimar2006-12-011-0/+25
* update for r21415 and r21416henry2006-12-011-0/+24
* Cleanup and fix rectangle size calculation, caused crashes with e.g.reimar2006-12-011-25/+15
* fix incorrect 4:4:4 chroma handling (backport from 0.4.1)henry2006-12-011-1/+1
* ignore invalid values in the sequence display extension (backport from 0.4.1)henry2006-12-011-3/+5
* r21410: document new meaning of dia=1 introduced by lavc r7192voroshil2006-12-011-2/+2
* mark lavc's uneven multi-hexagon search as slow, remove stray '.'gpoirier2006-12-011-1/+1
* Fix a declarations vs statements warning.diego2006-12-011-2/+5
* Fix declarations vs statements warning.diego2006-12-011-4/+6
* document new meaning of dia=-1 introduced by lavc r7192gpoirier2006-12-011-1/+1
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-2/+2
* Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.diego2006-12-011-1/+2
* remove duplicate entrygpoirier2006-12-011-2/+0
* Add libav include paths to CFLAGS without indirection.diego2006-12-015-16/+15
* move reserved_bytes out of packet_footer. this makes all packets uniform.ivo2006-11-301-2/+5
* Use av_int2flt/av_int2dbl to read float values. This is simpler and morereimar2006-11-301-10/+3
* Move initialization of sh_audio/sh_video members to aviheaderreimar2006-11-302-12/+6
* r21398: improve description of lavf's i_certify_that_my_video_stream_does_not...voroshil2006-11-301-1/+4
* r21372: Some punctuation cosmetics and better wordingvoroshil2006-11-304-11/+11
* r21367: If a glyph is not found in the current font, switch to another one.voroshil2006-11-301-1/+5
* fix suggested by Diegogpoirier2006-11-301-1/+1
* improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_f...gpoirier2006-11-301-0/+3
* fix indentation after last commitgpoirier2006-11-301-7/+7
* add more comments to input.conf, patch by compn % tempn A twmi P rr P com %gpoirier2006-11-301-12/+24
* Better wording for previous committorinthiel2006-11-291-3/+3
* Typotorinthiel2006-11-291-1/+1
* add missing r15484henry2006-11-291-0/+14
* Add another FourCC found in the wild, for example:rathann2006-11-291-1/+1
* Remove duplicate OPTFLAGS from CFLAGS.diego2006-11-291-1/+1
* Remove some superfluous include CFLAGS.diego2006-11-294-4/+4
* Explain reason for -I.. in CFLAGS here.diego2006-11-291-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-2936-94/+63
* Fix macro redefinition warning.diego2006-11-291-1/+1
* Remove some of the worst "headers include headers which includereimar2006-11-296-8/+8
* Avoid compiling code using %ah etc. on AMD64, since that will not workreimar2006-11-291-4/+4
* Get rid of stubs.S, move code to inline asm.reimar2006-11-293-20/+21
* Cosmetics: remove unused and commented out add_stub function headerreimar2006-11-291-2/+0
* Some extra checks and safety space for add_stub function.reimar2006-11-291-4/+10
* Change add_stub code to also work without -fomit-frame-pointerreimar2006-11-291-49/+12
* EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.reimar2006-11-291-2/+6
* Add /usr/local/lib and /usr/local/include to the linker/compilerdiego2006-11-291-0/+2
* support for Westwood SND1 audiodiego2006-11-292-0/+8
* `sdl-config --libs` under mingw32 will give -lmingw32, which leads todiego2006-11-291-1/+1
* URL fixdiego2006-11-291-1/+1
* Synced with r21374torinthiel2006-11-291-2/+2
* Fix URL, it has moved.torinthiel2006-11-291-1/+1
* Synced with r21372torinthiel2006-11-291-233/+26
* Some punctuation cosmetics and better wordingtorinthiel2006-11-291-6/+6
* Sync with FFmpeg changes for encoder/decoder registration.aurel2006-11-291-3/+3
* Fix 2 header bugs introduced by nplourde's previous commit:uau2006-11-281-1/+3
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...nplourde2006-11-282-12/+12
* adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc...nplourde2006-11-281-3/+26
* If a glyph is not found in the current font, switch to another one.eugeni2006-11-285-14/+124
* Skip glyphs with char code < 0x20.eugeni2006-11-281-0/+3
* Add FT_Library to ass_font_t.eugeni2006-11-282-0/+2
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyeugeni2006-11-283-9/+9
* Use av_int2dbl to read doubles instead of our somewhat broken le2me_dblreimar2006-11-281-2/+4
* Make me maintainer of demux_nuv since I am the only onereimar2006-11-281-0/+1
* r21306: fix compilation for win32 dll codec support for intel osxvoroshil2006-11-281-1/+15
* Remove long double reading code, long double was never used AFAICT and reimar2006-11-281-9/+0
* r21298: "D" interactive key also works with yadif nowvoroshil2006-11-281-3/+3
* Make MPlayer/MEncoder print the compile-time configuration in verbose mode.diego2006-11-283-0/+10
* Cycling through video tracks works with libavformat as well.diego2006-11-281-1/+1
* Remove #ifdef __OpenBSD__, there is no indication this is needed.diego2006-11-281-1/+1
* support Intel Core 2 and AMD Geode in the processor detection routinesdiego2006-11-281-5/+20
* Generate OBJS from SRCS in a more elegant and less redundant way.diego2006-11-281-5/+2
* cosmetics: Sort SRCS by alphabetical order.diego2006-11-281-20/+13
* Unrecurse VIDIX installation.diego2006-11-282-5/+2
* Unrecurse VIDIX drivers uninstall.diego2006-11-282-4/+2
* Remove one level of indirection on VIDIX install/uninstall.diego2006-11-282-8/+2
* cosmetical reformattingnicodvb2006-11-271-13/+14
* feed the content of NAV_PACKET to the demuxernicodvb2006-11-271-0/+3
* Shorten LIBAV_INC handling.diego2006-11-271-6/+3
* Merge _ld_arch into _ld_extra.diego2006-11-271-12/+10
* cosmetics to ease future patchingdiego2006-11-271-1/+2
* Disable cddb on Darwin at Reimar's request.diego2006-11-271-1/+1
* _ld_sock is already in _ld_extra.diego2006-11-271-1/+1
* Add a config.mak variable for CDDB.diego2006-11-272-3/+3
* Change "p" asm constraints to "g", since "p" was a no longer necessary hack toreimar2006-11-271-2/+2
* Note that ffxandpcm only works with libavformat.diego2006-11-271-0/+1
* Don't include freetype headers in other headers.eugeni2006-11-272-10/+0
* Fix compilation broken in previous commit.eugeni2006-11-272-2/+2
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.eugeni2006-11-273-19/+17
* Cosmetics: reindent.eugeni2006-11-271-9/+9
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.eugeni2006-11-271-0/+10
* help messages:kraymer2006-11-272-3/+27
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-275-26/+37
* insert line break for overly long line (second line indented)kraymer2006-11-271-1/+1
* wrapper.S should be compiled on non-Darwin, non-Windows systems.diego2006-11-271-2/+1
* Initialize font size with 0.eugeni2006-11-271-0/+1
* Remove unused unk_exp1 loader asm codereimar2006-11-272-29/+0
* localization of parser-m*cmd.c messagesptt2006-11-273-9/+20
* Ignore libmpmux.a.diego2006-11-270-0/+0
* Split muxers into a separate library that only MEncoder is linked against.diego2006-11-272-10/+14
* FFmpeg-style dependency declarationdiego2006-11-277-147/+71
* Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.diego2006-11-271-2/+0
* Move common code to mpcommon.mak.diego2006-11-274-21/+5
* Sync with FFmpeg changes for (de)muxer registration.diego2006-11-271-2/+2
* test1 --> testdiego2006-11-270-0/+0
* cosmetics: Merge SRCS together, alphabetical order, whitespace.diego2006-11-271-32/+16
* oops someone forgot obj-c source filenplourde2006-11-271-0/+1
* cosmetics:indentationdiego2006-11-271-37/+37
* Untangle dependencies that are handled by configure.diego2006-11-271-5/+5
* Remove unused LIBAV_INC variable.diego2006-11-271-1/+1
* Remove superfluous dependency declaration on real header files.diego2006-11-271-2/+0
* simplify test targetdiego2006-11-271-2/+2
* Simplify, TARGET_WIN32 is both Cygwin and MinGW.diego2006-11-271-4/+1
* Simplify test program generation.diego2006-11-271-6/+3
* Remove superfluous CFLAGS declaration (is in mpcommon.mak).diego2006-11-271-1/+0
* There are no .s files in mp3lib/, remove the corresponding suffix rule.diego2006-11-271-3/+0
* libac3 was removed ages ago, remove the related test target.diego2006-11-271-3/+0
* .s files don't exist anymore.diego2006-11-271-1/+0
* Synced with r21168torinthiel2006-11-271-1/+2
* fix compilation for win32 dll codec support for intel osxnplourde2006-11-277-16/+43
* Remove unnecessary header indirection.diego2006-11-272-4/+0
* Use standard SRCS2 name for MEncoder sources.diego2006-11-271-15/+14
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-273-21/+9
* 10l: Muxers were not being compiled even when MEncoder was enabled.diego2006-11-271-0/+1
* FFmpeg-style conditional dependency declarationdiego2006-11-271-16/+9
* libmpdemux has no subdirectories.diego2006-11-271-1/+1
* sync w/ 21298gpoirier2006-11-261-2/+2
* "D" interactive key also works with yadif nowgpoirier2006-11-261-1/+1
* Merge duplicate entries.diego2006-11-261-22/+11
* Remove unnecessary variable indirection.diego2006-11-261-13/+9
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-264-16/+5
* rename all *_nom (nominator) to the correct *_num (numerator)ivo2006-11-261-10/+10
* Move fonts-related code to a separate file.eugeni2006-11-266-69/+197
* cosmetics: alphabetical orderdiego2006-11-261-128/+122
* FFmpeg-style conditional dependency declarationdiego2006-11-262-188/+78
* 100l typosdiego2006-11-261-2/+2
* Remove useless variable indirection.diego2006-11-261-2/+1
* cosmetics: Move around some entries for better readability.diego2006-11-261-24/+19
* Do not use many different variables for SRCS.diego2006-11-261-57/+46
* Reorder entries for better readability.diego2006-11-261-40/+30
* Remove unused include variable.diego2006-11-261-1/+0
* Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value sincereimar2006-11-261-2/+2
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).eugeni2006-11-263-38/+33
* Move ass_font_t to header.eugeni2006-11-262-8/+7
* Rename:eugeni2006-11-263-33/+33
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXuau2006-11-261-2/+4
* Move #include <QuickTime/ImageCodec.h> before internal headersuau2006-11-261-6/+7
* Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,reimar2006-11-261-9/+9
* Rename config.h --> debug.h and include config.h explicitly.diego2006-11-267-2/+6
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...uau2006-11-261-1/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-2620-513/+78
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.uau2006-11-261-4/+4
* Add explicit dependency information for libosd.a, this fixes MEncoder-onlydiego2006-11-261-1/+5
* Remove config.h, there are multiple files under that name, inviting bugs anddiego2006-11-261-16/+0
* sync w/ r21255 (improved deadzone desc.)gpoirier2006-11-261-1/+12
* -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.creimar2006-11-261-0/+2
* Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.reimar2006-11-261-0/+3
* Adjust icon path since windres is now called from osdep subdirreimar2006-11-261-1/+1
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.reimar2006-11-261-1/+1
* le2me_32 is no longer a macro on PPC, and in general does not have toreimar2006-11-261-16/+7
* Revert r21251 (moving loader/config.h contents to main config.h).uau2006-11-262-10/+9
* Remove useless fd parameter for mmap_anonreimar2006-11-265-21/+7
* Simplify, remove useless indirection.diego2006-11-261-4/+3
* Fix loader code: closed .dll file handles when it should notreimar2006-11-261-2/+2
* r21186: Remove "OSD only" tags; those options always exist.voroshil2006-11-261-9/+19
* open /dev/zero left over from mmap_anon patchreimar2006-11-261-5/+0
* Useless use of strstr, strchr is good enough.reimar2006-11-261-1/+1
* Check the log level before processing the messagehenry2006-11-261-7/+9
* match exactly card number N specified, rather than the N-th actually usablenicodvb2006-11-261-3/+12
* Set _win32codecsdir fallback also with --enable-win32reimar2006-11-261-1/+1
* typo in deadzone_interlorenm2006-11-261-1/+1
*