summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Collapse)AuthorAge
* cosmetics: prettyprintingDiego Biurrun2008-03-23
| | | | Originally committed as revision 12566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent and whitespacesLuca Barbato2008-03-23
| | | | Originally committed as revision 12565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove declarations after statements from doVertDefFilter_altivecLuca Barbato2008-03-23
| | | | Originally committed as revision 12563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove declarations after statements from doVertLowPass_altivecLuca Barbato2008-03-23
| | | | Originally committed as revision 12562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove declarations after statements from vertClassify_altivecLuca Barbato2008-03-23
| | | | Originally committed as revision 12561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder declarations in vertClassify_altivecLuca Barbato2008-03-23
| | | | Originally committed as revision 12560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo fixesDiego Biurrun2008-03-22
| | | | Originally committed as revision 12554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun2008-03-22
| | | | Originally committed as revision 12553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-22
| | | | Originally committed as revision 12552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: occured --> occurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
| | | | Originally committed as revision 12495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ALIGN_MASK definitionMåns Rullgård2008-03-17
| | | | Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get register names from x86_cpu.hMåns Rullgård2008-03-17
| | | | Originally committed as revision 12482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-15
| | | | Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2008-03-14
| | | | Originally committed as revision 12443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-12
| | | | Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2008-03-10
| | | | Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
| | | | Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
| | | | | | | | | | Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include avutil.h in postprocess.hMåns Rullgård2008-02-20
| | | | Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-02
| | | | Originally committed as revision 11816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make src const.Michael Niedermayer2008-02-02
| | | | Originally committed as revision 11813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* void arithmeticMichael Niedermayer2008-02-02
| | | | Originally committed as revision 11812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger2008-01-30
| | | | Originally committed as revision 11670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify: use DECLARE_ASM_CONSTReimar Döffinger2008-01-30
| | | | Originally committed as revision 11669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build both static and shared libs from the same object.Diego Pettenò2008-01-14
| | | | | | | This makes libpostproc consistent with all the other libraries. patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 11526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2008-01-10
| | | | Originally committed as revision 11492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MMX vectors constants.Diego Pettenò2008-01-10
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò2008-01-10
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce the size of the replaceTable entries.Diego Pettenò2008-01-10
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove clip_table as it is not used anymore.Diego Pettenò2008-01-08
| | | | | | Patch by Diego 'Flameeyes' Pettenò (flameeyes gmail com) Originally committed as revision 11468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2008-01-07
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò2008-01-04
| | | | | | | | in .rodata (the actual string) and partially in .data.relro (the pointer), but doesn't change ABI. Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com Originally committed as revision 11390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pp_get_mode_by_name_and_quality accept a constant string.Diego Pettenò2008-01-03
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com Originally committed as revision 11381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make filterDelimiters and optionDelimiters two static constant array ofDiego Pettenò2008-01-03
| | | | | | | characters, should move them to .rodata. Patch by Diego 'Flameeyes' Pettenò flameeyes § gmail dot com Originally committed as revision 11380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun2007-10-30
| | | | | | | indirection. This moves build system workarounds closer to libpostproc where they are really needed. Originally committed as revision 10874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
| | | | Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
| | | | Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Uppercase variable overlooked in last commit.Diego Biurrun2007-07-21
| | | | Originally committed as revision 9777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-06
| | | | Originally committed as revision 9500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk