summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-18
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-20
* lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-09
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-09
* avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-07
* avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-07
* avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-07
* avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-07
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-07
* Remove lowres video decodingMans Rullgard2012-04-21
* avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse2012-04-17
* avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-09
* avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles2012-04-08
* avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov2012-03-28
* lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-24
* lavc: shrink encoded audio packet size after encoding.Justin Ruggles2012-03-20
* adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje2012-03-18
* avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-05
* avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-05
* lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-04
* 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: shrink encoded video packet size after encoding.Anton Khirnov2012-03-01
* avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun2012-02-27
* 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
* avcodec: disallow reget_buffer() if pix_fmt changed.Ronald S. Bultje2012-02-24
* lavc: drop encode() support for video.Anton Khirnov2012-02-23
* avcodec: do not override pts or duration from the audio encoderJustin Ruggles2012-02-21
* avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-20
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Check AVCodec.pix_fmts in avcodec_open2()Paul B Mahol2012-02-10
* avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles2012-02-09
* avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles2012-02-09
* lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov2012-02-08
* dsputil: set STRIDE_ALIGN to 16 for x86 also.Ronald S. Bultje2012-02-07
* ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-01
* avcodec: Add av_fast_padded_malloc().Janne Grunau2012-02-01
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31
* avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov2012-01-28
* libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-27
* lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov2012-01-27