Thu, 09 Sep 2010 19:21:16 +0000 |
mstorsjo |
Add G.722 ADPCM audio decoder
libavcodec
|
Wed, 08 Sep 2010 16:02:20 +0000 |
diego |
Use filename as pattern for multiple inclusion guards.
libavcodec
|
Wed, 08 Sep 2010 15:34:13 +0000 |
diego |
Add missing stdint.h #include; necessary to pass 'make checkheaders'.
libavcodec
|
Wed, 08 Sep 2010 15:07:14 +0000 |
stefano |
Move mm_support() from libavcodec to libavutil, make it a public
libavcodec
|
Wed, 08 Sep 2010 14:36:13 +0000 |
stefano |
Remove reference to not anymore existing symbol has_altivec and use
libavcodec
|
Wed, 08 Sep 2010 10:02:40 +0000 |
stefano |
Merge has_altivec() function into mm_support(), remove it and use
libavcodec
|
Wed, 08 Sep 2010 05:51:31 +0000 |
reimar |
Only draw the actually visible area in vp3_draw_horiz_band.
libavcodec
|
Tue, 07 Sep 2010 21:24:03 +0000 |
stefano |
Remove use of deprecated functions av_image_fill_pointers/linesizes in
libavcodec
|
Tue, 07 Sep 2010 21:23:59 +0000 |
stefano |
Reindent.
libavcodec
|
Tue, 07 Sep 2010 21:23:55 +0000 |
stefano |
Move av_picture_data_copy() to libavcore, and rename it
libavcodec
|
Tue, 07 Sep 2010 21:23:52 +0000 |
stefano |
Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo
libavcodec
|
Tue, 07 Sep 2010 21:23:48 +0000 |
stefano |
Reindent after the last commit.
libavcodec
|
Tue, 07 Sep 2010 21:23:45 +0000 |
stefano |
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,
libavcodec
|
Tue, 07 Sep 2010 20:46:29 +0000 |
vitor |
Move lsp2lpc_sipr() function to common code so it can be reused in a
libavcodec
|
Tue, 07 Sep 2010 20:44:41 +0000 |
vitor |
Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.
libavcodec
|