summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
* Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-08
* Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-08
* VP8: idct_mb optimizationsJason Garrett-Glaser2011-02-08
* Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje2011-02-08
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-08
* h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-08
* VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-07
* dvbsubdec: pass correct input buffer sizeJindrich Makovicka2011-02-07
* Remove Xan WC4 cruft from xan.cKostya2011-02-07
* Xan4 decoderKostya Shishkov2011-02-07
* pass QDMC extradata to the decoderSascha Sommer2011-02-06
* Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò2011-02-06
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Set channel_layout for mpegaudioKieran Kunhya2011-02-05
* vp3: Move table allocation code into a new functionAlexander Strange2011-02-05
* vp3: Factor out expressionAlexander Strange2011-02-05
* VP8: slightly faster loopfilter sharpness logicJason Garrett-Glaser2011-02-04
* VP8: faster deblock strength calculationJason Garrett-Glaser2011-02-04
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-04
* VP8: faster filter_level clipJason Garrett-Glaser2011-02-03
* VP8: simplify lf_delta mb mode logicJason Garrett-Glaser2011-02-03
* Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*Anton Khirnov2011-02-03
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-03
* Add CODEC_ID_PRORES and bump lavc minor versionTomas Härdin2011-02-03
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* Set pkt_pts in avcodec_default_reget_buffer()Nicolas George2011-02-03
* ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles2011-02-02
* ARM: add helper macro for declaring constant dataMans Rullgard2011-02-02
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse2011-02-02
* h264: add profile names for the existing definesAnssi Hannula2011-02-01
* h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-01
* dca: avoid C99 declaration in for() expressionGianluigi Tiesi2011-02-01
* VP8: merge chroma MC callsJason Garrett-Glaser2011-01-31
* Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-01-31
* cosmetics: indentationJustin Ruggles2011-01-31
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Slightly simplify VP8 inter_predictJason Garrett-Glaser2011-01-30
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Flush final frames in libfaac encoder.Justin Ruggles2011-01-29
* Fix memory leak in ALS decoder in big endian systemsVitor Sessak2011-01-29
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-29
* Fix overread in altivec DSP function sad16Vitor Sessak2011-01-29
* ARM: update MpegEncContext offsetsMans Rullgard2011-01-29
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Optimize C version of ff_emulated_edge_mc().Ronald S. Bultje2011-01-28
* aacdec: Convert some loop copies into memcpy()s.Alex Converse2011-01-28
* In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini2011-01-28
* Fix VP8 aliasing problems.Ronald S. Bultje2011-01-28