log

age author description
2007-01-01 rtogni Memleak fix (implement sdpplin_free() and use it)
2007-01-01 rtogni Fix invalid memory access if identifier is unknown
2006-12-31 aurel Comment about lavf required for musepack and remove unneeded format entry.
2006-12-31 nicodvb removed unused variable
2006-12-31 rtogni I've found a mistake in encoding-guide:
2006-12-31 rtogni Fix potential buffer overflow in asm rules matching code
2006-12-31 nicodvb use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
2006-12-31 nicodvb replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;
2006-12-31 nicodvb added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
2006-12-31 michael sort
2006-12-31 rathann Fix build with shared libavutil. Approved by Diego.
2006-12-30 nicodvb reindentation
2006-12-30 iive Fix double free of *http_hdr at server error.
2006-12-29 gpoirier avoid a possible confusion, as suggested by Wanderer
2006-12-29 vayne small oops fix from my last commit
2006-12-29 michael the avi spec does not allow random samplesize whoever wrote this should be shot
2006-12-29 michael dont read index if -noidx
2006-12-29 michael first step toward amr-nb muxing support
2006-12-29 vayne fix to allow adding multiple files to the playlist with the open file dialog.
2006-12-29 gpoirier sync with r21758
2006-12-29 nicodvb spellfix
2006-12-28 aurel don't compile demux_mpc.c when libmpcdec is disabled
2006-12-28 Gabrov synced with r21612
2006-12-28 vayne remove two unused functions.
2006-12-28 vayne avoid code duplication.
2006-12-28 aurel add support for musepack native decoder from ffmpeg (require -demuxer lavf)
2006-12-27 kraymer file added: Chinese translation for cd-dvd.xml
2006-12-26 Gabrov synced with r21741
2006-12-26 lucabe change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
2006-12-26 lucabe Mark some variables as possibly unused to avoid warnings
2006-12-26 lucabe Add some explicit casts to avoid "assignment from incompatible pointer type"
2006-12-26 lucabe Add some other casts, to remove void pointers arithmetic
2006-12-26 lucabe Add some explicit casts to avoid some warnings
2006-12-26 lucabe Remove some void pointers arithmetic
2006-12-26 Gabrov synced with r21741
2006-12-26 Gabrov synced with r21748
2006-12-26 Gabrov synced with r21612
2006-12-26 Gabrov synced with r21686
2006-12-25 voroshil Translation of menc-feat-telecine sect1 in encoding-guide.xml.
2006-12-25 Gabrov audio.xml & bugreports.xml synced with r21764
2006-12-24 voroshil Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml
2006-12-24 voroshil Translation of menc-feat-x264 sect1 in encoding-guide.xml
2006-12-24 voroshil r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
2006-12-24 voroshil r21748: Reformatting round continued
2006-12-24 diego Directly point to the Subversion instructions.
2006-12-24 diego Remove undocumented redundant key bindings.
2006-12-24 diego Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
2006-12-24 diego 100l syntax error
2006-12-24 diego cosmetics: Fix indentation after last commit.
2006-12-24 diego Run less CPU checks when runtime CPU detection is enabled.
2006-12-24 diego Exit when runtime CPU detection is requested on unsupported arches.
2006-12-24 diego Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.
2006-12-23 diego Extend runtime CPU detection to x86-64.
2006-12-23 torinthiel Synced with r21748
2006-12-23 diego Amiga OS 4 support
2006-12-23 diego Amiga OS 4 needs a large sample size.
2006-12-23 torinthiel Reformatting round continued
2006-12-23 nicodvb replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()
2006-12-23 diego Properly fix compilation without code duplication.
2006-12-23 voroshil r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
2006-12-23 torinthiel Mention that you can use different image formats with mf://
2006-12-23 torinthiel Synced with r21741 (or just tag bump)
2006-12-23 torinthiel And <simpara> -> <para> continued, those languages somehow slipped by during
2006-12-23 torinthiel Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
2006-12-23 rik compilation fixes: define always_inline and don't use uint64_t_C
2006-12-23 ods15 Sync to libnut, nom->num
2006-12-23 voroshil r21736: Add <keycombo> barkup for key combinations
2006-12-23 torinthiel Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
2006-12-23 torinthiel Add <keycombo> markup for key combinations
2006-12-23 diego Fix disabling individual demuxers, parsers and decoders
2006-12-23 diego cosmetics: Rename variables to simplify upcoming patches.
2006-12-23 diego Remove x11grab hack, it's now disabled by default in FFmpeg.
2006-12-22 nicodvb smb:// can be used as an output stream
2006-12-22 kraymer sync with r21655, based on a file conversion of help_mp-zh_CN.h
2006-12-22 lucabe Clarify that yuv2rgb_init.c cannot be used under LGPL
2006-12-22 voroshil r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while
2006-12-22 lucabe Remove useless include (not needed now that libswscale uses libavutil)
2006-12-22 voroshil Must refer to option name instead of internal variable
2006-12-22 reynaldo fix correct addressing of user, some gram and ortographical fixes too - only partial
2006-12-22 diego wording and markup improvements
2006-12-22 diego small wording/markup improvements
2006-12-21 kraymer sync of Spanish translation for help_mp-es.h
2006-12-21 lorenm ffv1 and ffvhuff haven't required vstrict=-2 for a while
2006-12-21 nicodvb fix compilation on the most delicious variant of unix (mingw) that lacks S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
2006-12-21 uau Fix display of multiple simultaneous subtitles without libass.
2006-12-21 voroshil Fixed wrong sync tag
2006-12-21 voroshil r21691: added smb:// to the list of allowed input urls
2006-12-21 voroshil r21686: [cosmetocs] minor fixes after reformatting round
2006-12-21 voroshil Typos, spelling fixes
2006-12-21 reimar Remove duplicate vo_sub extern definition.
2006-12-21 gpoirier Pass quant tables to next filters
2006-12-21 voroshil Fixed:
2006-12-21 diego consistent naming for revision tags
2006-12-21 diego Remove very outdated Italian translation.
2006-12-21 voroshil Typos
2006-12-21 torinthiel Synced with 21706
2006-12-21 torinthiel Synced with 21537
2006-12-21 torinthiel Move message translation outside <screen> tags
2006-12-21 torinthiel [cosmetics] <simpara> -> <para>, for consistency
2006-12-21 torinthiel Still some reformatting:
2006-12-20 nicodvb reindented after yesterday's commit
2006-12-20 kraymer new file: DOCS/xml/zh_CN/mencoder.xml
2006-12-20 lucabe Fix compilation of non-MMX code with gcc 2.95
2006-12-20 kraymer alsa messages for Spanish help file
2006-12-20 voroshil Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml
2006-12-20 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
2006-12-20 gpoirier synced with r21697
2006-12-20 gpoirier typo fix in denoise3d's chroma_tmp option description
2006-12-20 voroshil Translation of menc-feat-xvid sect1 in encoding-guide.xml
2006-12-20 kraymer sync with r21655
2006-12-20 kraymer add source files comments to libass messages
2006-12-19 kraymer Spanish translation for libass help messages
2006-12-19 nicodvb mentioned file:// and smb:// as alternative stream outputs for mencoder
2006-12-19 nicodvb added smb:// to the list of allowed input urls
2006-12-19 nicodvb support for writing over smb shares
2006-12-19 nicodvb in WRITE mode open the output file with mode 0666; umask will filter it
2006-12-19 voroshil Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml
2006-12-19 torinthiel Sync tag bumped to 21686
2006-12-19 torinthiel [cosmetics] minor fixes after reformatting round
2006-12-19 torinthiel Synced with 21537
2006-12-19 torinthiel Synced with 21624
2006-12-19 torinthiel Synced with 21612
2006-12-19 kraymer r21465: [cosmetics] Reindent XML source
2006-12-19 kraymer r21508: emphasis the fact that leaving black borders really hurts quality
2006-12-18 nicodvb update the list of files I maintain
2006-12-18 kraymer r21425: Some fixes for previous commit, 10l for me
2006-12-18 kraymer r21423: Consistent capitalization of table entries
2006-12-18 nicodvb output streams
2006-12-18 nicodvb muxers now write to output muxer->stream rather than to muxer->file
2006-12-18 nicodvb support functions for writing to streams
2006-12-18 nicodvb implemented STREAM_CTRL_GET_SIZE
2006-12-18 nicodvb new STREAM_CTRL_GET_SIZE to get size of output stream
2006-12-18 nicodvb in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and disable seek_forward for pipes
2006-12-18 nicodvb added member and definitions for output streams
2006-12-18 reimar Color console had a big bug nobody noticed, so mark this feature as
2006-12-18 reimar Fix possible crashes with colorized mplayer output
2006-12-18 kraymer remove outdated html docs, Chinese translation
2006-12-18 reimar doxify a comment
2006-12-18 reimar Require 12 consecutive MPEG-audio headers before detecting as audio.
2006-12-18 kraymer svn move xml/zh to xml/zh_CN
2006-12-17 nicodvb -dvd-speed
2006-12-17 rtogni lavc vp6 decoder now supports also VP60 and VP61
2006-12-17 voroshil r21651: add missing line break
2006-12-17 voroshil r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
2006-12-17 voroshil Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"
2006-12-17 gpoirier more sensible names for denoiser options
2006-12-17 kraymer typo
2006-12-17 kraymer r21654: add man page entry for new -dvd-speed option
2006-12-17 gpoirier document hqdn3d and dn3d's 4th parameter
2006-12-17 kraymer make messages for success/failure of setting dvd-speed more clear
2006-12-17 kraymer add man page entry for new -dvd-speed option
2006-12-17 kraymer r21561: update vbuf_size and suggest 400 for HDTV video
2006-12-17 nicodvb support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
2006-12-17 kraymer add missing line break
2006-12-17 voroshil r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
2006-12-17 voroshil r21621: mpegts uses 3-letter language codes
2006-12-17 eugeni Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
2006-12-17 reimar Fix compilation under MinGW with X11 enabled
2006-12-17 eugeni Update some comments.
2006-12-17 torinthiel Ignore main.xml properly
2006-12-17 torinthiel Partially revert r20940, we had some local modifications.
2006-12-17 torinthiel CVS -> SVN
2006-12-17 torinthiel - there's no <book lang=""> for ages, it's automated
2006-12-17 torinthiel Initial Chinese translation, by Kun Niu, haoniukun gmail com
2006-12-16 reimar Fix crashes in loader code: There is still some code that can not handle omitted frame pointers.
2006-12-16 reimar Get rid of completely useless includes that in addition hinder compilation
2006-12-16 reimar Simplify: get rid of useless lame_presets_longinfo_dm function.
2006-12-16 reimar Fix FIXME mp_msg levels and targets
2006-12-16 eugeni Cosmetics: fix indentation.
2006-12-16 eugeni Keep reselected fonts in an array, adding new ones to the end. Glyph
2006-12-16 eugeni Avoid storing font file path and index in ass_font_t.
2006-12-16 eugeni Remove a mistakenly committed debug printf.
2006-12-16 eugeni FT_Set_Transform is fast enough to be called once for each glyph.
2006-12-16 eugeni Avoid "pointer targets differ in signedness" warnings.
2006-12-16 eugeni Move ascender, descender, and kerning computation to ass_font.c.
2006-12-15 nicodvb simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte
2006-12-15 rtogni Force lavf on flv streams. Closes bugzilla #354
2006-12-15 nicodvb dvdnav support -alang and -slang
2006-12-15 reimar ASF aspect support via metadata reading.
2006-12-15 eugeni VobSub tracks cannot be handled by libass, do not mark them with 'a'.
2006-12-15 rathann RedHat RPMs are long gone. Greysector repository is going away, and I've
2006-12-15 reimar Compilation fix hacks: disable libavformat X11 grabber and
2006-12-15 ods15 gcc 2.95 fix
2006-12-14 nicodvb mpegts uses 3-letter language codes
2006-12-14 nicodvb show audio language in osd when playing dvdnav streams
2006-12-14 nicodvb implemented dvdnav_lang_from_aid() to retrieve audio language
2006-12-14 nicodvb call dvd_lang_from_aid() only if stream_type is DVD
2006-12-14 nicodvb support for -alang in dvdnav
2006-12-14 nicodvb added dvdnav_aid_from_lang() to support -alang
2006-12-14 reimar 10l, missing () in check for 32bit endian-conversion hack
2006-12-14 voroshil r21612: replace &quot; with ", better readability
2006-12-14 voroshil transliteration -> translation for "dB" and "intra"
2006-12-14 torinthiel replace &quot; with ", better readability
2006-12-13 corey Add missing redirect to /dev/null.
2006-12-13 voroshil r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
2006-12-13 voroshil spelling fix
2006-12-13 diego __CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".
2006-12-13 diego Ugly hotfix for --disable-mencoder.
2006-12-12 diego wording
2006-12-12 reimar Always use tcgetattr/tcsetattr instead of #ifdef mess
2006-12-12 reimar Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
2006-12-12 reimar Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
2006-12-12 reimar Support for different endianness on client and server with -vo x11
2006-12-12 reimar Align image data pointer, this is also in preparation of an upcoming patch
2006-12-12 reimar Use XCreateImage instead of XGetImage, this is not only more correct and
2006-12-12 gpoirier vstrict=0 is required to create DVDs decodable by standalone dvd players
2006-12-11 reimar Mark utf8_get_char parameter as const and fix a compiler warning
2006-12-11 reimar Another simplification
2006-12-11 reimar Reuse utf8_get_char in subtitle rendering code.
2006-12-11 reimar More ChangeLog updates
2006-12-11 henry count needs to be even
2006-12-11 gpoirier sync w/r21561
2006-12-11 gpoirier sync w/ r21506 and misc
2006-12-11 gpoirier sync w/ r21486
2006-12-11 diego Fix --extra-libs-mplayer and --extra-libs-mencoder.
2006-12-11 diego small updates, cosmetics
2006-12-11 reimar 10l, forgot to add _inc_x11 to X11 cc check
2006-12-11 henry (hopefully) the rest of PPC modifications
2006-12-10 reimar OpenAL volume control
2006-12-10 reimar Better default CFLAGS for non-gnu, non-intel compilers
2006-12-10 reimar Respect -noidx in lavf demuxer
2006-12-10 reimar Make sure closesocket is called.
2006-12-10 reimar STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
2006-12-10 reimar Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
2006-12-10 torinthiel Revert my previous, broken commit
2006-12-10 reimar Only increase buffer size to avoid crashes when seeking in
2006-12-10 nicodvb check that stream_type is DVD before calling dvd_lang_from_aid
2006-12-10 nicodvb show subtitle language in OSD ; patch by Otvos Attila
2006-12-10 nicodvb added function to return the language of the specified subtitle id. Patch by
2006-12-10 reimar Fix realvideo size changes by using our own malloced buffer and export type mpi.
2006-12-10 reimar Add x11 include path only to _inc_extra if X11 is actually enabled.
2006-12-10 reimar Remove no longer needed always_inline hack in mpbswap.h
2006-12-10 reimar Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
2006-12-10 reimar Avoid deprecated _sleep, instead include windows.h and use Sleep just like
2006-12-10 reimar ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
2006-12-10 reimar ffmjpeg uses RGB24 for JPEG-LS
2006-12-10 voroshil r21561: update vbuf_size and suggest 400 for HDTV video
2006-12-10 nplourde vo_macosx, fix crash when closing window
2006-12-10 reimar Fix a compiler warning
2006-12-10 reimar Set frequency and correct frequency getting
2006-12-10 uau Set AVFMT_FLAG_GENPTS if -correct-pts is used.
2006-12-10 reimar Remove a disabled and completely outdated sample rate mismatch warning.
2006-12-09 nplourde vo_macosx.m disable window animation when going to fullscreen
2006-12-09 nicodvb update vbuf_size and suggest 400 for HDTV video
2006-12-09 nicodvb align vbuf_size to the max value allowed by main profile @ high level
2006-12-09 Gabrov synced with r21558
2006-12-09 reimar Fix misplaced http_free
2006-12-09 reimar Fix potential endless loop in http_streaming_start due
2006-12-09 reimar Fix lots and lots of potential memory/fd leaks in http_streaming_start
2006-12-09 nicodvb use dvdnav's palette if available
2006-12-09 nicodvb export spu palette; part of a patch by Otvos Attila
2006-12-09 reimar Avoid memory and fd leaks in asf streaming open code.
2006-12-09 reimar Forgotten closesocket on error, patch by
2006-12-09 reimar Close fd on error.
2006-12-09 reimar Fix ppc without altivec compilation
2006-12-09 reimar cscd produces BGR15, not BGR16
2006-12-09 reimar Replace another MIN macro by FFMIN
2006-12-09 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
2006-12-09 reimar Improve OpenAL speaker positions a bit.
2006-12-09 reimar Remove condition that should always be true
2006-12-09 reimar Fix crash in ogg demuxer uninit with -aid
2006-12-09 reimar Half-properly set up OpenAL position stuff
2006-12-09 henry sync to libmpeg2-0.4.1
2006-12-09 voroshil r21537: General reformatting round:
2006-12-09 nplourde do not force arch and isysroot in osx
2006-12-08 voroshil Fix bmovl-test build error
2006-12-08 torinthiel Ignore .depend properly
2006-12-08 torinthiel General reformatting round:
2006-12-08 torinthiel .norecurse should be ignored
2006-12-07 nicodvb made vorbis_info a member of ogg_stream rather than ogg_demuxer;
2006-12-07 kraymer r21531: Document geq filter.
2006-12-07 voroshil r21529: spelling
2006-12-07 voroshil Typo
2006-12-07 diego Document geq filter.
2006-12-07 kraymer r21529: spelling
2006-12-07 diego spelling
2006-12-07 diego Fix mplayer-rc.o build.
2006-12-07 kraymer r21503: updated documentation of -mpegopts :tele*
2006-12-07 jheryan Synced with 30.11.2006
2006-12-07 reimar vorbis_comment is only used locally, move it out of demuxer struct
2006-12-07 reimar Remove unused ov_struct_t
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
2006-12-06 eugeni Speed up ASS subtitles display by detecting changes between two consecutive
2006-12-06 voroshil Translated section "GENERAL ENCODING OPTIONS"
2006-12-06 reimar Simplify NEXT_LINE macro and put most of it in a separate function.
2006-12-06 reimar remove useless and incorrect const-removing cast
2006-12-06 reimar Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
2006-12-06 reimar Properly free fontconfig patterns
2006-12-06 reimar Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.
2006-12-06 reimar Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit
2006-12-06 reimar Fix memleak if vd_ffmpeg init fails
2006-12-06 reimar Also free ass_library_t members in ass_library_done
2006-12-05 voroshil r21503: updated documentation of -mpegopts :tele*
2006-12-05 voroshil r21508: emphasis the fact that leaving black borders really hurts quality
2006-12-05 voroshil Translation of "VIDEO FILTERS" section.
2006-12-05 reimar Make sure invalid protocols are rejected instead of treated
2006-12-05 gpoirier emphasis the fact that leaving black borders really hurts quality
2006-12-05 gpoirier update local diff after r20779
2006-12-05 nicodvb wording fix suggested by Diego
2006-12-05 nplourde fix include clash for mmap_anon on darwin ppc
2006-12-04 nplourde force ppc arch and 10.3.9 sys lib on ppc mac
2006-12-04 nicodvb updated documentation of -mpegopts :tele*
2006-12-04 nicodvb disable telecining when it can't be applied
2006-12-04 nicodvb since display_frames in increased by a possibly negative number it had better be signed
2006-12-04 nicodvb cosmetics
2006-12-04 nicodvb removed dead code
2006-12-04 nicodvb reimplemented :telecine and :film2pal in terms of dgpulldown
2006-12-04 nicodvb pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)
2006-12-04 reimar Move cddb "autodetection" so it also works for libcdio
2006-12-04 reimar Add full support for en-/disabling cddb support
2006-12-04 kraymer r21372: Some punctuation cosmetics and better wording
2006-12-04 kraymer help_mp-de.h:
2006-12-04 kraymer fix sentence, reformat
2006-12-04 voroshil r21484: documented -mpegopts :tele_src and :tele_dest
2006-12-04 voroshil r21476: Open embedded fonts directly from memory....
2006-12-04 diego Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
2006-12-04 diego slight clarification
2006-12-04 gpoirier document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)
2006-12-04 voroshil Improoving readability of pullup filter section
2006-12-04 nicodvb 10l: wrong bitmask when patching the pce_ptr in soft_telecine()
2006-12-04 nicodvb documented -mpegopts :tele_src and :tele_dest
2006-12-04 nicodvb added generalized teleciner by Donald Graft
2006-12-03 reimar Remove unused function pointers, they probably had incorrect prototypes
2006-12-03 aurel remove headers included twice
2006-12-03 aurel use strchr() instead of index()
2006-12-03 gpoirier sync w/ r21452
2006-12-03 reimar mmap memory area for generated code to avoid crashes on machines which
2006-12-03 reimar Fix 21381, make sure gcc does not make any ip-relative calls or similar.
2006-12-03 eugeni Open embedded fonts directly from memory.
2006-12-03 voroshil One FIXME (CC subtitles related) resolved.
2006-12-03 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
2006-12-03 reimar Compile fix, BE_32 definition has been moved
2006-12-03 voroshil r21462: mention all other image formats
2006-12-03 eugeni Rename: ass_process_font -> ass_add_font.
2006-12-03 reimar Use libavutil LE_* macros instead of pointer casts which can result
2006-12-03 eugeni Avoid calling validate_fname() twice for one string.
2006-12-03 reimar Do not call usec_sleep when we are not supposed to sleep.
2006-12-03 torinthiel Synced with r21466
2006-12-03 torinthiel [cosmetics] Consistent XML source formatting
2006-12-03 torinthiel [cosmetics] Reindent XML source
2006-12-03 nicodvb cosmetics: anti-chaos reindentation
2006-12-03 torinthiel Synced with r21462
2006-12-03 torinthiel mention all other image formats
2006-12-03 reimar Unicode support for demuxer info in ASF demuxer.
2006-12-03 reimar Open vobsub output files in binary mode, otherwise the OS might
2006-12-03 reimar 100l typo in 21380 disabled OSD with at least xvmc.
2006-12-03 voroshil fix two overlooked typos in previous sync cause build error
2006-12-03 voroshil Fix translation error in previous sync
2006-12-03 voroshil muxer FIXME resolved
2006-12-03 voroshil r21423: Consistent capitalization of table entries
2006-12-03 voroshil fixed missing tag update
2006-12-03 voroshil r21430: documented -mpegopts :[va]buf_size
2006-12-03 gpoirier document s3fb video out driver
2006-12-02 diego Use fallback XAnim and Real codecs directories when autodetection is skipped.
2006-12-02 diego Remove warning about missing codecs directory, the condition is always true.
2006-12-02 diego Merge dga/nodga suboption of vo_vesa, no short forms.
2006-12-02 reimar Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)
2006-12-02 Gabrov synced with r21446
2006-12-02 diego Remove long-deprecated -vop option.
2006-12-02 diego Replace deprecated vo_plugin_args by vf_settings.
2006-12-02 diego cosmetics: Rename functions and variable names from vop to vf.
2006-12-02 eugeni Set video aspect ratio for libass in vf_vo.
2006-12-02 diego Update comment, video output plugins are deprecated.
2006-12-02 diego Audio track switching works for AVI and libavformat as well.
2006-12-02 nicodvb doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()
2006-12-02 Gabrov synced with r21438
2006-12-02 diego Fix includes and include path, bswap.h is in libavutil now.
2006-12-02 diego Remove superfluous bswap.h include.
2006-12-02 diego Remove suffix rules that are just copies of make builtin rules.
2006-12-02 diego Use standard name for C++ flags.
2006-12-02 diego Move system headers before libavutil headers to work around build issues on
2006-12-02 reimar Compile fix since libvo/sub.h include was removed from mplayer.h
2006-12-02 voroshil Translated section "AUDIO FILTERS"
2006-12-02 voroshil Typo
2006-12-02 nicodvb documented -mpegopts :[va]buf_size
2006-12-01 nicodvb permit to specify the sizes of the decoders' buffers
2006-12-01 nplourde fix mencoder include clash on osx
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