mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 14:50:07 +00:00
Use standard license headers with standard formatting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26774 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
16659f26c8
commit
4adf8975a1
@ -1,20 +1,22 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 2004 Michael Niedermayer <michaelni@gmx.at>
|
* Copyright (C) 2004 Michael Niedermayer <michaelni@gmx.at>
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify
|
* This file is part of MPlayer.
|
||||||
it under the terms of the GNU General Public License as published by
|
*
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* MPlayer is free software; you can redistribute it and/or modify
|
||||||
(at your option) any later version.
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
This program is distributed in the hope that it will be useful,
|
* (at your option) any later version.
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
*
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
GNU General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
You should have received a copy of the GNU General Public License
|
* GNU General Public License for more details.
|
||||||
along with this program; if not, write to the Free Software
|
*
|
||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* You should have received a copy of the GNU General Public License along
|
||||||
*/
|
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
*/
|
||||||
|
|
||||||
// #include <stdio.h>
|
// #include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2007 Alessandro Molina <amol.wrk@gmail.com>
|
* Copyright (C) 2007 Alessandro Molina <amol.wrk@gmail.com>
|
||||||
*
|
*
|
||||||
* MPlayer is free software; you can redistribute it and/or modify
|
* This file is part of MPlayer.
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* MPlayer is distributed in the hope that it will be useful,
|
* MPlayer is free software; you can redistribute it and/or modify
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* it under the terms of the GNU General Public License as published by
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* GNU General Public License for more details.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
* along with MPlayer; if not, write to the Free Software Foundation,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along
|
||||||
|
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -11,21 +11,21 @@
|
|||||||
* However, no code in the following subsection is directly copied from
|
* However, no code in the following subsection is directly copied from
|
||||||
* either author.
|
* either author.
|
||||||
*
|
*
|
||||||
|
* This file is part of MPlayer.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* MPlayer is free software; you can redistribute it and/or modify
|
||||||
* modify it under the terms of the GNU General Public License
|
* it under the terms of the GNU General Public License as published by
|
||||||
* as published by the Free Software Foundation; either version 2
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* of the License, or (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License along
|
||||||
* along with this program; if not, write to the Free Software
|
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2002-2004 Balatoni Denes and A'rpi
|
* Copyright (C) 2002-2004 Balatoni Denes and A'rpi
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This file is part of MPlayer.
|
||||||
* modify it under the terms of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation; either version 2
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* MPlayer is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License along
|
||||||
* along with this program; if not, write to the Free Software
|
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// This is not reentrant because of global static variables, but most of
|
// This is not reentrant because of global static variables, but most of
|
||||||
|
@ -1,25 +1,28 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2006 Benjamin Zores
|
* set of helper routines for building MPEG 1/2 PS/PES packets
|
||||||
* Set of helper routines for building MPEG 1/2 PS/PES packets.
|
|
||||||
*
|
*
|
||||||
* Based on various code bororwed from vo_mpegpes/vo_dxr2 :
|
* Copyright (C) 2006 Benjamin Zores
|
||||||
* (C) 2000 Ralph Metzler <ralph@convergence.de>
|
|
||||||
* Marcus Metzler <marcus@convergence.de>
|
|
||||||
* Gerard Lantau
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Based on code borrowed from vo_mpegpes/vo_dxr2:
|
||||||
* it under the terms of the GNU General Public License as published by
|
* (C) 2000 Ralph Metzler <ralph@convergence.de>
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Marcus Metzler <marcus@convergence.de>
|
||||||
* (at your option) any later version.
|
* Gerard Lantau
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This file is part of MPlayer.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* MPlayer is free software; you can redistribute it and/or modify
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along
|
||||||
|
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@ -1,25 +1,28 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2006 Benjamin Zores
|
* helper routines for building MPEG 1/2 PS/PES packets
|
||||||
* Set of helper routines for building MPEG 1/2 PS/PES packets.
|
|
||||||
*
|
*
|
||||||
* Based on various code bororwed from vo_mpegpes/vo_dxr2 :
|
* Copyright (C) 2006 Benjamin Zores
|
||||||
* (C) 2000 Ralph Metzler <ralph@convergence.de>
|
|
||||||
* Marcus Metzler <marcus@convergence.de>
|
|
||||||
* Gerard Lantau
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* based on code borrowed from vo_mpegpes/vo_dxr2:
|
||||||
* it under the terms of the GNU General Public License as published by
|
* (C) 2000 Ralph Metzler <ralph@convergence.de>
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Marcus Metzler <marcus@convergence.de>
|
||||||
* (at your option) any later version.
|
* Gerard Lantau
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This file is part of MPlayer.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* MPlayer is free software; you can redistribute it and/or modify
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along
|
||||||
|
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MPLAYER_MPEG_PACKETIZER_H
|
#ifndef MPLAYER_MPEG_PACKETIZER_H
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
/*
|
/*
|
||||||
* yuv4mpeg.c: Functions for reading and writing "new" YUV4MPEG streams
|
* functions for reading and writing "new" YUV4MPEG streams
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
|
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
|
||||||
*
|
*
|
||||||
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
|
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
|
||||||
* Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
|
* Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This file is part of MPlayer.
|
||||||
* modify it under the terms of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation; either version 2
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* MPlayer is free software; you can redistribute it and/or modify
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* it under the terms of the GNU General Public License as published by
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* GNU General Public License for more details.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
* along with this program; if not, write to the Free Software
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along
|
||||||
|
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
/*
|
/*
|
||||||
* yuv4mpeg.h: Functions for reading and writing "new" YUV4MPEG2 streams.
|
* functions for reading and writing "new" YUV4MPEG2 streams
|
||||||
|
* Stream format is described at the end of this file.
|
||||||
*
|
*
|
||||||
* Stream format is described at the end of this file.
|
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
|
||||||
*
|
*
|
||||||
|
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
|
||||||
|
* Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
|
* This file is part of MPlayer.
|
||||||
*
|
*
|
||||||
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
|
* MPlayer is free software; you can redistribute it and/or modify
|
||||||
* Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* MPlayer is distributed in the hope that it will be useful,
|
||||||
* modify it under the terms of the GNU General Public License
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* as published by the Free Software Foundation; either version 2
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* of the License, or (at your option) any later version.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU General Public License along
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MPLAYER_YUV4MPEG_H
|
#ifndef MPLAYER_YUV4MPEG_H
|
||||||
|
Loading…
Reference in New Issue
Block a user