summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add and remove some parenthesesBenoit Fouet2007-06-14
| | | | Originally committed as revision 9308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify init preprocessor statements.Albert Lee2007-06-14
| | | | | | patch by Albert Lee, trisk+xine acm.jhu edu Originally committed as revision 9307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this file credits authors of non-trivial code, which I don't qualify forGuillaume Poirier2007-06-14
| | | | Originally committed as revision 9306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More detailed documentationNicolas George2007-06-14
| | | | | | patch by Nicolas George: [nicolas george normalesup org] Originally committed as revision 9305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List myself in CREDITS as I did have some of code committed,Guillaume Poirier2007-06-13
| | | | | | | | Add myself to PPC/OSX maintainers as this what I've been doing for several month already, and Romain isn't active that much these days Originally committed as revision 9304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-13
| | | | Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* removing underscores from block profiling renaming to xx_Marc Hoffman2007-06-13
| | | | Originally committed as revision 9303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin - read_time primitiveMarc Hoffman2007-06-13
| | | | | | | note this primitive currently uses a union to concatenate 2x32bit registers because of poor compiler support around DImode and asm. Originally committed as revision 9302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos2007-06-13
| | | | | | patch by Carl Eugen Hoyos: ! cehoyos ag or at ! Originally committed as revision 9301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround adjustments for DivX 6.1 and laterLord2007-06-13
| | | | | | patch by Lord: [ Lord_veryrandomD8 yahoo com ] Originally committed as revision 9300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-13
| | | | | | patch by Ronald S. Bultje: \ rbultje at ronald bitfreak net / Originally committed as revision 9299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsGuillaume Poirier2007-06-12
| | | | Originally committed as revision 9298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused declarationsRamiro Polla2007-06-12
| | | | Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill one vector constant value load by the right combination of ↵Sigbjorn Skjaeret2007-06-12
| | | | | | | | vec_splatX/vec_sl patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% Originally committed as revision 9296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret2007-06-12
| | | | Originally committed as revision 9295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-12
| | | | Originally committed as revision 9294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin dct_quantize_bfin routineMarc Hoffman2007-06-12
| | | | | | 2x performance boost in performing quantization for mpeg encoding Originally committed as revision 9293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin IDCT has no special permutation it uses normal orderMarc Hoffman2007-06-12
| | | | Originally committed as revision 9292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc typo fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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