summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 8088flex TMV video decoder now uses ff_draw_pc_font()Peter Ross2010-07-18
| | | | Originally committed as revision 24297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_draw_pc_font()Peter Ross2010-07-18
| | | | Originally committed as revision 24296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_vga16_fontPeter Ross2010-07-18
| | | | Originally committed as revision 24295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the AV_PERM_* flags definition outside the AVFilterPicRefS.N. Hemanth Meenakshisundaram2010-07-17
| | | | | | | | | | | definition. This way it is easier to reference them in other structures, for example in the pending AVFilterSamplesRef struct. Patch by S.N. Hemanth Meenakshisundaram smeenaks AT ucsd DOT edu. Originally committed as revision 24294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify AVFilterBuffer documentation, make it clear that it is notStefano Sabatini2010-07-17
| | | | | | necessarily video-related. Originally committed as revision 24293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after AVFilterBuffer w and h fields removal.Stefano Sabatini2010-07-17
| | | | Originally committed as revision 24292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram2010-07-17
| | | | | | | | | | These fields are never used, and they do not seem to belong to AVFilterBuffer anymore, now that it is now a media-independent structure and these fields are video-related. Patch by S.N. Hemanth Meenakshisundaram smeenaks ! ucsd ! edu. Originally committed as revision 24291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use attribute force_align_arg_pointer only on x86_32.Carl Eugen Hoyos2010-07-17
| | | | Originally committed as revision 24290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add stddev comparatorMåns Rullgård2010-07-17
| | | | | | | This allows CMP=stddev in test rules. The test passes if the reported stddev is <= the FUZZ value (default 1). Originally committed as revision 24289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: whitespace cosmeticsMåns Rullgård2010-07-17
| | | | Originally committed as revision 24288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation syntax for the color source, the third parameter isStefano Sabatini2010-07-17
| | | | | | frame_rate, not frame_width. Thanks elenril for spotting it. Originally committed as revision 24287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Undo my revert at r24260.Vitor Sessak2010-07-17
| | | | | | This is the only way by now to test this codec. Originally committed as revision 24286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for AVFilterPic -> AVFilterBuffer rename.Stefano Sabatini2010-07-17
| | | | Originally committed as revision 24285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram2010-07-17
| | | | | | | | | The struct is going to be used for audio data as well, so the new name is less misleading. Patch by S.N. Hemanth Meenakshisundaram smeenaks AT ucsd DOT edu. Originally committed as revision 24284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-17
| | | | | | The [in] and [out] attributes have to be appended to the @param command. Originally committed as revision 24283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add color source.Stefano Sabatini2010-07-17
| | | | Originally committed as revision 24282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avidec : Free packet if dv_produce_packet fails.Jai Menon2010-07-17
| | | | Originally committed as revision 24281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aviobuf: Do short seeks forward by reading and skipping data instead of a ↵Martin Storsjö2010-07-17
| | | | | | | | proper seek This improves performance on e.g. seekable http. Originally committed as revision 24280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avidec : Free codec context before initializing the chained DV demuxer.Jai Menon2010-07-17
| | | | Originally committed as revision 24279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor and add APIchanges entry for url_fskip return value change.Martin Storsjö2010-07-16
| | | | Originally committed as revision 24278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* url_fskip: Return an error code if the url_fseek failedMartin Storsjö2010-07-16
| | | | Originally committed as revision 24277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In ogg muxer, free dyn allocated buffer, fix memleakBaptiste Coudurier2010-07-16
| | | | Originally committed as revision 24276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to fix x86-64 testsuite on fate.Ronald S. Bultje2010-07-16
| | | | Originally committed as revision 24275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Add a missing const.Alex Converse2010-07-16
| | | | Originally committed as revision 24274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Template quantize_and_encode_band_cost().Alex Converse2010-07-16
| | | | Originally committed as revision 24273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate define.Ronald S. Bultje2010-07-16
| | | | Originally committed as revision 24272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert 24270, it contained some stuff that shouldn't have been in there.Ronald S. Bultje2010-07-16
| | | | Originally committed as revision 24271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate define.Ronald S. Bultje2010-07-16
| | | | Originally committed as revision 24270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give x86 r%d registers names, this will simplify implementation of the chromaRonald S. Bultje2010-07-16
| | | | | | inner loopfilter, and it also allows us to save one register on x86-64/sse2. Originally committed as revision 24269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change return statement, the REP_RET is a mistake since the else case (x86-64,Ronald S. Bultje2010-07-16
| | | | | | sse2) doesn't actually loop, so REP_RET isn't necessary. Originally committed as revision 24268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö2010-07-16
| | | | | | | | If the destination planes are offset within the destination buffer, writing the extra bytes at the end may write outside of the destination buffer. Originally committed as revision 31746 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak2010-07-16
| | | | Originally committed as revision 24267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http: Log a warning when receiving an error codeMartin Storsjö2010-07-16
| | | | Originally committed as revision 24266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-16
| | | | | | It will be used by other parts of lavf now. This reverts svn rev 23846. Originally committed as revision 24265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use designated initialisers for pcm codec structPeter Ross2010-07-16
| | | | Originally committed as revision 24264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: update vc1 referenceMåns Rullgård2010-07-16
| | | | Originally committed as revision 24263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis regtestsVitor Sessak2010-07-16
| | | | Originally committed as revision 24262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependencies for msmpeg4v3 regression testMåns Rullgård2010-07-16
| | | | Originally committed as revision 24261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r24258:Vitor Sessak2010-07-16
| | | | | | | | | | | | | | Log: Add msmpeg4v1 regtest Added: trunk/tests/ref/fate/msmpeg4v1 Modified: trunk/tests/fate2.mak According to Mans, "make test" tests already msmpeg4v1. Originally committed as revision 24260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nit: fix alphabetical orderVitor Sessak2010-07-16
| | | | Originally committed as revision 24259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add msmpeg4v1 regtestVitor Sessak2010-07-16
| | | | Originally committed as revision 24258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MS-GSM regtestVitor Sessak2010-07-16
| | | | Originally committed as revision 24257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATRAC3 regtestsVitor Sessak2010-07-16
| | | | Originally committed as revision 24256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ATRAC1 regtestVitor Sessak2010-07-16
| | | | Originally committed as revision 24255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add EAC3 regtestsVitor Sessak2010-07-16
| | | | Originally committed as revision 24254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AC3 regtestsVitor Sessak2010-07-16
| | | | Originally committed as revision 24253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp8: Save mb border needed for intra prediction so that loop filter can runDavid Conrad2010-07-16
| | | | | | immediately after a mb row is decoded Originally committed as revision 24252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp8: Check for malloc failureDavid Conrad2010-07-16
| | | | Originally committed as revision 24251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-15
| | | | Originally committed as revision 24250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON H264 chroma loop filter 3 cycles fasterMåns Rullgård2010-07-15
| | | | Originally committed as revision 24249 to svn://svn.ffmpeg.org/ffmpeg/trunk