summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-10
* Reorder nut specific codec tags and add a comment for marking them asStefano Sabatini2010-05-09
* Add missing nut-specific codec tags for rawvideo pixel formats.Stefano Sabatini2010-05-09
* Make the codec tags for the yuvjXXX pixel formats the same as theStefano Sabatini2010-05-09
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-09
* Remove "bps" parameter to decodeplane8/32(), it's unused.Sebastian Vater2010-05-09
* IFF: decode last 8 pixels per lineMåns Rullgård2010-05-09
* Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-08
* Another try for fixing/improving decode_video documentation.Reimar Döffinger2010-05-08
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-06
* 10l: store the result of clipping added in r23035Alex Converse2010-05-06
* Error out when too many bits per frame are requested.Alex Converse2010-05-06
* Make the faac inspired quantizer search make sense for a slightly narrower de...Alex Converse2010-05-06
* schroenc: Set colorspace infoDavid Conrad2010-05-05
* schroenc: Use AV_RB32David Conrad2010-05-05
* schroenc: Set open-gopDavid Conrad2010-05-05
* schroenc: Set keyframe intervalDavid Conrad2010-05-05
* schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad2010-05-05
* schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad2010-05-05
* Align plane size to word-boundary.Sebastian Vater2010-05-05
* Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje2010-05-03
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-03
* amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö2010-05-03
* Another buffer overflow, fixes issue1758.Ronald S. Bultje2010-05-02
* Clarify how allocation works for the picture argument forReimar Döffinger2010-05-02
* Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje2010-05-01
* Enforce time border monotonicity.Alex Converse2010-04-30
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-30
* Increase size of patch_borders[].Alex Converse2010-04-30
* avi bgr24 padding fix.Michael Niedermayer2010-04-30
* ReindentAlex Converse2010-04-30
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-30
* ARM: NEON optimised VP6 edge filterMåns Rullgård2010-04-30
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Reidnent after r22795.Sebastian Vater2010-04-26
* Move some branches outside looped code. Should improve the generated asm (andSebastian Vater2010-04-26
* Switch some ints to unsigned (they can only have positive values, this allowsSebastian Vater2010-04-26
* Make two functions out of #define hackery.Sebastian Vater2010-04-26
* Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini2010-04-25
* Add acelp_filters.o as QCELP decoder object file.Ronald S. Bultje2010-04-23
* Workaround for missing llrintf()Måns Rullgård2010-04-23
* ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles2010-04-22
* ARM: fix build for darwin/iphoneMåns Rullgård2010-04-22
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-22
* WMAVoice postfilter.Ronald S. Bultje2010-04-21
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Fix typo.Jai Menon2010-04-21
* Implement QCELP postfilter.Ronald S. Bultje2010-04-21
* Make the Sipr16k postfilter function write data into the target/output buffer.Ronald S. Bultje2010-04-21