summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs2007-06-11
| | | | Originally committed as revision 9283 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
* 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
* 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
* 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
* 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
* h264: use 'simple' in border backup / xchgAndreas Öman2007-06-07
| | | | | | | | | patch by Andreas Öman: [andreas olebyn nu] original thread: subject: [FFmpeg-devel] [patch] h264: use 'simple' in border backup / xchg date: 06/07/2007 03:24 PM Originally committed as revision 9237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some forgotten lib prefixes to Makefile variables.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename cb fieldEric Lasota2007-06-06
| | | | | | | | patch by Eric Lasota: [riot at icculus org] original thread: [FFmpeg-devel] [PATCH] RoQ decoder 4:4:4 update date: 06/05/2007 09:22 PM Originally committed as revision 9231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give names of external library decoders/encoders a lib prefixDiego Biurrun2007-06-06
| | | | | | in the ffmpeg/ffplay output. Originally committed as revision 9227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables.Diego Biurrun2007-06-05
| | | | Originally committed as revision 9224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota2007-06-05
| | | | | | | | | instead of packed 4:2:0 clusters patch by Eric Lasota: \ riot icculus org / original threads: [FFmpeg-devel] [PATCH] RoQ decoder 4:4:4 update date: 06/04/2007 03:52 AM and 06/05/2007 01:10 AM Originally committed as revision 9223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-05
| | | | | | | | | | to vc1 encoder, as this function would be useful there. patch by Denis Fortin % fortin A nerim P net % Original thread: date: Jun 4, 2007 9:23 PM subject: Re: [FFmpeg-devel] [RFC] move wmv2.c to its own file Originally committed as revision 9222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingDiego Biurrun2007-06-04
| | | | Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix error: indeo2.c:202:1: directives may not be used inside a macro argument,Christian Lohmaier2007-06-04
| | | | | | | introduced when init_vlc was turned into a macro Patch by Christian Lohmaier %cloph A openoffice P org% Originally committed as revision 9198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Codebook generator using the ELBG algorithmVitor Sessak2007-06-04
| | | | | | | | | patch by Vitor: printf(vitor%d gmail com, 1001) original thread: Re: [FFmpeg-devel] [PATCH] Add a codebook generator (was: [PATCH] RoQ video encoder, take 2) date: 05/28/2007 01:21 PM Originally committed as revision 9196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_idct_add_altivec, based on an old patch from Mauricio Alvarez ↵Luca Barbato2007-06-03
| | | | | | <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> Originally committed as revision 9182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), ↵Andreas Öman2007-06-03
| | | | | | | | so delegate that case to filter_mb(). Patch by Andreas Öman [andreas at olebyn dot nu]. Originally committed as revision 9180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native decoder. Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native encoder. Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove get_byte wrapperRamiro Polla2007-06-02
| | | | Originally committed as revision 9170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix skipped blocksMichael Niedermayer2007-06-01
| | | | | | fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq) Originally committed as revision 9168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check qblur > 1 (prevent assert failure / segfault)Michael Niedermayer2007-05-31
| | | | | | fixes sf bug #797610 Originally committed as revision 9166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-30
| | | | | | should fix sf bug #1547313 Originally committed as revision 9164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assert() 2nd tryMichael Niedermayer2007-05-30
| | | | Originally committed as revision 9163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
| | | | | | | | | -pix_fmt list patch by Stefano Sabatini stefano sabatini minus lala chez poste it original thread: [FFmpeg-devel] [PATCH] List supported pixel formats date: 05/25/2007 05:46 PM Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
| | | | | | | | patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failureMichael Niedermayer2007-05-29
| | | | Originally committed as revision 9152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do proper frame swapping so VMD video decoder works againKostya Shishkov2007-05-29
| | | | Originally committed as revision 9151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-29
| | | | | | | | patch by Vitor vitor1001 gmail moc original thread: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2 date: 05/27/2007 12:21 PM Originally committed as revision 9149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate PPS and SPS dynamicallyAndreas Öman2007-05-29
| | | | | | | | | patch by Andreas Öman andreas ta olebyn tod nu reference thread: subject: [FFmpeg-devel] [PATCH] h264: allocate PPS and SPS dynamically date: 05/28/2007 03:00 PM Originally committed as revision 9148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics and function renameVitor Sessak2007-05-29
| | | | | | | | | patch by Vitor ken1001 gmail com | sed -e s/ken/vitor/ reference thread: subject: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2 date: 05/27/2007 12:21 PM Originally committed as revision 9147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
| | | | Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make decoder decode the first frame properly if theres more than just oneMichael Niedermayer2007-05-27
| | | | | | frame input Originally committed as revision 9144 to svn://svn.ffmpeg.org/ffmpeg/trunk