summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-25
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-25
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-25
* g722enc: check for trellis data allocation errorJustin Ruggles2012-02-25
* libspeexenc: export encoder delay through AVCodecContext.delayJustin Ruggles2012-02-25
* avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles2012-02-25
* kgv1: release reference picture on size change.Ronald S. Bultje2012-02-25
* matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje2012-02-25
* lavc: merge two if()s with the same condition.Anton Khirnov2012-02-25
* lavc: factorize setting got_packet_ptr in avcodec_encode_video2()Anton Khirnov2012-02-25
* lavc: signal no output when a NULL frame is passed to audio encoder without d...Anton Khirnov2012-02-25
* xwdenc: fix monow encodingPaul B Mahol2012-02-25
* fate: add tests for cdxl videoPaul B Mahol2012-02-25
* cdxl: fix ham6/8 on big endianPaul B Mahol2012-02-25
* swscale: fix another integer overflow at large dimensions/rescales.Ronald S. Bultje2012-02-24
* vorbisdec: add a flush() functionJustin Ruggles2012-02-24
* fraps: release reference buffer on pix_fmt change.Ronald S. Bultje2012-02-24
* avcodec: disallow reget_buffer() if pix_fmt changed.Ronald S. Bultje2012-02-24
* kgv1: use avctx->get/release_buffer().Ronald S. Bultje2012-02-24
* docs: use -bsf:[vas] instead of -[vas]bsf.John Van Sickle2012-02-24
* mpegaudiodec: Prevent premature clipping of mp3 input buffer.Dale Curtis2012-02-24
* lavf: move the packet keyframe setting code.Anton Khirnov2012-02-24
* oggenc: free comment header for all codecsJustin Ruggles2012-02-24
* lcl: error out if uncompressed input buffer is smaller than framesize.Ronald S. Bultje2012-02-24
* mjpeg: abort decoding if packet is too large.Ronald S. Bultje2012-02-24
* golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.Ronald S. Bultje2012-02-24
* get_bits: add HAVE_BITS_REMAINING macro.Ronald S. Bultje2012-02-24
* lavf/output-example: use new audio encoding API correctly.Anton Khirnov2012-02-24
* lavf/output-example: more proper usage of the new API.Anton Khirnov2012-02-24
* tiff: Prevent overreads in the type_sizes array.Alex Converse2012-02-23
* tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse2012-02-23
* apetag: do not leak memory if avio_read() failsPaul B Mahol2012-02-23
* apetag: propagate errors.Ronald S. Bultje2012-02-23
* SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET2012-02-23
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-23
* SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET2012-02-23
* swf: check return values for av_get/new_packet().Ronald S. Bultje2012-02-23
* wavpack: Don't shift minclip/maxclipDerek Buitenhuis2012-02-23
* rtpenc: Expose the max packet size via an avoptionMartin Storsjö2012-02-23
* rtpenc: Move max_packet_size to a context variableMartin Storsjö2012-02-23
* rtpenc: Add an option for not sending RTCP packetsMartin Storsjö2012-02-23
* lavc: drop encode() support for video.Anton Khirnov2012-02-23
* snowenc: switch to encode2().Anton Khirnov2012-02-23
* snowenc: don't abuse input picture for storing information.Anton Khirnov2012-02-23
* a64multienc: switch to encode2().Anton Khirnov2012-02-23
* a64multienc: don't write into output buffer when there's no output.Anton Khirnov2012-02-23
* libxvid: switch to encode2().Anton Khirnov2012-02-23
* tiffenc: switch to encode2().Anton Khirnov2012-02-23
* tiffenc: properly forward error codes in encode_frame().Anton Khirnov2012-02-23
* lavc: drop libdirac encoder.Anton Khirnov2012-02-23