summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add WebM muxerJames Zern2010-06-09
* VP8 encoding via libvpx.James Zern2010-06-03
* disable (native) vorbis encoder for the 0.6 branchReinhard Tartler2010-06-01
* Treat SIPP like xvid, fixed issue1966Reinhard Tartler2010-05-29
* Mark vorbis encoder as experimental.Reinhard Tartler2010-05-29
* Mark AAC encoder as experimental.Reinhard Tartler2010-05-29
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-29
* Check for VUI overeading and reset num_reoder_frames.Reinhard Tartler2010-05-29
* api-example: Try to avoid decoding incomplete framesReinhard Tartler2010-05-29
* VP8 decoding via libvpxJames Zern2010-05-29
* Fix documentation of av_audio_convert.Cyril Russo2010-05-29
* Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reinhard Tartler2010-05-25
* Make aac_decode_frame() consume zero padding at the end of a packet.Reinhard Tartler2010-05-21
* Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski2010-05-21
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Reinhard Tartler2010-05-21
* Make lsf_sf_expand() 4 times faster.Reinhard Tartler2010-05-21
* Set cur_channel in the AAC encoder context where needed.Reinhard Tartler2010-05-21
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-21
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-21
* Adding missing () to mathops.h.Reinhard Tartler2010-05-21
* Replace more "m" constraints with MANGLE to fix compilation issuesReinhard Tartler2010-05-21
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-21
* Another try for fixing/improving decode_video documentation.Reinhard Tartler2010-05-19
* 10l: store the result of clipping added in r23035Reinhard Tartler2010-05-19
* Error out when too many bits per frame are requested.Reinhard Tartler2010-05-19
* Make the faac inspired quantizer search make sense for a slightly narrower de...Reinhard Tartler2010-05-19
* 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