]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
lavc: use buf[0] instead of data[0] as the indicator of an allocated frame
[ffmpeg] / libavcodec / utils.c
2013-12-09 Anton Khirnovlavc: use buf[0] instead of data[0] as the indicator...
2013-12-09 Anton Khirnovlavc: remove the extended_data workarounds.
2013-11-16 Anton Khirnovlavc: deprecate avcodec_alloc_frame().
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-11-14 Anton KhirnovMove av_fast_{m,re}alloc from lavc to lavu.
2013-11-10 Luca Barbatohwaccel: Simplify ff_find_hwaccel
2013-11-04 Anton Khirnovlavc: move AVCodecContext.pkt to AVCodecInternal
2013-11-04 Anton Khirnovpthread: store thread contexts in AVCodecInternal inste...
2013-10-31 Anton Khirnovlavc/utils: stop using deprecated avcodec_set_dimensions
2013-10-31 Anton Khirnovlavc: replace avcodec_set_dimensions with ff_set_dimensions
2013-10-30 Anton Khirnovlavc: add error checking to apply_param_change.
2013-09-26 Paul B Maholpcm: support 24-bit/32-bit little-endian planar
2013-08-21 Diego Biurrunavcodec/utils: Simplify a condition that combines HAVE_...
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-06-20 Anton Khirnovlavc: free the padded last frame during audio encoding...
2013-06-16 Janne Grunauutils: fix avcodec_flush_buffers pre-reference counting...
2013-06-10 Anton Khirnovlavc: use AVFrame API properly in pad_last_frame().
2013-05-17 Anton Khirnovlavc/pthread: remove obsolete checks
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-05-14 Matt Wolenetzlavc: Fix msvc compilation of utils.c with -WX (warning...
2013-05-07 Luca Barbatolavc: do not leak frames in avcodec_decode_audio4
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-04-30 Diego Biurrunavcodec: Drop unnecessary ff_ name prefixes from static...
2013-04-30 Anton Khirnovlavc: clear AVBuffers on decoded frames if refcounted_f...
2013-04-19 Anton Khirnovff_get_buffer(): allocate the frame for max(coded,displ...
2013-04-10 Anton Khirnovlavc: don't overwrite display dimensions with coded...
2013-04-10 Ronald S. Bultjedsputil: Make dsputil selectable
2013-03-26 Janne Grunauutils: add workaround for AVHWAccel in ff_get_buffer...
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-03-26 Martin Storsjölavc: Move start code finding to utils.c
2013-03-19 Anton Khirnovlavc, lavfi: fix counting number of planes in AVBufferR...
2013-03-17 Anton Khirnovlavc,lavfi: fix calculating the plane size in the AVBuf...
2013-03-13 Diego BiurrunAdd av_log_{ask_for_sample|missing_feature} replacement...
2013-03-11 Janne Grunauavframe: call release_buffer only if it is set
2013-03-10 Anton Khirnovlavc: fix get_buffer() compatibility layer for audio.
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
2013-03-08 Anton Khirnovlavc: update the fallback versions of ff_thread_*
2013-03-08 Anton Khirnovlavc: make up a fake frame channel layout when there...
2013-03-08 Anton Khirnovlavc: allow decoders to override frame parameters.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-03-07 Stefano Sabatinilavc: Prettify printing of codec tags containing non...
2013-02-15 Anton Khirnovget_buffer(): do not initialize the data.
2013-02-13 Diego Biurrundsputil: Move STRIDE_ALIGN macro to the only place...
2013-01-15 Luca Barbatolavc: set the default rc_initial_buffer_occupancy
2012-12-30 Diego Biurrunlibavcodec/utils: Add braces to shut up gcc warnings
2012-12-13 Janne Grunaulavc: set frame parameters after decoding only if necessary
2012-12-04 Anton Khirnovlavc: factorise setting buffer type in avcodec_default_...
2012-12-04 Anton Khirnovlavc: don't reuse audio buffers
2012-12-04 Anton Khirnovlavc: set frame properties in ff_get_buffer().
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-13 Luca Barbatoavcodec: remove ff_is_hwaccel_pix_fmt
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Ilkka Ollakkadecode_audio3: initialize AVFrame
2012-11-01 Justin Ruggleslavc: check channel count after decoder init
2012-11-01 Justin Ruggleslavc: move SANE_NB_CHANNELS to internal.h and use it...
2012-10-24 Anton Khirnovlavc: initialize output AVFrame before decoding.
2012-10-23 Justin Ruggleslavc: use the correct API version guard macro for avcod...
2012-10-21 Nathan Caldwellavcodec: handle AVERROR_EXPERIMENTAL
2012-10-21 Nathan Caldwellavcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL
2012-10-16 Rafaël Carréavcodec_encode_audio(): fix invalid free
2012-10-13 Diego Biurrunavutil: Rename ff_set_systematic_pal2() ---> avpriv_set...
2012-10-12 Luca Barbatoavutil: add yuva422p and yuva444p formats
2012-10-12 Anton Khirnovlavc: do not use av_pix_fmt_descriptors directly.
2012-10-09 Janne Grunauavcodec: free extended_data instead address of it
2012-10-09 Diego BiurrunRestructure av_log_missing_feature message
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-07 Justin Rugglesavcodec: allow either planar or interleaved sample...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-09-29 Anton Khirnovlavc: set channel count from channel layout in avcodec_...
2012-09-27 Diego Biurrunavcodec: Drop long-deprecated imgconvert.h header
2012-09-24 Anton Khirnovlavc: add avcodec_free_frame().
2012-09-24 Anton Khirnovlavc: ensure extended_data is set properly on decoding
2012-09-24 Anton Khirnovlavc: initialize AVFrame.extended_data in avcodec_get_f...
2012-09-24 Anton Khirnovlavc: use av_mallocz to allocate AVFrames.
2012-09-24 Anton Khirnovlavc: rename the argument of avcodec_alloc_frame/get_fr...
2012-09-22 Justin Rugglesavcodec: fix memleak in avcodec_encode_audio2()
2012-09-18 Luca Barbatoavcodec: cleanup utils.c
2012-09-17 Anton Khirnovlavc: replace AVCodecContext.encode with subtitle-speci...
2012-09-17 Anton Khirnovlavc: add const to private codec class initialization.
2012-08-18 Anton Khirnovlavc: add const to AVCodec* function parameters.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-18 Martin StorsjöAdd support for iLBC decoding/encoding via the external...
2012-05-20 Diego Biurrunavcodec/utils: cast a function argument to shut up...
2012-05-09 Anton Khirnovlavc: check that extended_data is properly set in avcod...
2012-05-09 Anton Khirnovlavc: pad last audio frame with silence when needed.
2012-05-07 Justin Rugglesavcodec: do not needlessly set packet size to 0 in...
2012-05-07 Justin Rugglesavcodec: for audio encoding, reset output packet when...
2012-05-07 Justin Rugglesavcodec: refactor avcodec_encode_audio2() to merge...
2012-05-07 Justin Rugglesavcodec: remove fallbacks for AVCodec.encode() in avcod...
2012-05-07 Anton Khirnovlavc: add sample rate and channel layout to AVFrame.
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-17 Alex Converseavcodec_string: Favor AVCodecContext.codec over the...
2012-04-09 Justin Rugglesavcodec: use align == 0 for default alignment in avcode...
2012-04-08 Justin Rugglesavcodec: validate the channel layout vs. channel count...
2012-03-28 Anton Khirnovavcodec_encode_{audio,video}: only reallocate output...
next