summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* TypoKostya Shishkov2007-06-12
| | | | Originally committed as revision 9290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
| | | | | | | | | patch by Stefano Sabatini: [stefano dot sabatini minus lala poste dot it] original thread: [FFmpeg-devel] [PATCH] Redesign the video size and rateabbreviations system date: 06/02/2007 05:30 PM Originally committed as revision 9288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some explanatory comments to #endif directives.Diego Biurrun2007-06-12
| | | | Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 8- and 24-bit FLAC decodingMichael Donaghy2007-06-12
| | | | | | | | | Patch by Michael Donaghy %md401 A cam P ac P uk% Original thread: date: Jun 10, 2007 4:48 PM subject: [FFmpeg-devel] [PATCH] Bugfix: decoding 8- and 24-bit FLAC files Originally committed as revision 9286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused static function.Diego Biurrun2007-06-12
| | | | Originally committed as revision 9285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont attach huge samplesto mailsMichael Niedermayer2007-06-11
| | | | Originally committed as revision 9284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs2007-06-11
| | | | Originally committed as revision 9283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The video hooks do not depend on the libav* libraries.Diego Biurrun2007-06-11
| | | | Originally committed as revision 9281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier2007-06-11
| | | | Originally committed as revision 9280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin compatibility workaroundEric Lasota2007-06-11
| | | | | | | | patch by Eric Lasota: [ riot icculus org ] original thread: [FFmpeg-devel] [PATCH] elbg.c Cygwin compatibility workaround date: 06/09/2007 09:26 AM Originally committed as revision 9279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistent paths for adding values to LDFLAGS.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a bounds check on AVProbeData input.Ronald S. Bultje2007-06-10
| | | | | | | | | patch by Ronald S. Bultje, rbultje ronald.bitfreak net thread: Date: Sat, 09 Jun 2007 19:22:17 -0400 Subject: [FFmpeg-devel] lavf probing Originally committed as revision 9275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2007-06-10
| | | | Originally committed as revision 9272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ffplay.o CFLAGS handling.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile all binaries with default CFLAGS.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make main() return 0 at the end and mark as int.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add appropriate headers for exit and printf.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify command with automatic variable.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adapt to API changes, fix compilation.Ronald S. Bultje2007-06-10
| | | | | | patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor GCC3 compile fixGuillaume Poirier2007-06-09
| | | | | | (there's still 2 more, but there's burried into several levels of macros, so it's hard to narrow them down) Originally committed as revision 9265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker2007-06-09
| | | | | | | | | | patch by Graham Booker % perian A cod3r P com% with some minor fixes by me. historic of the patch: http://trac.perian.org/ticket/113 Original thread: Date: May 11, 2007 9:45 PM Subject: [FFmpeg-devel] [PATCH] Altivec version of-altivec h264_h-v_loop_filter_luma Originally committed as revision 9264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-09
| | | | | | taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-06-09
| | | | Originally committed as revision 9262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #include, avformat.h indirectly includes common.h.Diego Biurrun2007-06-09
| | | | Originally committed as revision 9261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* work around issues with the old version of Gnu Assembler shipped onGraham Booker2007-06-08
| | | | | | | | | | | | | Intel / OSX 10.4.9 patch by Graham Booker % gbooker A cod3r P com % Original thread: Date: May 25, 2007 11:51 PM Subject: [FFmpeg-devel] r9017 breaks WMA decoding on Intel Macs The patch: Date: Jun 3, 2007 4:37 PM Subject: Re: [FFmpeg-devel] r9017 breaks WMA decoding on Intel Macs Originally committed as revision 9260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun2007-06-08
| | | | Originally committed as revision 9259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-06-08
| | | | Originally committed as revision 9258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now unused "global" pcr_pidMichael Niedermayer2007-06-08
| | | | Originally committed as revision 9257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper per stream pcr_pid support by (Wolfram Gloger wmglo ↵Michael Niedermayer2007-06-08
| | | | | | dent.med.uni-muenchen@de ) Originally committed as revision 9256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger2007-06-08
| | | | Originally committed as revision 23508 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-07
| | | | | | This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The server configuration file is passed as a command line parameter.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emms --> emms_c, taken from a patch by Ronald BultjeRonald S. Bultje2007-06-07
| | | | Originally committed as revision 9253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistent names for all test programs.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje2007-06-07
| | | | | | | | | taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Date: Thu, 07 Jun 2007 08:57:46 -0400 Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1) - ffmpeg-nommx.patch (1/1) - ff-cputest-noavconfig.patch (1/1) Originally committed as revision 9250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CPU feature definitions for SSE3 and SSSE3.Ronald S. Bultje2007-06-07
| | | | | | | | | taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Date: Thu, 07 Jun 2007 08:57:46 -0400 Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1) - ffmpeg-nommx.patch (1/1) - ff-cputest-noavconfig.patch (1/1) Originally committed as revision 9249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* '-acodec mp3' --> '-acodec libmp3lame'Diego Biurrun2007-06-07
| | | | Originally committed as revision 9248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change names of codecs provided by external libraries in examples to accountavcoder2007-06-07
| | | | | | | for the recent renamings of those codecs. patch by QuickTime, ffmpeg gmail com Originally committed as revision 9247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CPU feature definitions should always be available, not just when theRonald S. Bultje2007-06-07
| | | | | | | | | | CPU feature is enabled. taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Date: Thu, 07 Jun 2007 08:57:46 -0400 Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1) - ffmpeg-nommx.patch (1/1) - ff-cputest-noavconfig.patch (1/1) Originally committed as revision 9246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only run MMX2 tests when MMX2 is available.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking when GPL code has been disabled.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when MMX is disabled.Ronald S. Bultje2007-06-07
| | | | | | inspired by a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FAAN is not x86-specific.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-07
| | | | | | RTP parsing code. Originally committed as revision 9241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-07
| | | | | | H.264 RTP parsing code. Originally committed as revision 9240 to svn://svn.ffmpeg.org/ffmpeg/trunk