summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check AVCodec.pix_fmts in avcodec_open2()Paul B Mahol2012-02-101-0/+10
* avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles2012-02-091-0/+2
* avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles2012-02-091-7/+9
* lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov2012-02-081-8/+92
* dsputil: set STRIDE_ALIGN to 16 for x86 also.Ronald S. Bultje2012-02-071-12/+0
* ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-011-3/+1
* avcodec: Add av_fast_padded_malloc().Janne Grunau2012-02-011-0/+13
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-311-5/+12
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-311-8/+11
* lavc: add avcodec_is_open().Anton Khirnov2012-01-311-0/+8
* avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov2012-01-281-2/+2
* libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-271-0/+6
* lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-271-4/+1
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-271-10/+0
* lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov2012-01-271-7/+0
* lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov2012-01-271-6/+0
* lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov2012-01-271-8/+0
* lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-271-6/+0
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-241-0/+1
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-151-17/+229
* avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-151-39/+55
* lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler2012-01-151-3/+5
* utils: Check for extradata size overflows.Alex Converse2012-01-121-0/+3
* libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö2012-01-071-0/+2
* libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö2012-01-071-41/+41
* threads: set thread_count to 1 when thread support is disabledJanne Grunau2012-01-011-0/+2
* lavc: add format field to AVFrameStefano Sabatini2011-12-251-0/+4
* lavc: add width and height fields to AVFrameStefano Sabatini2011-12-251-0/+2
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-0/+2
* libavcodec: Apply parameter change side data when decoding audioMartin Storsjö2011-12-211-0/+44
* lavc: always align height by 32 pixelRafaël Carré2011-12-211-4/+2
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-9/+1
* lavc: avoid invalid memcpy() in avcodec_default_release_buffer()Mans Rullgard2011-12-111-1/+2
* g722: Change bits per sample to 4Sjoerd Simons2011-12-051-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-22/+208
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-021-11/+16
* h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-241-0/+5
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-44/+44
* avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-051-0/+23
* lavc: translate non-flag-based er options into flag-based ef options at codec...Dustin Brody2011-10-221-0/+10
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-211-0/+2
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-201-1/+1
OpenPOWER on IntegriCloud