summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove redundant filename self-references inside files.Diego Biurrun2011-11-088-11/+3
| * | indeo3data: add missing config.h #include for HAVE_BIGENDIANDiego Biurrun2011-11-081-0/+2
| * | x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-082-4/+4
| * | avplay: reset rdft when closing stream.Justin Ruggles2011-11-081-0/+2
| * | doc/git-howto: expand format-patch and send-email notes.Anton Khirnov2011-11-081-2/+15
| * | lavf: expand doxy for some AVFormatContext fields.Anton Khirnov2011-11-081-5/+44
* | | Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX).Themaister2011-11-0917-1250/+1220
* | | fraps: check for overreadMichael Niedermayer2011-11-092-1/+2
* | | mpegvideo_probe: reduce score for invalid streamsMichael Niedermayer2011-11-081-1/+2
* | | Fix nonsense buffer hints.Reimar Döffinger2011-11-081-1/+3
| |/ |/|
* | mpegvideo_probe: Getting rid of the use of GCC language extensionsMichael Niedermayer2011-11-081-1/+1
* | mpegvideo_probe: dont be too picky on spec compliance and the lack of system ...Michael Niedermayer2011-11-081-2/+2
* | mpegvideo_probe: count video and audio pes seperatelyMichael Niedermayer2011-11-081-4/+4
* | mpegvideo probe: fix slice countingMichael Niedermayer2011-11-081-1/+1
* | flv: Skip invalid indexMichael Niedermayer2011-11-081-1/+1
* | Revert "lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_defaul...Michael Niedermayer2011-11-081-1/+0
* | Check for OOM after av_mallocz() in ff_interleave_add_packet().Carl Eugen Hoyos2011-11-083-7/+20
* | Support decoding "m1v " mpeg1video in mov.Carl Eugen Hoyos2011-11-082-0/+4
* | Support decoding transport streams from Sony NXCAM.Carl Eugen Hoyos2011-11-081-1/+2
* | Revert "Warn the user if lowres > max_lowres, set lowres to max_lowres and co...Michael Niedermayer2011-11-081-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-0823-46/+572
|\ \ | |/
| * avformat: Avoid a warning about mixed declarations and codeMartin Storsjö2011-11-081-1/+1
| * BMV demuxer and decoderKostya Shishkov2011-11-0811-2/+510
| * matroskaenc: Make sure the seekhead struct is freed even on seek failureMartin Storsjö2011-11-071-3/+7
| * mpeg12enc: Remove write-only variables.Alex Converse2011-11-071-15/+4
| * mpeg12enc: Don't set up run-level info for level 0.Alex Converse2011-11-071-0/+2
| * msmpeg4: Don't set up run-level info for level 0.Alex Converse2011-11-071-1/+1
| * avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-073-0/+9
| * avformat: Revise wordingMartin Storsjö2011-11-071-2/+2
| * rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö2011-11-071-0/+1
| * rdt: Check the return value of avformat_openMartin Storsjö2011-11-071-1/+5
| * rtsp: Discard the dynamic handler, if it has an alloc function which failedMartin Storsjö2011-11-071-1/+4
| * dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles2011-11-062-21/+27
* | v4l2: fix uninitialized variableMichael Niedermayer2011-11-081-1/+1
* | flvdec: skip duplicate indexesMichael Niedermayer2011-11-081-0/+5
* | proresenc: fix typo that caused the wrong dimensions to be used.Michael Niedermayer2011-11-071-2/+2
* | mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak2011-11-074-0/+385
* | mpegaudiodec: move imdct36() to MPADSPContextVitor Sessak2011-11-074-135/+158
* | libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň2011-11-074-0/+104
* | libutvideodec: Check if the decode initializes correctlyDerek Buitenhuis2011-11-071-1/+10
* | libutvideodec: Remove CODEC_CAP_LOSSLESSDerek Buitenhuis2011-11-071-1/+1
* | libutvideodec: Make buf_size localDerek Buitenhuis2011-11-071-3/+3
* | libutvideodec: Fix typoDerek Buitenhuis2011-11-071-1/+1
* | libutvideodec: Width and height don't need to be unsignedDerek Buitenhuis2011-11-071-1/+1
* | libutvideodec: Fix name of extradata memberDerek Buitenhuis2011-11-071-2/+2
* | fate: add --timeout=60 --contimeout=60 to fate-rsyncMichael Niedermayer2011-11-071-1/+1
* | libutvideodec: remove impossible pix_fmt caseDerek Buitenhuis2011-11-071-1/+0
* | libutvideo: Don't try and output original_formatDerek Buitenhuis2011-11-071-42/+14
* | ffprobe: refactor value_string() to accept an unit_value structStefano Sabatini2011-11-071-15/+38
* | ffprobe: introduce print_val() macro, ease readabilityStefano Sabatini2011-11-071-4/+5