aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...Maxim Poliakovski2010-06-083-58/+59
* libvpx: Set the libvpx frame dropping threshold to frame_skip_thresholdMartin Storsjö2010-06-081-0/+1
* libvpx: Don't use the VPX_KF_FIXED modeJames Zern2010-06-081-3/+1
* Cosmetics: Fold constants and re-indent after last commit.Alex Converse2010-06-081-5/+5
* Base downsampled SBR synthesis filterbank on a single IMDCT.Alex Converse2010-06-081-10/+11
* 10l: Fix types and now unused variables after last commit.Alex Converse2010-06-071-3/+2
* Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of th...Alex Converse2010-06-072-29/+17
* Use new macro AV_BASE64_SIZE.James Zern2010-06-071-1/+1
* Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitableVitor Sessak2010-06-071-57/+70
* 10l, there is no aac.c any more, so no need for a dependency.Reimar Döffinger2010-06-061-1/+1
* Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini2010-06-061-0/+2
* Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().Stefano Sabatini2010-06-061-1/+2
* aacdec also depends on cbrt_tables.h for hardcoded-tables.Reimar Döffinger2010-06-061-1/+1
* bgr/rgb444 for nutMichael Niedermayer2010-06-061-0/+4
* fix rgb444 support in avi.Michael Niedermayer2010-06-061-0/+1
* Improve grammar and readabilityRodney Baker2010-06-051-6/+6
* Cleanup apply_window_and_mdct().Alex Converse2010-06-051-10/+5
* Whitespace cosmeticsAlex Converse2010-06-051-3/+3
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-052-6/+6
* Rename aac.c to aacdec.c.Alex Converse2010-06-052-1/+1
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-053-86/+86
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-057-667/+8
* More mov rawvideo fourcc supported by the rawvideo decoderBaptiste Coudurier2010-06-041-0/+7
* Add WebM muxerJames Zern2010-06-041-0/+2
* libvorbis: Disable strict bitrate management when not requestedDavid Conrad2010-06-041-5/+4
* libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor ofDavid Conrad2010-06-041-1/+1
* libvorbis: Hook up min/max bitrateDavid Conrad2010-06-041-1/+4
* Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theoraDavid Conrad2010-06-042-0/+93
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-041-1/+1
* Raise default vorbis encoding quality.Frank Barchard2010-06-031-1/+1
* Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 co...Michael Niedermayer2010-06-031-1/+1
* Document the frames returned by the decoder better.Michael Niedermayer2010-06-031-0/+5
* VP8 encoding via libvpx.James Zern2010-06-034-2/+492
* Fix misc typos.Stefano Sabatini2010-06-031-10/+10
* aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse2010-06-032-0/+18
* ARM: struct offsets for Apple ABIMåns Rullgård2010-06-021-0/+9
* ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård2010-06-022-4/+0
* ARM: check struct offsets only when they are usedMåns Rullgård2010-06-021-0/+2
* Remove weird empty line and perform vertical align.Stefano Sabatini2010-06-021-3/+2
* Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser2010-06-021-0/+1
* ARM: fail build if hardcoded struct offsets are wrongMåns Rullgård2010-06-023-7/+48
* Avoid division by zero that caused noise, typically at the beginning orFrank Barchard2010-06-021-1/+1
* bink: correctly align local arraysMåns Rullgård2010-06-021-2/+2
* Make avcodec_string() use av_get_codec_tag_string().Stefano Sabatini2010-06-021-11/+3
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-022-2/+26
* arm neon: Add missing mangle to external symbolDavid Conrad2010-06-011-1/+1
* ARM: NEON clear_block[s]Måns Rullgård2010-06-012-0/+22
* Move get_buffer() calls from decode_init() to decode_frame(). Anything else isSebastian Vater2010-06-011-13/+26
* Fix eval-test compilation.Stefano Sabatini2010-06-011-1/+1
* Cosmetics: reindent and break some overly long line.Stefano Sabatini2010-06-012-7/+15