summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libvpxenc: use the default bitrate if not setLuca Barbato2012-08-171-2/+7
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-172-1/+1
* doc: Fix syntax errors in sample Emacs configJordi Ortiz2012-08-171-2/+2
* mjpegdec: more meaningful return valuesLuca Barbato2012-08-171-66/+77
* configure: clean up Altivec detectionMans Rullgard2012-08-161-7/+4
* getopt: Remove an unnecessary defineMartin Storsjö2012-08-161-2/+0
* rtmp: Use int instead of ssize_tMartin Storsjö2012-08-161-3/+3
* getopt: Add missing includesMartin Storsjö2012-08-161-0/+3
* rtmp: Add support for receiving incoming streamsJordi Ortiz2012-08-163-7/+515
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-167-0/+16
* Fix even more missing includes after the common.h removalMartin Storsjö2012-08-161-0/+3
* build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun2012-08-162-7/+10
* build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun2012-08-162-56/+42
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-164-3/+3
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-164-0/+4
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-155-0/+6
* Don't include common.h from avutil.hMartin Storsjö2012-08-15238-2/+346
* rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset2012-08-153-1/+138
* rtmp: Add support for SWFVerificationSamuel Pitoiset2012-08-153-1/+73
* api-example: use new video encoding API.Anton Khirnov2012-08-151-28/+44
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-155-4/+4
* mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun2012-08-151-8/+0
* libavresample: add mix level normalization optionJohn Stebbins2012-08-143-1/+5
* w32pthreads: Add missing #includes to make header compile standaloneDiego Biurrun2012-08-141-0/+3
* rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset2012-08-141-4/+16
* rtmp: Do not send _checkbw calls as notificationsSamuel Pitoiset2012-08-142-10/+1
* prores: interlaced ProRes encodingMaksalov Boris2012-08-141-68/+115
* g723.1: simplify scale_vector()Mans Rullgard2012-08-141-6/+2
* g723.1: simplify normalize_bits()Mans Rullgard2012-08-141-7/+0
* vda: cosmetics: fix Doxygen comment formattingSebastien Zwickert2012-08-141-78/+78
* vda: better frame allocationSebastien Zwickert2012-08-141-1/+1
* vda: Merge implementation into one fileSebastien Zwickert2012-08-144-356/+285
* vda: support synchronous decodingSebastien Zwickert2012-08-145-47/+123
* vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert2012-08-143-26/+28
* build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun2012-08-142-39/+25
* avprobe: Include libm.h for the log2 fallbackMartin Storsjö2012-08-141-0/+1
* proresenc: use the edge emulation bufferBoris Maksalov2012-08-131-6/+6
* rtmp: handle bytes read reportsLuca Barbato2012-08-131-0/+3
* configure: Fix typo in mpeg2video/svq1 decoder dependency declarationDiego Biurrun2012-08-131-2/+2
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-134-5/+5
* x86: swscale: fix fragile memory accessesMans Rullgard2012-08-131-147/+137
* x86: swscale: remove disabled codeMans Rullgard2012-08-131-84/+0
* x86: yadif: fix asm with sunccMans Rullgard2012-08-131-19/+13
* x86: cabac: allow building with sunccMans Rullgard2012-08-132-24/+37
* x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-131-15/+15
* ARM: intmath: use native-size return types for clipping functionsMans Rullgard2012-08-131-5/+5
* g723.1: do not pass large structs by valueMans Rullgard2012-08-131-21/+21
* g723.1: do not bounce intermediate values via memoryMans Rullgard2012-08-131-3/+2
* g723.1: declare a variable in the block it is usedMans Rullgard2012-08-131-2/+2
* g723.1: avoid saving/restoring excitationMans Rullgard2012-08-131-16/+11
OpenPOWER on IntegriCloud