summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec
AgeCommit message (Collapse)Author
2005-05-28sync to libavcodec build 4755Mike Melanson
CVS patchset: 7567 CVS date: 2005/05/28 01:40:40
2005-05-16Wrap some encoder functions in CONFIG_ENCODERS. Should fix linkage problems.Darren Salt
CVS patchset: 7548 CVS date: 2005/05/16 17:42:27
2005-05-15Sync a couple of inlined function definitions with their declarationsDarren Salt
(inline v. __inline__). CVS patchset: 7546 CVS date: 2005/05/15 23:21:45
2005-05-14Compile fixes for gcc >= 3.4.Darren Salt
* Move some static inlined functions so that they're defined, rather than just declared, before use. * Replace inline with __inline__ for some extern inlined functions (due to inline possibly being redefined to include the always_inline attribute). CVS patchset: 7541 CVS date: 2005/05/14 23:34:58
2005-05-07Correct a type error in a printf format string (debug log).Darren Salt
CVS patchset: 7530 CVS date: 2005/05/07 17:06:44
2005-05-07Fix missing retun in non-void function.Darren Salt
CVS patchset: 7529 CVS date: 2005/05/07 16:27:08
2005-05-06minor H.264 fixMike Melanson
CVS patchset: 7526 CVS date: 2005/05/06 18:00:54
2005-05-06syncing to FFmpeg libavcodec build 4754Mike Melanson
CVS patchset: 7522 CVS date: 2005/05/06 04:19:17
2005-04-19no longer used in FFmpegMike Melanson
CVS patchset: 7466 CVS date: 2005/04/19 05:29:58
2005-04-19sync to FFmpeg build 4752Mike Melanson
CVS patchset: 7463 CVS date: 2005/04/19 05:16:45
2005-04-19sync to FFmpeg build 4752Mike Melanson
CVS patchset: 7462 CVS date: 2005/04/19 05:10:48
2004-12-08fix crash with Fraunhofer__a_driving_force_in_innovation__* filesMiguel Freitas
(patch needs to be sent upstream) CVS patchset: 7208 CVS date: 2004/12/08 20:32:42
2004-09-27make it compile on sparc32 (without VIS) again...Siggi Langauf
CVS patchset: 7003 CVS date: 2004/09/27 23:28:59
2004-09-11Support for H.264/AVC videoJames Stembridge
CVS patchset: 6959 CVS date: 2004/09/11 20:01:38
2004-09-04- fix compilation in non-debug modeBastien Nocera
CVS patchset: 6937 CVS date: 2004/09/04 02:07:48
2004-09-02- fix a compilation issue with gcc 3.3.xBastien Nocera
CVS patchset: 6929 CVS date: 2004/09/02 14:24:39
2004-09-01- fix the gcc 3.4 errors with inline functions by moving the functions aroundBastien Nocera
sorry, unimplemented: inlining failed in call to 'XXX': function body not available CVS patchset: 6924 CVS date: 2004/09/01 11:59:42
2004-08-04some compilers do not optimize these unused functions away themselves, soMichael Roitzsch
they will lead to unresolved symbols (closes bug #1002430) CVS patchset: 6874 CVS date: 2004/08/04 16:27:16
2004-06-21* add one file missing in release (not critical, since unneeded)Michael Roitzsch
* remove two unneeded files CVS patchset: 6727 CVS date: 2004/06/21 16:37:00
2004-06-13fix ffmpeg warningsMichael Roitzsch
CVS patchset: 6681 CVS date: 2004/06/13 13:23:58
2004-06-13PPC AltiVec fixMike Melanson
CVS patchset: 6680 CVS date: 2004/06/13 00:10:47
2004-06-12not all compilers strip unused static functions from object files.Miguel Freitas
gcc 2.96 does not. this causes a bunch of undefined symbols: undefined symbol: ff_init_me (../.libs/xineplug_decode_ff.so) undefined symbol: ff_estimate_p_frame_motion (../.libs/xineplug_decode_ff.so) undefined symbol: ff_fix_long_p_mvs (../.libs/xineplug_decode_ff.so) undefined symbol: ff_fix_long_mvs (../.libs/xineplug_decode_ff.so) undefined symbol: ff_h263_encode_motion (../.libs/xineplug_decode_ff.so) undefined symbol: h263_encode_init (../.libs/xineplug_decode_ff.so) Mike, can you merge this back to ffmpeg cvs? CVS patchset: 6677 CVS date: 2004/06/12 22:14:13
2004-06-11fix init bug that manifests when decoder is not disposed betweenMike Melanson
initializations CVS patchset: 6672 CVS date: 2004/06/11 02:25:56
2004-06-10flac.c is in the SOURCES now, no need to EXTRA_DIST itMichael Roitzsch
CVS patchset: 6669 CVS date: 2004/06/10 20:46:25
2004-06-10hook up ffmpeg's FLAC decoderMike Melanson
CVS patchset: 6664 CVS date: 2004/06/10 04:46:18
2004-06-04shut up GCC.Daniel Caujolle-Bert
CVS patchset: 6637 CVS date: 2004/06/04 13:29:29
2004-06-01renamed symbol appropriately to avoid duplicate symbol references, followingConrad Parker
the pattern of dummy in alpha, mmx etc. CVS patchset: 6625 CVS date: 2004/06/01 14:36:34
2004-05-30merge ffmpeg to fix compiler warningsMichael Roitzsch
CVS patchset: 6612 CVS date: 2004/05/30 19:24:17
2004-05-15gcc 3.4.0 doesn't like function prototypes with the inline specifier. ffmpeg ↵Robin KAY
developers have been informed. CVS patchset: 6541 CVS date: 2004/05/15 14:23:15
2004-05-11preparation for rc4aMiguel Freitas
quick fix for wma static noise. (a more general solution should be employed in configure.ac) CVS patchset: 6520 CVS date: 2004/05/11 21:31:55
2004-05-09syncMiguel Freitas
CVS patchset: 6511 CVS date: 2004/05/09 23:31:59
2004-04-26housekeepingMichael Roitzsch
CVS patchset: 6446 CVS date: 2004/04/26 18:31:57
2004-04-26Fix build process when srcdir != builddir.František Dvořák
CVS patchset: 6441 CVS date: 2004/04/26 15:38:18
2004-04-25ffmpeg syncMiguel Freitas
CVS patchset: 6437 CVS date: 2004/04/25 18:57:04
2004-03-17missing headerxine-1-rc3b-release1-rc3bDaniel Caujolle-Bert
CVS patchset: 6284 CVS date: 2004/03/17 20:30:27
2004-03-17fix ffmpeg breakageDaniel Caujolle-Bert
CVS patchset: 6283 CVS date: 2004/03/17 20:24:16
2004-03-15fix idct function prototype and remove extraenous brace (thanks Robin)Mike Melanson
CVS patchset: 6262 CVS date: 2004/03/15 01:22:22
2004-03-14sync to ffmpeg build 4707Mike Melanson
CVS patchset: 6253 CVS date: 2004/03/14 21:14:07
2004-03-14new ffmpeg files for build 4707Mike Melanson
CVS patchset: 6252 CVS date: 2004/03/14 21:07:01
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in ↵Robin KAY
dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom. CVS patchset: 6180 CVS date: 2004/02/20 19:53:38
2004-02-04missing file!!Miguel Freitas
CVS patchset: 6115 CVS date: 2004/02/04 01:14:53
2004-02-03ported SMJPEG IMA and EA ADPCM decoders to ffmpegMike Melanson
CVS patchset: 6109 CVS date: 2004/02/03 04:27:16
2004-02-01these header files will need to be bundled in the distributionMike Melanson
CVS patchset: 6098 CVS date: 2004/02/01 15:17:54
2004-02-013 files that slipped through: use ffmpeg's own copy of bswap.h to avoidMike Melanson
namespace conflict with xine; initial import for the faandct.* files CVS patchset: 6097 CVS date: 2004/02/01 14:54:47
2004-02-01sync to ffmpeg build 4699Mike Melanson
CVS patchset: 6090 CVS date: 2004/02/01 05:31:16
2004-02-01importing new ffmpeg codecs: 8BPS, FLIC, lossless codecs (MSZH & ZLIB),Mike Melanson
QT SMC, Duck TrueMotion v1, and Sierra VMD A/V CVS patchset: 6089 CVS date: 2004/02/01 05:11:55
2004-01-02quick fix to play SVQ1 files with embedded stringsMike Melanson
CVS patchset: 5972 CVS date: 2004/01/02 02:59:03
2003-12-10we should not claim copyright on files imported from ffmpeg,Michael Roitzsch
this might upset the ffmpeg people CVS patchset: 5887 CVS date: 2003/12/10 16:34:21
2003-12-10fix warnings about NDEBUG being redefinedMichael Roitzsch
CVS patchset: 5886 CVS date: 2003/12/10 16:30:26
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
CVS patchset: 5879 CVS date: 2003/12/09 00:02:28