aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore vertical alignment in some definesRamiro Polla2010-07-201-12/+12
* Revert r24339 (it causes fate failures on x86-64) - I'll figure out what'sRonald S. Bultje2010-07-192-127/+32
* Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje2010-07-194-6/+29
* Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.Ronald S. Bultje2010-07-192-32/+127
* Be more efficient with registers or stack memory. Saves 8/16 bytes stackRonald S. Bultje2010-07-191-16/+16
* Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje2010-07-195-58/+96
* aacenc: Convert if () abort() to assert().Alex Converse2010-07-191-1/+1
* rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizerJosh Allmann2010-07-191-11/+5
* Cosmetics: WhitespaceAlex Converse2010-07-191-13/+13
* aacenc: Adjust array offsets for the current channel before calling ff_psy_su...Nathan Caldwell2010-07-191-7/+8
* aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset chan...Nathan Caldwell2010-07-191-15/+16
* Fix lavfi pixdesc testMåns Rullgård2010-07-194-13/+171
* Generate list of lavfi tests in configureMåns Rullgård2010-07-192-15/+4
* fate: echo fate-run command with V=1Måns Rullgård2010-07-191-1/+1
* fix av_seek_frame_binary() documentationAurelien Jacobs2010-07-191-1/+1
* Add doxygen @file comment blockPeter Ross2010-07-195-5/+25
* rtpdec_asf: Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-191-3/+3
* Remove outdated entries about bt8x8 capture on Linux 2.4 kernels.Diego Biurrun2010-07-191-13/+0
* Mark URL as such with texinfo markup.Diego Biurrun2010-07-191-1/+1
* Clarify bug reporting policy with regard to releases.Diego Biurrun2010-07-191-4/+5
* Mark file references as such with texinfo markup.Diego Biurrun2010-07-191-2/+2
* Remove duplicate RTP depacketization entry.Diego Biurrun2010-07-191-5/+0
* Cosmetics: reindent and unify whitespaceMartin Storsjö2010-07-191-4/+4
* Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö2010-07-191-3/+3
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-183-10/+44
* Another try at fixing swscale on win64, as per r31153.Anton Mitrofanov2010-07-181-9/+12
* fate: ensure all imported rules are handled by helpersMåns Rullgård2010-07-181-1/+4
* fate: simplify test runner slightlyMåns Rullgård2010-07-181-2/+1
* fate: use helper functions in test rulesMåns Rullgård2010-07-183-417/+433
* Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-181-1/+1
* fate: add some helper functions to simplify test rulesMåns Rullgård2010-07-181-0/+24
* fate: apply TARGET_EXEC only to commands starting with absolute pathMåns Rullgård2010-07-181-1/+2
* fate: use our variable names in test rules imported from Mike's dbMåns Rullgård2010-07-183-369/+366
* fate-run: rename some variables consistently with other filesMåns Rullgård2010-07-181-2/+6
* fate: do not delete ref files when updating tests from dbMåns Rullgård2010-07-181-1/+0
* Add MD5 protocolMåns Rullgård2010-07-183-0/+94
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-183-0/+9
* Fix memleak when using mp*float decoder.flybird2k@gmail.com2010-07-181-4/+11
* Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård2010-07-181-19/+11
* FFmpeg : Replace some av_exit calls in av_transcode with branches to theJai Menon2010-07-181-4/+8
* Fix URL for ffv1, msmpeg4, asv1, 4xm docs.Diego Biurrun2010-07-181-1/+1
* Remove trailing linefeedPeter Ross2010-07-181-1/+0
* Use correct doxygen syntaxPeter Ross2010-07-181-2/+2
* Tele-typewriter demuxerPeter Ross2010-07-186-1/+137
* Add ff_sauce_read()Peter Ross2010-07-182-0/+136
* ASCII/ANSI art decoderPeter Ross2010-07-184-1/+436
* Add @file documentation tagPeter Ross2010-07-182-0/+2
* 8088flex TMV video decoder now uses ff_draw_pc_font()Peter Ross2010-07-181-11/+5
* Add ff_draw_pc_font()Peter Ross2010-07-182-0/+24
* Add ff_vga16_fontPeter Ross2010-07-182-2/+262