summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove final semicolon from some macrosMans Rullgard2011-02-103-7/+7
* dvbsubenc: Fix placement of the object versionRonen Mizrahi2011-02-101-1/+1
* dvbsubdec: check against buffer overreadsJanne Grunau2011-02-101-2/+9
* Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-101-7/+2
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-108-29/+230
* Remove incorrect return statement from avcodec_thread_free()Mans Rullgard2011-02-101-1/+1
* ivi_dsp: remove semicolons after function definitionsMans Rullgard2011-02-101-4/+4
* Fix build with threading disabledMans Rullgard2011-02-091-0/+2
* w32thread: add missing #include thread.hMans Rullgard2011-02-091-0/+1
* check sample_fmt in avcodec_openReimar Döffinger2011-02-091-0/+10
* vp3: Frame-based multithreading supportAlexander Strange2011-02-091-23/+131
* Deprecate avcodec_thread_init()Alexander Strange2011-02-095-11/+34
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-096-12/+980
* Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-081-2/+2
* Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-081-3/+2
* VP8: idct_mb optimizationsJason Garrett-Glaser2011-02-081-16/+16
* Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje2011-02-081-5/+15
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-082-3/+3
* h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-082-0/+2
* VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-075-0/+2079
* dvbsubdec: pass correct input buffer sizeJindrich Makovicka2011-02-071-3/+3
* Remove Xan WC4 cruft from xan.cKostya2011-02-071-30/+2
* Xan4 decoderKostya Shishkov2011-02-074-2/+432
* pass QDMC extradata to the decoderSascha Sommer2011-02-061-0/+1
* Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò2011-02-062-5/+2
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-0611-18/+28
* Set channel_layout for mpegaudioKieran Kunhya2011-02-051-0/+1
* vp3: Move table allocation code into a new functionAlexander Strange2011-02-051-23/+33
* vp3: Factor out expressionAlexander Strange2011-02-051-4/+5
* VP8: slightly faster loopfilter sharpness logicJason Garrett-Glaser2011-02-041-1/+1
* VP8: faster deblock strength calculationJason Garrett-Glaser2011-02-041-14/+15
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-041-2/+1
* VP8: faster filter_level clipJason Garrett-Glaser2011-02-031-1/+4
* VP8: simplify lf_delta mb mode logicJason Garrett-Glaser2011-02-032-29/+13
* Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*Anton Khirnov2011-02-031-2/+2
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-033-3/+3
* Add CODEC_ID_PRORES and bump lavc minor versionTomas Härdin2011-02-031-1/+2
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-037-33/+16
* Set pkt_pts in avcodec_default_reget_buffer()Nicolas George2011-02-031-0/+2
* ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles2011-02-021-1/+1
* ARM: add helper macro for declaring constant dataMans Rullgard2011-02-021-0/+10
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-0232-882/+1204
* Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse2011-02-021-4/+3
* h264: add profile names for the existing definesAnssi Hannula2011-02-011-0/+17
* h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-015-15/+56
* dca: avoid C99 declaration in for() expressionGianluigi Tiesi2011-02-011-1/+3
* VP8: merge chroma MC callsJason Garrett-Glaser2011-01-311-46/+79
* Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-01-312-3/+667
* cosmetics: indentationJustin Ruggles2011-01-311-53/+53
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-3121-80/+59