summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add doxygen @file comment blockPeter Ross2010-07-19
| | | | Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_asf: Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-19
| | | | Originally committed as revision 24325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove outdated entries about bt8x8 capture on Linux 2.4 kernels.Diego Biurrun2010-07-19
| | | | Originally committed as revision 24324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark URL as such with texinfo markup.Diego Biurrun2010-07-19
| | | | Originally committed as revision 24323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify bug reporting policy with regard to releases.Diego Biurrun2010-07-19
| | | | Originally committed as revision 24322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark file references as such with texinfo markup.Diego Biurrun2010-07-19
| | | | Originally committed as revision 24321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate RTP depacketization entry.Diego Biurrun2010-07-19
| | | | | | Two questions below there is the same Q+A, slightly rephrased. Originally committed as revision 24320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent and unify whitespaceMartin Storsjö2010-07-19
| | | | Originally committed as revision 31757 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö2010-07-19
| | | | | | This avoids writing outside of the designated rectangle. Originally committed as revision 31756 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-18
| | | | | | internal.h header, so they can be easily used from other files. Originally committed as revision 24319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another try at fixing swscale on win64, as per r31153.Anton Mitrofanov2010-07-18
| | | | | | | | | | | | Don't change paramater passing, but instead use casts. Shouldn't affect asm output on anything other than win64. libswscale should work on win64 now. The rest of ffmpeg still isn't win64 compatible due to the issue of xmm clobbers, but swscale doesn't use any SSE. Patch by Anton Mitrofanov <BugMaster AT narod DOT ru>. Originally committed as revision 31751 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fate: ensure all imported rules are handled by helpersMåns Rullgård2010-07-18
| | | | Originally committed as revision 24318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: simplify test runner slightlyMåns Rullgård2010-07-18
| | | | | | | All tests use the provided helper functions so prepending $target_exec and using eval is no longer required. Originally committed as revision 24317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: use helper functions in test rulesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-18
| | | | Originally committed as revision 24315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add some helper functions to simplify test rulesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: apply TARGET_EXEC only to commands starting with absolute pathMåns Rullgård2010-07-18
| | | | Originally committed as revision 24313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: use our variable names in test rules imported from Mike's dbMåns Rullgård2010-07-18
| | | | Originally committed as revision 24312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate-run: rename some variables consistently with other filesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: do not delete ref files when updating tests from dbMåns Rullgård2010-07-18
| | | | Originally committed as revision 24310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MD5 protocolMåns Rullgård2010-07-18
| | | | | | | | | This is a write-only protocol which computes the md5sum of data written, and on close writes this to the designated output or stdout if none is specified. It can be used to test muxers without writing an actual file. Originally committed as revision 24309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-18
| | | | Originally committed as revision 24308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak when using mp*float decoder.flybird2k@gmail.com2010-07-18
| | | | | | Patch by flybird2k at gmail Originally committed as revision 24307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård2010-07-18
| | | | | | | | The URL specification allows letters, numbers, plus, hyphen, and period in the scheme part. The isalpha() test would allow additional characters depending on locale settings while rejecting numbers and punctuation. Originally committed as revision 24306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFmpeg : Replace some av_exit calls in av_transcode with branches to theJai Menon2010-07-18
| | | | | | | | cleanup code. This plugs a bunch of memleaks. Originally committed as revision 24305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix URL for ffv1, msmpeg4, asv1, 4xm docs.Diego Biurrun2010-07-18
| | | | Originally committed as revision 24304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove trailing linefeedPeter Ross2010-07-18
| | | | Originally committed as revision 24303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct doxygen syntaxPeter Ross2010-07-18
| | | | Originally committed as revision 24302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tele-typewriter demuxerPeter Ross2010-07-18
| | | | Originally committed as revision 24301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_sauce_read()Peter Ross2010-07-18
| | | | Originally committed as revision 24300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASCII/ANSI art decoderPeter Ross2010-07-18
| | | | Originally committed as revision 24299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add @file documentation tagPeter Ross2010-07-18
| | | | Originally committed as revision 24298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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