summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* RealAudio 14.4k encoder.Francesco Lavra2010-06-11
* Move transform declarations out of IVIBandDesc so indeo4 can use them as well.Maxim Poliakovski2010-06-11
* Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra2010-06-11
* Cosmetics: indentFrancesco Lavra2010-06-11
* Add ff_ prefix to non-static functionsFrancesco Lavra2010-06-11
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-11
* Quant changes only once per MB so move the corresponding scale factor assignmentMaxim Poliakovski2010-06-10
* Set bits_per_raw_sample in the pcm decoder.Justin Ruggles2010-06-10
* Remove unused parameter.Maxim Poliakovski2010-06-10
* avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin2010-06-10
* Cosmetics: alignment and long line break.Benoit Fouet2010-06-10
* Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet2010-06-10
* Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet2010-06-10
* Improve the mp4toannexb BSF to convert the extradata.Luca Abeni2010-06-09
* Fix vp3_draw_horiz_band to calculate chroma offsets correctlyReimar Döffinger2010-06-08
* Pictor/PC Paint decoderPeter Ross2010-06-08
* Add ff_ega_palettePeter Ross2010-06-08
* Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...Maxim Poliakovski2010-06-08
* libvpx: Set the libvpx frame dropping threshold to frame_skip_thresholdMartin Storsjö2010-06-08
* libvpx: Don't use the VPX_KF_FIXED modeJames Zern2010-06-08
* Cosmetics: Fold constants and re-indent after last commit.Alex Converse2010-06-08
* Base downsampled SBR synthesis filterbank on a single IMDCT.Alex Converse2010-06-08
* 10l: Fix types and now unused variables after last commit.Alex Converse2010-06-07
* Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of th...Alex Converse2010-06-07
* Use new macro AV_BASE64_SIZE.James Zern2010-06-07
* Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitableVitor Sessak2010-06-07
* 10l, there is no aac.c any more, so no need for a dependency.Reimar Döffinger2010-06-06
* Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini2010-06-06
* Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().Stefano Sabatini2010-06-06
* aacdec also depends on cbrt_tables.h for hardcoded-tables.Reimar Döffinger2010-06-06
* bgr/rgb444 for nutMichael Niedermayer2010-06-06
* fix rgb444 support in avi.Michael Niedermayer2010-06-06
* Improve grammar and readabilityRodney Baker2010-06-05
* Cleanup apply_window_and_mdct().Alex Converse2010-06-05
* Whitespace cosmeticsAlex Converse2010-06-05
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-05
* Rename aac.c to aacdec.c.Alex Converse2010-06-05
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-05
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05
* More mov rawvideo fourcc supported by the rawvideo decoderBaptiste Coudurier2010-06-04
* Add WebM muxerJames Zern2010-06-04
* libvorbis: Disable strict bitrate management when not requestedDavid Conrad2010-06-04
* libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor ofDavid Conrad2010-06-04
* libvorbis: Hook up min/max bitrateDavid Conrad2010-06-04
* Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theoraDavid Conrad2010-06-04
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-04
* Raise default vorbis encoding quality.Frank Barchard2010-06-03
* Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 co...Michael Niedermayer2010-06-03
* Document the frames returned by the decoder better.Michael Niedermayer2010-06-03
* VP8 encoding via libvpx.James Zern2010-06-03