summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mlp_parser: fix the channel mask value used for the top surround channelTim Walker2012-02-251-1/+1
* vorbisenc: check all allocations for failureJustin Ruggles2012-02-251-35/+92
* roqaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-2/+2
* roqaudioenc: set correct bit rateJustin Ruggles2012-02-251-0/+2
* roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles2012-02-251-26/+65
* roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles2012-02-251-4/+0
* ra144enc: use int16_t* for input samples rather than void*Justin Ruggles2012-02-251-1/+2
* ra144enc: set AVCodecContext.coded_frameJustin Ruggles2012-02-251-6/+19
* ra144enc: remove unneeded sample_fmt checkJustin Ruggles2012-02-251-4/+0
* nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles2012-02-251-0/+7
* nellymoserenc: improve error checking in encode_init()Justin Ruggles2012-02-251-16/+24
* nellymoserenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-2/+2
* libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles2012-02-251-37/+76
* mpegaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-3/+3
* libfaac: improve error checking and handling in Faac_encode_init()Justin Ruggles2012-02-251-17/+38
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-257-0/+17
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-256-6/+0
* g722enc: check for trellis data allocation errorJustin Ruggles2012-02-251-12/+20
* libspeexenc: export encoder delay through AVCodecContext.delayJustin Ruggles2012-02-251-4/+3
* avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles2012-02-251-2/+14
* kgv1: release reference picture on size change.Ronald S. Bultje2012-02-251-1/+4
* lavc: merge two if()s with the same condition.Anton Khirnov2012-02-251-2/+1
* lavc: factorize setting got_packet_ptr in avcodec_encode_video2()Anton Khirnov2012-02-251-2/+2
* lavc: signal no output when a NULL frame is passed to audio encoder without d...Anton Khirnov2012-02-251-1/+2
* xwdenc: fix monow encodingPaul B Mahol2012-02-251-2/+4
* cdxl: fix ham6/8 on big endianPaul B Mahol2012-02-251-2/+2
* vorbisdec: add a flush() functionJustin Ruggles2012-02-241-0/+12
* fraps: release reference buffer on pix_fmt change.Ronald S. Bultje2012-02-241-7/+7
* avcodec: disallow reget_buffer() if pix_fmt changed.Ronald S. Bultje2012-02-241-0/+2
* kgv1: use avctx->get/release_buffer().Ronald S. Bultje2012-02-241-25/+39
* mpegaudiodec: Prevent premature clipping of mp3 input buffer.Dale Curtis2012-02-241-2/+4
* lcl: error out if uncompressed input buffer is smaller than framesize.Ronald S. Bultje2012-02-241-1/+22
* mjpeg: abort decoding if packet is too large.Ronald S. Bultje2012-02-241-0/+4
* golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.Ronald S. Bultje2012-02-241-1/+1
* get_bits: add HAVE_BITS_REMAINING macro.Ronald S. Bultje2012-02-241-1/+14
* tiff: Prevent overreads in the type_sizes array.Alex Converse2012-02-231-4/+11
* tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse2012-02-231-9/+9
* SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET2012-02-232-0/+43
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-235-0/+116
* SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET2012-02-233-3/+5
* wavpack: Don't shift minclip/maxclipDerek Buitenhuis2012-02-231-2/+2
* lavc: drop encode() support for video.Anton Khirnov2012-02-231-40/+8
* snowenc: switch to encode2().Anton Khirnov2012-02-231-8/+20
* snowenc: don't abuse input picture for storing information.Anton Khirnov2012-02-231-23/+22
* a64multienc: switch to encode2().Anton Khirnov2012-02-232-14/+29
* a64multienc: don't write into output buffer when there's no output.Anton Khirnov2012-02-231-2/+0
* libxvid: switch to encode2().Anton Khirnov2012-02-231-21/+39
* tiffenc: switch to encode2().Anton Khirnov2012-02-231-13/+22
* tiffenc: properly forward error codes in encode_frame().Anton Khirnov2012-02-231-12/+12
* lavc: drop libdirac encoder.Anton Khirnov2012-02-233-407/+1
OpenPOWER on IntegriCloud