summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec: free extended_data instead address of itJanne Grunau2012-10-091-1/+1
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-45/+45
* avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles2012-10-071-1/+8
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-1/+0
* lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov2012-09-291-4/+9
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-271-1/+0
* lavc: add avcodec_free_frame().Anton Khirnov2012-09-241-0/+15
* lavc: ensure extended_data is set properly on decodingAnton Khirnov2012-09-241-0/+14
* lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov2012-09-241-0/+4
* lavc: use av_mallocz to allocate AVFrames.Anton Khirnov2012-09-241-1/+1
* lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov2012-09-241-10/+10
* avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles2012-09-221-3/+6
* avcodec: cleanup utils.cLuca Barbato2012-09-181-232/+263
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-171-2/+2
* lavc: add const to private codec class initialization.Anton Khirnov2012-09-171-1/+1
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-181-5/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-96/+96
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+5
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-201-1/+2
* lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-091-0/+17
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-091-0/+64
* avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-071-1/+0
* avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-071-1/+4
* avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-071-3/+3
* avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-071-68/+2
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-071-0/+4
* Remove lowres video decodingMans Rullgard2012-04-211-10/+3
* avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse2012-04-171-1/+3
* avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-091-2/+2
* avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles2012-04-081-0/+9
* avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov2012-03-281-2/+2
* lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-241-5/+4
* lavc: shrink encoded audio packet size after encoding.Justin Ruggles2012-03-201-1/+8
* adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje2012-03-181-1/+1
* avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-051-0/+142
* avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-051-11/+23
* lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-041-9/+9
* lavc: free the output packet when encoding failed or produced no output.Anton Khirnov2012-03-031-0/+8
* lavc: preserve avpkt->destruct in ff_alloc_packet().Anton Khirnov2012-03-031-3/+2
* lavc: shrink encoded video packet size after encoding.Anton Khirnov2012-03-011-0/+6
* avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun2012-02-271-1/+1
* 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
* avcodec: disallow reget_buffer() if pix_fmt changed.Ronald S. Bultje2012-02-241-0/+2
* lavc: drop encode() support for video.Anton Khirnov2012-02-231-40/+8
* avcodec: do not override pts or duration from the audio encoderJustin Ruggles2012-02-211-3/+5
* avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-201-9/+6
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
OpenPOWER on IntegriCloud