summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OSD: Ensure that OSD content is drawn in filter-added framesUoti Urpala2009-01-154-17/+21
* core: Improve handling of bad timestampsUoti Urpala2009-01-151-68/+64
* Merge branch 'pause'Uoti Urpala2009-01-1515-492/+619
|\
| * core: Better -nocorrect-pts pause and filter-added frames handlingUoti Urpala2009-01-144-58/+79
| * core: Set OSD contents better while pausedUoti Urpala2009-01-141-2/+8
| * vo_gl: Support changing OSD over existing frameUoti Urpala2009-01-141-0/+6
| * core: Rewrite some of the A/V sync related codeUoti Urpala2009-01-142-82/+89
| * vo_xv: Always support updating OSD if none was drawn yetUoti Urpala2008-12-101-4/+19
| * Update OSD while pausedUoti Urpala2008-12-0910-26/+115
| * vo_xv: Reformat codeUoti Urpala2008-12-091-268/+221
| * Allow seeking while pausedUoti Urpala2008-12-093-28/+18
| * Start pause handling changesUoti Urpala2008-12-093-48/+88
* | Merge svn changes up to r28204Uoti Urpala2008-12-2724-461/+239
|\ \
| * | Remove (audio) codecs section, its contents are part of the usage section.diego2008-12-273-102/+0
| * | Convert Win32 codec importing HOWTO into a text document in the tech section.diego2008-12-273-160/+91
| * | Remove/fix ancient CVS references.diego2008-12-273-13/+10
| * | Remove known bugs section, it contains little useful information.diego2008-12-273-140/+1
| * | Add entry about mysterious coredumps.diego2008-12-271-0/+12
| * | Fix ugly borders problem with ati-hackreimar2008-12-271-0/+19
| * | Reorder sections: Put FAQ at the end, group usage sections together.diego2008-12-271-3/+3
| * | Avoid u_ BSD type names.diego2008-12-272-14/+14
| * | Set and use only ARCH_PPC, not also ARCH_POWERPC.diego2008-12-272-4/+4
| * | Avoid POSIX-reserved _t namespace.diego2008-12-271-3/+3
| * | consistency cosmetics: Rename POWERPC identifiers to PPC.diego2008-12-271-3/+3
| * | grammar fix by Vineeth N, nvineeth gmail comdiego2008-12-251-1/+1
| * | Add nomsgmodule option, patch by Onur Küçük, onur delipenguen net.diego2008-12-241-0/+1
| * | Remove unused variable.diego2008-12-241-1/+0
| * | Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to ...reimar2008-12-241-4/+0
| * | add zygo audio (SPXN) qtaudio codeccompn2008-12-241-0/+7
| * | Warn when using features that are broken due to ATI driver bugs.reimar2008-12-231-0/+3
| * | Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ...reimar2008-12-231-1/+1
| * | Reduce the priority of the rv3040 native Linux RealVideo decoders since it cr...reimar2008-12-231-1/+1
| * | updatescompn2008-12-231-1/+30
| * | Remove pointless forward declaration.diego2008-12-231-1/+0
| * | Set fast_cmov for all x86_64 systems, except for P4-based systems thisreimar2008-12-231-1/+1
| * | Define HAVE_FAST_64BIT if appropriatereimar2008-12-231-0/+7
| * | fix poorly worded changelog entriescompn2008-12-231-2/+2
| * | Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.cehoyos2008-12-221-2/+2
| * | re-add codecs: sif1 (directshow version) and acdsee mjpegcompn2008-12-221-1/+19
| * | Sync with latest FFmpeg changes.diego2008-12-222-3/+3
| * | libavcodec/i386/ was renamed to libavcodec/x86/.diego2008-12-221-1/+1
* | | talloc.c: Update to match current upstream ("likely" macro definitions)Uoti Urpala2008-12-271-2/+10
* | | Makefile: Fix live555 compilationUoti Urpala2008-12-221-1/+1
* | | libass: If a bad subtitle has multiple \pos use firstUoti Urpala2008-12-221-4/+9
* | | libass: Fix cache lookup problem causing memory bloatUoti Urpala2008-12-223-31/+100
* | | Merge svn changes up to r28176Uoti Urpala2008-12-2213-447/+163
|\| |
| * | add amr format tags, fixes:compn2008-12-211-0/+2
| * | 100l, forgot an assignment, broke special keys handling for X11-based vos.reimar2008-12-211-1/+1
| * | remove acdsee mjpeg binary codec, works with ffmjpegcompn2008-12-201-8/+0
| * | FFmpeg now has RV30 decoder enabledkostya2008-12-201-0/+8
| * | Add and use a special lookup function to do table-based translation to MPlaye...reimar2008-12-204-55/+49
| * | Cosmetics: get rid of some tabs and trailing whitespace.reimar2008-12-201-32/+32
| * | Use a table to translate X11 to MPlayer keycodes.reimar2008-12-201-145/+46
| * | Get rid of pointless and now unused defines.reimar2008-12-201-88/+0
| * | Simplify handling of X11 key events that are just passed through.reimar2008-12-201-97/+7
| * | Fix imaadpcm extradata with lavc encoder.reimar2008-12-201-2/+2
| * | Document vo_macosx's shared_buffer option.gpoirier2008-12-191-0/+3
| * | Replace vo_macosx's custom options parsing with a subopt_parse()-based onegpoirier2008-12-191-22/+24
| * | Remove pointless malloc.h #include.diego2008-12-193-9/+0
| * | Include config.h in mangle.h, fixes make checkheaders.reimar2008-12-191-0/+2
* | | Merge svn changes up to r28162Uoti Urpala2008-12-1915-45/+123
|\| |
| * | add binary codecs:compn2008-12-171-2/+31
| * | synced with r28160Gabrov2008-12-174-11/+22
| * | add binary codec for fourcc wavccompn2008-12-171-0/+8
| * | another round of armv4l --> arm changesdiego2008-12-172-4/+4
| * | libavcodec/armv4l/ was renamed to libavcodec/arm/.diego2008-12-171-1/+1
| * | Do not use full relative #include path for headers in the same directory.diego2008-12-171-1/+1
| * | #include sub.h instead of locally declaring vo_draw_text().diego2008-12-171-1/+1
| * | Added FOURCCS:compn2008-12-161-4/+37
| * | xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-153-12/+12
| * | 100l, reorder check for AC3 format to avoid a possible memleakreimar2008-12-151-3/+3
| * | Consistently include config.h before mangle.h, fixes possible compilationreimar2008-12-152-0/+2
| * | Simplify the definition of MANGLE, possibly also makes it easier to support m...reimar2008-12-151-7/+1
* | | Merge svn changes up to r28149Uoti Urpala2008-12-1457-206/+997
|\| |
| * | Add extra checks to avoid crashes with broken vqf filesreimar2008-12-141-6/+11
| * | Update links to RPM packages, now that Livna has merged into RPMFusion.rathann2008-12-142-3/+3
| * | Add standard GPL headers.diego2008-12-1312-0/+206
| * | Add standard GPL license header.diego2008-12-137-0/+124
| * | Replace informal GPL notices by standard GPL headers.diego2008-12-132-6/+41
| * | license header consistency cosmeticsdiego2008-12-134-4/+4
| * | Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.diego2008-12-131-1/+1
| * | Merge two identical NetBSD/OpenBSD conditions.diego2008-12-131-2/+1
| * | Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.diego2008-12-131-1/+1
| * | Replace informal GPL notes by standard GPL header.diego2008-12-135-32/+107
| * | Simplify: use AV_RL32/AV_RB32reimar2008-12-131-10/+11
| * | Avoid useless casts.reimar2008-12-131-1/+1
| * | another mpeg4 fourcc and add binary vdo codeccompn2008-12-131-2/+11
| * | Some forgotten eax -> REG_a changes.reimar2008-12-121-24/+24
| * | Warning fixes for demux_nutods152008-12-121-3/+2
| * | Remove resync_audio_stream() from demux_nut seek functionods152008-12-121-2/+0
| * | Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut APIods152008-12-121-14/+14
| * | add ac-3 fourcc from mp4 filecompn2008-12-111-0/+3
| * | Search live555 library also in /usr/lib64.cehoyos2008-12-111-1/+1
| * | Rework Theora test, it was throwing away CFLAGS provided by pkg-config.diego2008-12-111-8/+18
| * | Add missing 'void' to parameterless function declaration.diego2008-12-112-2/+2
| * | Change some printf calls to 'Debug printf' so as not to pollute stdout.diego2008-12-111-6/+6
| * | sync w/r28126gpoirier2008-12-101-1/+5
| * | Add support for writing PNG files with alpha channel in -vo pngreimar2008-12-102-2/+13
| * | Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).reimar2008-12-101-3/+13
| * | 10l: actually disable quartz vo when detection failed.gpoirier2008-12-101-1/+1
| * | add acdv fourcc to ffmjpegcompn2008-12-101-0/+1
| * | Fix MGSTR vs. MSGTR typo.diego2008-12-0913-23/+23
| * | Set d3d_handle to NULL after release.reimar2008-12-091-0/+1
| * | Forgotten part of previous cosmetics commitreimar2008-12-091-3/+2
| * | Slightly simplify the conditional release/free codereimar2008-12-091-21/+14
| * | First version of OSD support for vo_direct3dreimar2008-12-091-7/+282
| * | add binary voxware metavoice audio codec, format 0x74compn2008-12-091-0/+9
| * | remove duplicated fourcccompn2008-12-081-1/+1
| * | add some fourcc's and ulead dv audio codec, fixes samples from:compn2008-12-081-1/+15
| * | Use svn.ffmpeg.org for the externals which is both more correct and more reli...reimar2008-12-080-0/+0
| * | cosmetics: indentationdiego2008-12-081-1/+2
| * | Remove pointless or even wrong N/A return values doxy commentsreimar2008-12-081-5/+0
| * | Add missing unistd.h #include, fixes the warning:diego2008-12-081-0/+1
| * | Remove unused variable, fixes the warning:diego2008-12-081-1/+0
| * | #include appropriate headers instead of locally declaring function prototypes.diego2008-12-082-5/+3
| * | ati_hack only makes sense when PBOs are used, not with mesa_buffer.reimar2008-12-061-4/+4
| * | More possible fixes for mesa-buffer mode.reimar2008-12-061-3/+6
| * | Move one ati_hack check to a better place.reimar2008-12-061-1/+1
| * | Reindentreimar2008-12-061-11/+11
| * | 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.reimar2008-12-062-5/+13
* | | ao_alsa: Sanity check get_space() return values betterUoti Urpala2008-12-101-4/+4
| |/ |/|
* | configure: Update required x264 versionUoti Urpala2008-12-091-1/+1
* | Work around vo gl/libass subtitle timing problemUoti Urpala2008-12-091-1/+1
* | ao_alsa: If pause loses samples replace them with silenceUoti Urpala2008-12-081-0/+13
* | Makefile: prevent default build rules being used on FFmpeg filesUoti Urpala2008-12-061-1/+5
* | Makefile: Rebuild FFmpeg libraries when .asm and .o files changeUoti Urpala2008-12-061-1/+1
* | Makefile, common.mak: Create .d files when creating corresponding .oUoti Urpala2008-12-062-27/+11
* | Makefile: Don't use "install -d" on existing directoriesUoti Urpala2008-12-061-3/+5
* | Merge svn changes up to r28103Uoti Urpala2008-12-0612-55/+250
|\|
| * 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.reimar2008-12-051-0/+2
| * Fix indentationreimar2008-12-051-12/+12
| * Add experimental support for glXAllocateMemoryMESAreimar2008-12-053-5/+33
| * sync w/r28096gpoirier2008-12-051-6/+14
| * Avoid one more duplicated logic.reimar2008-12-051-2/+4
| * Simplify, do not duplicate buffer size calculationreimar2008-12-051-2/+2
| * Set the base size window manager hint, otherwise some subtract the minimumreimar2008-12-051-0/+7
| * Using rectangle=2 for vo_gl is probably a good idea nowadays.reimar2008-12-051-1/+1
| * Document missing vo_gl suboptionsreimar2008-12-051-2/+7
| * Add some forgotten documentation for gl suboptionsreimar2008-12-051-1/+8
| * Add support for YCBCR MESA texture format to vo_gl.reimar2008-12-053-0/+23
| * add a bunch of binary codecs with samples from this list: compn2008-12-051-11/+108
| * Add const to avoid warnings about discarded qualifiers.reimar2008-12-051-3/+3
| * synced with r28089Gabrov2008-12-052-15/+24
| * Add entry for FFmpeg QCELP decoder, currently produces white noise.diego2008-12-041-0/+7
| * Re-add "extern"s incorrectly removed in r28085reimar2008-12-042-2/+2
* | Merge svn changes up to r28087Uoti Urpala2008-12-04119-693/+786
|\|
| * Restore two mistakenly removed 'extern' keywords.diego2008-12-031-2/+2
| * Allow mp2 in mov.cehoyos2008-12-031-0/+1
| * Get rid of pointless 'extern' keywords.diego2008-12-03109-511/+510
| * add bunch of fourccs and updates fromcompn2008-12-031-3/+30
| * Remove unused declarations and references to vo_draw_text_osd(),diego2008-12-033-16/+1
| * Delete unnecessary 'extern' keywords.diego2008-12-033-31/+31<