aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Use a buffer of about half a second, instead of sizing it to haveGravatar cladisch2009-08-24
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Gravatar ramiro2009-08-23
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Gravatar ramiro2009-08-23
* Reuse ds_get_packet in ds_get_packet_ptsGravatar reimar2009-08-23
* Fix inconsistent indentation.Gravatar ramiro2009-08-22
* Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...Gravatar reimar2009-08-21
* Check return values of sws_allocVec() and sws_getConstVec().Gravatar ramiro2009-08-20
* OpenAL: untested support for 8-channel audio.Gravatar reimar2009-08-19
* Fix channel reordering when using 24-bit samples by adding breaks to casesGravatar tack2009-08-19
* Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.Gravatar reimar2009-08-19
* Fix detection of mips arch on NetBSD/sgimips.Gravatar diego2009-08-19
* Free initial swscale context, too. Avoids a valgrind warning.Gravatar reimar2009-08-19
* Remove useless casts of malloc return value.Gravatar reimar2009-08-19
* Introduce and use sws_allocVec().Gravatar ramiro2009-08-19
* Reuse sws_getConstVec() where possible.Gravatar ramiro2009-08-19
* Cosmetics: adjust alignment.Gravatar tack2009-08-18
* Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-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