summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix potential integer overflows in memory allocation.rtogni2006-06-0422-46/+86
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-023-8/+8
* svn:externals definitions for required FFmpeg libraries.diego2006-06-020-0/+0
* Remove now obsolete .cvsignore files.diego2006-06-0243-114/+0
* metadata supportmichael2006-05-301-1/+20
* Remove dead code, and do close smem file descriptor during un-initpoirierg2006-05-301-2/+2
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < z...poirierg2006-05-312-1/+5
* URL fixpoirierg2006-05-301-1/+1
* Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are nouau2006-05-181-2/+2
* psm longer than 1018 bytes is not allowed, thus invalidnicodvb2006-05-181-1/+1
* synced with 1.87gabrov2006-05-181-1/+8
* typo fixesgabrov2006-05-181-1/+1
* increased sync tag (1.16) after URL updategabrov2006-05-181-1/+1
* synced with 1.53gabrov2006-05-181-6/+25
* typo fixesgabrov2006-05-181-2/+2
* Partial sync, patch by Gilles Pelletier < pellgill AH gmail POIS com >gpoirier2006-05-181-81/+811
* use mp_msg instead of printfivo2006-05-181-9/+10
* include sys/io.h instead of asm/io.h so iopl() gets declared tooivo2006-05-181-1/+1
* only include sys/mman.h if HAVE_SYS_MMAN_H is definedivo2006-05-181-1/+3
* Mention new mphelp_check.py script.diego2006-05-171-7/+13
* Retrieve CPU built-in namestring, and if it exists, print it during cpu detec...gpoirier2006-05-172-5/+26
* S3 virge on fbdev is -vo s3fbgpoirier2006-05-171-1/+1
* Mention new driver which does back end scaling on S3 Virge chips in combinati...gpoirier2006-05-171-0/+1
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-175-0/+545
* x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.gpoirier2006-05-171-1/+9
* also set guiIntfStruct.sh_video to NULL for guiSetDefaults.reimar2006-05-171-0/+1
* 10l: Really accept both one and two dashes.diego2006-05-171-1/+1
* Add mphelp_check.py.diego2006-05-171-0/+13
* Accept --missing as well as -missing, print less newlines.diego2006-05-171-3/+3
* fix reversed order of argumentsattila2006-05-171-1/+1
* Fix some errors revealed by Uoti's help file checker.diego2006-05-176-13/+4
* Smacker, typodiego2006-05-171-1/+3
* Add FFmpeg Smacker audio and video.diego2006-05-171-0/+16
* fix extras and malformed translation messages, check done with uau's brand ne...reynaldo2006-05-177-43/+7
* fix extras and malformed translation messages, check done with uau's brand ne...reynaldo2006-05-178-58/+17
* fix extras and maformed translation messages, check done with uau's brand new...reynaldo2006-05-176-55/+15
* Add tool to check MPlayer translation files for conflicting argumentsuau2006-05-161-0/+66
* version bump (we are in sync with 1.16)kraymer2006-05-151-1/+1
* URL fixgpoirier2006-05-158-8/+8
* sync with 1.1289gpoirier2006-05-151-1/+27
* 10l to Reynaldo Verdejo H. Pinochet: next release is pre8, not pre6 ;-)gpoirier2006-05-151-1/+1
* fix build on macintel, patch by Zuxy Menggpoirier2006-05-151-2/+4
* document more codecs supported by vfw interface.gpoirier2006-05-151-1/+16
* Add AACP fourcc for AACPlus in nsv streamsrtognimp2006-05-151-0/+1
* Fix:rathann2006-05-141-1/+1
* Fix:rathann2006-05-143-4/+4
* Fix:rathann2006-05-141-2/+2
* Various improvement, fix build on AMD-64 and iccgpoirier2006-05-141-34/+70
* explains why current players do not deinterlace to full fieldrate, original p...gpoirier2006-05-141-2/+6
* do aspect correction of video size before calculating vo_dx and vo_dy.reimar2006-05-143-4/+3
* typo fixes: Extenstion -> extensionreimar2006-05-141-2/+2
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...gpoirier2006-05-141-0/+1
* add section "Choisir le codec video", patch by Jerome Ferrari <jerome PPP fer...gpoirier2006-05-141-0/+123
* Fix some potential integer overflow in memory allocation (mot of thesertognimp2006-05-142-7/+12
* Don't just check for the existence of xmmintrin.h, also verify it will compile.diego2006-05-141-1/+1
* Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.diego2006-05-141-0/+39
* Use egrep together with extended regular expressions for greater portability.diego2006-05-141-1/+1
* Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.diego2006-05-141-1/+1
* Only set the default output filename when it was not passed on the commanddiego2006-05-141-3/+4
* synced with 1.256 (revert in English version)gabrov2006-05-141-1/+1
* synced with 1.1289gabrov2006-05-141-1/+17
* Reverting changes done with my previous commit, capizalitation or lack of cap...reynaldo2006-05-141-63/+63
* remove stray ')'reimar2006-05-131-1/+1
* show OpenGL extension string with -v, very helpful for debuggingreimar2006-05-131-0/+1
* glBindTexture might be called glBindTextureEXT as wellreimar2006-05-131-1/+1
* grammar fix for 'Syntax'kraymer2006-05-131-2/+2
* 1.1289: support lavc mv0_thresholdkraymer2006-05-131-2/+30
* missing argument for mp_msg, fixes:rathann2006-05-131-1/+1
* Fix:rathann2006-05-131-0/+1
* support lavc mv0_thresholdcorey2006-05-132-0/+18
* Move setting the output filename after the suboption parsing, otherwise itdiego2006-05-131-2/+4
* add check for a working iconv program and point to workaround if not foundreimar2006-05-131-0/+18
* Remove extra return.rathann2006-05-131-2/+0
* Simplify condition, since both time and time_last are unsigned.rathann2006-05-131-2/+1
* Make return type consistent with usage. Patch by Pierre Lombard.rathann2006-05-131-3/+3
* Make depend targets consistent: Remove redirection through .depend target.diego2006-05-132-7/+3
* synced with 1.50gabrov2006-05-131-34/+44
* Makefile and config.h are not generated files.diego2006-05-131-1/+1
* make depend requires help_mp.h, fixes make depend after make distclean.diego2006-05-131-1/+1
* synced with 1.1288gabrov2006-05-131-2/+13
* Remove redundant line.diego2006-05-131-1/+0
* Rework the karaoke audio filter section.diego2006-05-131-10/+7
* Linkers, assisted by a compiler, can optimize out the string that is beingdiego2006-05-131-2/+1
* where necesary, replaced all realloc() with realloc_struct() to prevent int o...nicodvb2006-05-131-4/+14
* when searching ac3 in unqualified pes_private1 streams there's no need to sca...nicodvb2006-05-131-0/+3
* Missing terminating " causes compilation error in vo_aareimar2006-05-131-1/+1
* prevent memleaknicodvb2006-05-131-3/+4
* unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unr...nicodvb2006-05-131-0/+5
* New karaoke afreynaldo2006-05-137-0/+105
* Minor pre-release corrections, mostly missed capsreynaldo2006-05-131-63/+63
* accidentally committed this overflow fix with the declaration fix before.rfelker2006-05-131-1/+1
* remove useless cruft (caused error tz undefined)rfelker2006-05-131-4/+2
* posix compliance, dont use ancient legacy namerfelker2006-05-132-2/+2
* 10^100l c++ declarationsrfelker2006-05-131-2/+5
* allocate correct extradata sizenicodvb2006-05-121-1/+1
* Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>gpoirier2006-05-121-53/+59
* raised max extradata size and refuse to store more than the limitnicodvb2006-05-121-1/+7
* don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE...nicodvb2006-05-121-2/+4
* search ac3 in dvd substream only if pes_aligned flag is set in the pes header...nicodvb2006-05-121-1/+1
* mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.diego2006-05-121-1/+2
* mlib != mediaLibdiego2006-05-121-2/+2
* --enable-mlib should behave like all other commandline parameters.diego2006-05-121-1/+1
* some fixes for the VfW encoding sectiondiego2006-05-121-33/+43
* enable mediaLib check execution and honnor user choise to enable mediaLib eve...iive2006-05-121-3/+1
* Add missing --enable-toolame and --enable-twolame parameters.diego2006-05-121-0/+2
* output typo fixesdiego2006-05-121-6/+6
* Disable mediaLib by default due to brokenness.diego2006-05-122-1/+4
* Minor corrections partII - Finalreynaldo2006-05-121-70/+70
* Minor corrections to spanish help messages - Part1reynaldo2006-05-121-73/+75
* Fall back on the codecs subdirectory of the current directory for Realdiego2006-05-111-0/+4
* Prefer vorbis over ffvorbis for now.diego2006-05-111-8/+8
* roff syntax fixdiego2006-05-111-0/+2
* like it or not, the vfw options are -(xvfw)opts, not -(vfw)optsgpoirier2006-05-111-1/+1
* sync with 1.1285gpoirier2006-05-111-2/+14
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...rtognimp2006-05-112-15/+41
* synced with 1.254gabrov2006-05-111-4/+4
* synced with 1.1284gabrov2006-05-111-3/+15
* synced with 1.29gabrov2006-05-111-1/+1
* synced with 1.17 (increased sync tag after English typo fix)gabrov2006-05-111-1/+1
* synced with 1.49gabrov2006-05-111-4/+4
* version bump..kraymer2006-05-111-1/+1
* release dedicated review Part I (lines 329 - <end>)kraymer2006-05-111-69/+121
* 1.284: fix vfw-related thingskraymer2006-05-111-2/+2
* syncluran2006-05-111-3/+4
* Remove unnecessary commented out OPTFLAGS line.diego2006-05-111-1/+0
* fix vfw-related things, patches by RC and Compngpoirier2006-05-112-2/+2
* ffvorbis no longer crashes with native demuxer.diego2006-05-101-2/+1
* unbound demux_ogg from ad_libvorbisnicodvb2006-05-101-0/+1
* unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ...nicodvb2006-05-101-6/+27
* A/R changes are handled correctly by -vc mpeg12nicodvb2006-05-101-0/+1
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...nicodvb2006-05-102-1/+4
* Feed AltiVec compiler options into CFLAGS explicitly.diego2006-05-101-1/+4
* grammar fixkraymer2006-05-101-1/+1
* missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$comdiego2006-05-101-1/+1
* 10l, fix for previous commitkraymer2006-05-101-1/+1
* fix missing line break for MSGTR_LameCantInitkraymer2006-05-101-2/+3
* release dedicated review Part I (lines 1 - 328)kraymer2006-05-101-16/+16
* fuse XviD entries,gpoirier2006-05-101-3/+5
* align xml tagskraymer2006-05-091-171/+171
* wordingkraymer2006-05-091-1/+1
* German translation for tvinput.xmlkraymer2006-05-091-0/+216
* Temporary workaround for libavcodec issues with B-framesrtognimp2006-05-091-1/+1
* 1.251: console message review: countless spelling/grammar/wording fixeskraymer2006-05-091-55/+54
* 1.1283: Document xvfwopts.kraymer2006-05-091-2/+13
* Document xvfwopts.diego2006-05-091-1/+11
* small layout fixdiego2006-05-091-0/+2
* Ignore main.xml.diego2006-05-091-0/+1
* 1.1281: Small wording fix, add parameters to the lavfopts option declarations.kraymer2006-05-091-6/+6
* typo/wording fixesdiego2006-05-091-6/+6
* Add a note about main.xml.diego2006-05-091-2/+3
* 1.252: [previously applied by rynaldo, #1.157]kraymer2006-05-091-69/+70
* synced with 1.48gabrov2006-05-091-1/+140
* Unconditionally compile Matroska demuxer - oops, part missed in initial commit.diego2006-05-091-10/+0
* Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com >,...gpoirier2006-05-091-0/+139
* Unconditionally compile the Matroska demuxer.diego2006-05-085-29/+1
* This file is autogenerated and should not be in CVS.diego2006-05-081-28/+0
* 2nd part of review by Pierre Lombard + some more fixes by me.gpoirier2006-05-081-244/+236
* French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further chan...gpoirier2006-05-081-114/+115
* change the type of esp in SwsContext to uint64_t so it can hold a full registerreimar2006-05-071-3/+3
* Adapt to latest FFmpeg AMR build changes.diego2006-05-071-0/+8
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cnicodvb2006-05-073-28/+35
* vfps OGM supportdiego2006-05-071-0/+1
* Fix up some checks to properly use _res_comment.diego2006-05-071-30/+58
* Remove stray variable.diego2006-05-071-1/+1
* support for vfps OGM filesdiego2006-05-061-1/+3
* Fix calculation of stream sizes when they are too big for a 32-bit variablepacman2006-05-061-6/+6
* removing esp usagemichael2006-05-061-127/+142
* REGBPmichael2006-05-061-0/+2
* fix float rounding errorods152006-05-051-2/+2
* Don't blit frame if we hit EOF and no new frame is read. Fixes pictureuau2006-05-051-0/+1
* fix the warning generated (in gcc4) by the 'inline' keyword position.iive2006-05-051-3/+3
* x264 linking now requires explicit x11 libraries inclusion.iive2006-05-041-4/+11
* check for XviD compiled with pthread supportiive2006-05-041-2/+11
* French Fixes by Pierre Lombard, (and 10l to me for not checking they weregpoirier2006-05-041-369/+352
* Make sure black borders are drawn when switching videos with -fixed-vo.reimar2006-05-041-0/+6
* updates cs translation of help messages, patch by Thomas Blaha, tomasb AT kap...reynaldo2006-05-041-62/+269
* fixed %d->PRIu64 in read_mpeg_timestamp()nicodvb2006-05-031-1/+1
* stream_read_word() returns _unsigned_ intnicodvb2006-05-031-1/+1
* in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a...nicodvb2006-05-031-1/+1
* synced with 1.1281gabrov2006-05-021-5/+5
* French fixes by jerome WOF ferrari YAP lappis WOF comgpoirier2006-05-021-102/