summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-26
|\
| * mlp_parser: fix the channel mask value used for the top surround channelTim Walker2012-02-25
| * vorbisenc: check all allocations for failureJustin Ruggles2012-02-25
| * roqaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
| * roqaudioenc: set correct bit rateJustin Ruggles2012-02-25
| * roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles2012-02-25
| * roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles2012-02-25
| * ra144enc: use int16_t* for input samples rather than void*Justin Ruggles2012-02-25
| * ra144enc: set AVCodecContext.coded_frameJustin Ruggles2012-02-25
| * ra144enc: remove unneeded sample_fmt checkJustin Ruggles2012-02-25
| * nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles2012-02-25
| * nellymoserenc: improve error checking in encode_init()Justin Ruggles2012-02-25
| * nellymoserenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
| * libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles2012-02-25
| * mpegaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
| * libfaac: improve error checking and handling in Faac_encode_init()Justin 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
| * 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
| * cdxl: fix ham6/8 on big endianPaul B Mahol2012-02-25
| * 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
* | mpegaudiodec: dont memcpy() more than needed.Michael Niedermayer2012-02-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-25
|\|
| * mpegaudiodec: Prevent premature clipping of mp3 input buffer.Dale Curtis2012-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
| * 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
| * 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
* | adpcmdec: fix "warning: array subscript is above array bounds"Michael Niedermayer2012-02-25
* | a64multienc: fix "warning: buf may be used uninitialized in this function"Michael Niedermayer2012-02-25
* | Revert "Set channel layout in flac decoder."Michael Niedermayer2012-02-24
* | Revert "Fix channel layout for some stereo flac files."Michael Niedermayer2012-02-24
* | proresenc_anatoliy: switch to encode2Michael Niedermayer2012-02-24
* | msvideo1enc: switch to encode2()Michael Niedermayer2012-02-24
* | j2kenc: switch to encode2Michael Niedermayer2012-02-24