aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\
| * Fix incompatible pointer types warning, also seems to fix mis-compilation wit...Gravatar reimar2009-08-17
| * Fix 100l broken flag check found due to compiler warning.Gravatar reimar2009-08-17
| * Set demuxer->filepos in mf demuxer, since the stream_tell fallback is notGravatar reimar2009-08-17
| * Get rid of rawaudio control code again that only duplicates the fallback code inGravatar reimar2009-08-17
| * Handle demuxers that never set filepos by using stream_tell.Gravatar reimar2009-08-17
| * swscale-example: Make selection of dstW, dstH, and flags more clear.Gravatar ramiro2009-08-17
| * Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case theGravatar reimar2009-08-16
| * Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS forGravatar reimar2009-08-16
| * More indentation changes leftover from r29522:Gravatar ramiro2009-08-16
| * Cosmetics:Gravatar ramiro2009-08-16
| * Indent libswscale:Gravatar ramiro2009-08-16
| * Fix file information. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-15
| * Add missing major contributors to copyright statement.Gravatar cehoyos2009-08-15
| * improve previous translationGravatar jrash2009-08-15
| * Indent.Gravatar ramiro2009-08-15
| * Vertical yuv -> yuv16 scaler.Gravatar ramiro2009-08-14
| * Allow compilation with gcc 2.95.3 if videodev2.h does not support it.Gravatar cehoyos2009-08-14
| * BGR32 MMX special convertor.Gravatar ramiro2009-08-14
| * Fix crash when event format is not specifiedGravatar greg2009-08-13
| * Add Dolby TrueHD support for mkv demuxer.Gravatar cehoyos2009-08-13
| * Indent.Gravatar ramiro2009-08-13
| * swscale-example: Don't check for chroma planes in mono formats.Gravatar ramiro2009-08-13
| * MMX2 horizontal scaler: Determine code size at runtime.Gravatar ramiro2009-08-13
| * Protect mmx2 filter code buffers so they are not executable and writeable atGravatar ramiro2009-08-13
| * Remove duplicate define (it is the same in the lum code).Gravatar ramiro2009-08-13
| * Rename "funny" code to "mmx2 filter" code.Gravatar ramiro2009-08-13
| * Indent.Gravatar ramiro2009-08-13
| * swscale-example: Remove hack to end loop by setting variables to break.Gravatar ramiro2009-08-13
| * swscale-example: Don't return random value from main().Gravatar ramiro2009-08-13
| * swscale-example: Check for Gray formats.Gravatar ramiro2009-08-13
| * Fix possible double-free.Gravatar cehoyos2009-08-12
| * make codec-cfg reuse the proper defined constants for all RGB/BGR formatsGravatar reimar2009-08-12
| * 100l, fix compilation again and make codec-cfg.c use the predefined constantsGravatar reimar2009-08-12
| * 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.Gravatar reimar2009-08-12
| * Allow decoding of 48 bit png image files.Gravatar cehoyos2009-08-12
| * Use new libavformat metadata API.Gravatar greg2009-08-11
| * s/RG48xE/RGB48xEGravatar cehoyos2009-08-11
| * Make *avcctx AVCodecContext instead of void.Gravatar cehoyos2009-08-11
| * Fix H.264 SPS parsing in case of scaling list present.Gravatar cehoyos2009-08-11
| * Fix a crash when playing some H264 over rtsp streams: Do pass anGravatar cehoyos2009-08-11
| * Explain how formats must be ordered in fmt_list so the parser can handleGravatar reimar2009-08-11
| * fmt_table should be const as well.Gravatar reimar2009-08-11
| * Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT overGravatar cehoyos2009-08-11
| * Allow dpx image files as input.Gravatar cehoyos2009-08-11
| * Allow out-formats for IMGFMT_RGB48* in codecs.conf.Gravatar cehoyos2009-08-11
| * Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.Gravatar cehoyos2009-08-11
| * Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.Gravatar cehoyos2009-08-11
| * Remove disabled debug code.Gravatar diego2009-08-10
| * Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Gravatar ramiro2009-08-09