summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* wmaenc: fix m/s stereo encoding for the first frameJustin Ruggles2012-03-03
* wmaenc: return s->block_align instead of recalculating itJustin Ruggles2012-03-03
* wmaenc: check final frame size against output packet sizeJustin Ruggles2012-03-03
* wmaenc: require a large enough output buffer to prevent overwritesJustin Ruggles2012-03-03
* wmaenc: limit allowed sample rate to 48kHzJustin Ruggles2012-03-03
* wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZEJustin Ruggles2012-03-03
* mpegaudio_parser: do not ignore information from the first parsed frameJustin Ruggles2012-03-03
* mpegaudio_parser: be less picky about the start positionMichael Niedermayer2012-03-03
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* vorbisdec: read the previous window flag for long windowsJustin Ruggles2012-03-03
* lavc: free the output packet when encoding failed or produced no output.Anton Khirnov2012-03-03
* lavc: preserve avpkt->destruct in ff_alloc_packet().Anton Khirnov2012-03-03
* lavc: clarify the meaning of AVCodecContext.frame_number.Anton Khirnov2012-03-03
* amrwb: remove duplicate arguments from extrapolate_isf().Ronald S. Bultje2012-03-02
* amrwb: error out early if mode is invalid.Ronald S. Bultje2012-03-02
* h264: change underread for 10bit QPEL to overread.Ronald S. Bultje2012-03-02
* vp8: disable mmx functions with sse/sse2 counterparts on x86-64.Ronald S. Bultje2012-03-02
* vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje2012-03-02
* wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje2012-03-02
* Windows Media Audio Lossless decoderMashiat Sarker Shakkhar2012-03-02
* rv10/20: Fix slice overflow with checked bitstream reader.Alex Converse2012-03-02
* h263dec: Disallow width/height changing with frame threads.Michael Niedermayer2012-03-02
* rv10/20: Fix a buffer overread caused by losing track of the remaining buffer...Alex Converse2012-03-02
* g722: Fix the QMF scalingMartin Storsjö2012-03-02
* wavpack: Fix an integer overflowDerek Buitenhuis2012-03-02
* mjpegdec: use correct variable in av_log invocationDiego Biurrun2012-03-01
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-01
* lavc: shrink encoded video packet size after encoding.Anton Khirnov2012-03-01
* h264: error out on invalid bitdepth.Ronald S. Bultje2012-03-01
* aacsbr: use a swap index for the Y matrix rather than copy buffers.Christophe Gisquet2012-03-01
* huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje2012-03-01
* lcl: return negative error codes on decode_init() errors.Ronald S. Bultje2012-03-01
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-01
* avpacket: Add a function for shrinking already allocated side dataMartin Storsjö2012-03-01
* nellymoserdec: Saner and faster IMDCT windowingVitor Sessak2012-02-29
* amrnbdec: check frame size before decoding.Vitor Sessak2012-02-29
* cscd: use negative error values to indicate decode_init() failures.Ronald S. Bultje2012-02-29
* h264: prevent overreads in intra PCM decoding.Ronald S. Bultje2012-02-29
* mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak2012-02-29
* vmnc: return error on decode_init() failure.Ronald S. Bultje2012-02-29
* libvorbis: add/update error messagesJustin Ruggles2012-02-29
* libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles2012-02-29
* libvorbis: remove unneeded e_o_s checkJustin Ruggles2012-02-29
* libvorbis: check return values for functions that can return errorsJustin Ruggles2012-02-29
* libvorbis: use float input instead of s16Justin Ruggles2012-02-29
* libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles2012-02-29
* libvorbis: use VBR by default, with default quality of 3Justin Ruggles2012-02-29