summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add TrueSpeech regtestVitor Sessak2010-07-12
| | | | Originally committed as revision 24221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add vp8 bilinear testsMåns Rullgård2010-07-12
| | | | | | Mike added these some time ago, and I forgot to update here. Originally committed as revision 24220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avfft: make init functions return NULL on failure as intendedMåns Rullgård2010-07-12
| | | | Originally committed as revision 24219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct length modifier for size comparison in printf expression, fixes:Diego Biurrun2010-07-12
| | | | | | | libavcodec/wmavoice.c:1906: warning: format `%lu' expects type `long unsigned int', but argument 5 has type `unsigned int' approved by Ronald and Mans on IRC Originally committed as revision 24218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12
| | | | | | | The AAC decoder and ADTS-to-ASC BSF both require the header decoder but not full parsing capabilities. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not generate LaTeX Doxygen documentation by default.Diego Biurrun2010-07-12
| | | | | | Our general use case just requires HTML documentation, so skip the extra step. Originally committed as revision 24216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Turn off the useless default chatter that doxygen prints to the console.Diego Biurrun2010-07-12
| | | | Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Remove the warning about non-meaningful window transitions.Alex Converse2010-07-12
| | | | | | | | It created false positives on seeks and where the first frame is STOP or SHORT. It failed to warn in illegal SHORT->LONG transitions. In general it created much confusion and many junk bug reports from the users. Originally committed as revision 24214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use math constant instead of hardcoded rounded value for sqrt(0.5).Christophe Gisquet2010-07-12
| | | | | | Patch by Christophe.Gisquet (gmail) Originally committed as revision 24213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Report when a method gets an error status codeLuca Barbato2010-07-12
| | | | | | | That makes easier understand what went wrong. In debug mode the whole reply gets printed. Originally committed as revision 24212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix side channels when XCh extension is present.Nick Brereton2010-07-12
| | | | | | Patch by Nick Brereton $name AT n$surname DOT net Originally committed as revision 24210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move XCH parameters into context structure.Nick Brereton2010-07-12
| | | | | | Patch by Nick Brereton $name AT n$surname DOT net Originally committed as revision 24209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the type of Y table to pointer to void in fill_table().Benoit Fouet2010-07-12
| | | | | | | | | This fixes warnings about wrong type being used, e.g.: libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’: libswscale/yuv2rgb.c:778: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type libswscale/yuv2rgb.c:598: note: expected ‘uint8_t *’ but argument is of type ‘uint16_t *’ Originally committed as revision 31722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* MMX/SSE VC1 loop filterDavid Conrad2010-07-11
| | | | Originally committed as revision 24208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11
| | | | Originally committed as revision 24207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1: Fix ordering of loop filter for I/B framesDavid Conrad2010-07-11
| | | | | | All horizontal edges must be filtered before all vertical edges Originally committed as revision 24206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1: ff_draw_horiz_band needs a one row delay when the loop filter is activeDavid Conrad2010-07-11
| | | | Originally committed as revision 24205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into oneRamiro Polla2010-07-11
| | | | Originally committed as revision 24204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: properly check if vfw capture is supported by the system headersRamiro Polla2010-07-11
| | | | | | | | Remove check for an specific w32api version, checking instead if vfw.h supports vfw capture. The defines in w32api 3.12 were wrong, so this must be accounted for in the check. Originally committed as revision 24203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIchanges: fix a grammar mistakeJustin Ruggles2010-07-11
| | | | Originally committed as revision 24202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set libvpx encoding profile to libavcodec's profile.James Zern2010-07-11
| | | | | | Patch by James Zern, jzern google Originally committed as revision 24201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill-in revision number for addition of lpc_type and lpc_passes.Justin Ruggles2010-07-11
| | | | Originally committed as revision 24200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
| | | | | | | Add AVLPCType enum. Deprecate AVCodecContext.use_lpc. Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the avoidance of usage of these AVStream fields.Víctor Paesa2010-07-11
| | | | Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not try to decode less than one frame of data in TrueSpeech decoder.Kostya Shishkov2010-07-11
| | | | | | This should solve issue 2085. Originally committed as revision 24197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-11
| | | | Originally committed as revision 24196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NellyMoser regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DTS Coherent Acoustics regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Pictor/PC Paint PIC regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crop filter syntax shown for the -crop* options in the ffmpeg manStefan de Konink2010-07-11
| | | | | | | | page. Patch by Stefan de Konink /$name/@/konink/de. Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_base64_decode return valueLuca Barbato2010-07-11
| | | | | | garbled sdp would cause crash otherwise. Originally committed as revision 24191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini2010-07-11
| | | | | | and intreadwrite.h API public interface). Originally committed as revision 24190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ID3v1 tags in mp3 filesJames Darnley2010-07-11
| | | | | | Patch by James Darnley, james dot darnley at gmail Originally committed as revision 24189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, change avsubtitle_free to the actually tested and working version.Reimar Döffinger2010-07-11
| | | | Originally committed as revision 24188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pix_fmt to the correct value for the format the PGS decoder actually uses.Reimar Döffinger2010-07-11
| | | | Originally committed as revision 24187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless casts and memset.Reimar Döffinger2010-07-11
| | | | Originally committed as revision 24186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avsubtitle_free function.Reimar Döffinger2010-07-11
| | | | Originally committed as revision 24185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some buffer checksPascal Massimino2010-07-11
| | | | Originally committed as revision 24184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use avccontext->frame_size where appropriatePascal Massimino2010-07-11
| | | | Originally committed as revision 24183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix trivial punctuation errorPeter Ross2010-07-11
| | | | Originally committed as revision 24182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Psygnosis YOP demuxer and decoder testVitor Sessak2010-07-11
| | | | Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Intel Music Coder regtestVitor Sessak2010-07-10
| | | | Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check url_fseek results in gxf demuxer.Reimar Döffinger2010-07-10
| | | | Originally committed as revision 24179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QDM2 testVitor Sessak2010-07-10
| | | | Originally committed as revision 24178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document that and why subtitle decoders do not support direct-rendering.Reimar Döffinger2010-07-10
| | | | Originally committed as revision 24177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QCELP regtestVitor Sessak2010-07-10
| | | | Originally committed as revision 24176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG2 field encoding fate2 regtestVitor Sessak2010-07-10
| | | | Originally committed as revision 24175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install bswap.h and intreadwrite.hMåns Rullgård2010-07-10
| | | | Originally committed as revision 24174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make intreadwrite.h installation-safeMåns Rullgård2010-07-10
| | | | Originally committed as revision 24173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set fast_unaligned in avconfig.hMåns Rullgård2010-07-10
| | | | Originally committed as revision 24172 to svn://svn.ffmpeg.org/ffmpeg/trunk