]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
[ffmpeg] / libavcodec / utils.c
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...
2012-03-24 Ronald S. Bultjelavc/avconv: support changing frame sizes in codecs...
2012-03-20 Justin Ruggleslavc: shrink encoded audio packet size after encoding.
2012-03-18 Ronald S. Bultjeadpcm: fix nb_samples rounding for adpcm_ima_dk3, and...
2012-03-05 Justin Rugglesavcodec: add av_get_audio_frame_duration() function.
2012-03-05 Justin Rugglesavcodec: add av_get_exact_bits_per_sample() function
2012-03-04 Anton Khirnovlavc: make codec_is_decoder/encoder() public.
2012-03-03 Anton Khirnovlavc: free the output packet when encoding failed or...
2012-03-03 Anton Khirnovlavc: preserve avpkt->destruct in ff_alloc_packet().
2012-03-01 Anton Khirnovlavc: shrink encoded video packet size after encoding.
2012-02-27 Diego Biurrunavcodec_default_reget_buffer(): fix compilation in...
2012-02-25 Anton Khirnovlavc: merge two if()s with the same condition.
2012-02-25 Anton Khirnovlavc: factorize setting got_packet_ptr in avcodec_encod...
2012-02-25 Anton Khirnovlavc: signal no output when a NULL frame is passed...
2012-02-24 Ronald S. Bultjeavcodec: disallow reget_buffer() if pix_fmt changed.
2012-02-23 Anton Khirnovlavc: drop encode() support for video.
2012-02-21 Justin Rugglesavcodec: do not override pts or duration from the audio...
2012-02-20 Justin Rugglesavcodec: add ff_samples_to_time_base() convenience...
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-10 Paul B MaholCheck AVCodec.pix_fmts in avcodec_open2()
2012-02-10 Justin Rugglesavcodec: set avpkt->size to 0 if encode2() did not...
2012-02-10 Justin Rugglesavcodec: for audio encoding, set packet dts to packet...
2012-02-08 Anton Khirnovlavc: add avcodec_encode_video2() that encodes from...
2012-02-07 Ronald S. Bultjedsputil: set STRIDE_ALIGN to 16 for x86 also.
2012-02-01 Justin Rugglesff_alloc_packet: modify the size of the packet to match...
2012-02-01 Janne Grunauavcodec: Add av_fast_padded_malloc().
2012-01-31 Anton Khirnovlavc: set AVCodecContext.codec in avcodec_get_context_d...
2012-01-31 Anton Khirnovlavc: make avcodec_close() work properly on unopened...
2012-01-31 Anton Khirnovlavc: add avcodec_is_open().
2012-01-28 Anton Khirnovavcodec_align_dimensions2: set only 4 linesizes, not...
2012-01-27 Martin Storsjölibavcodec: Don't crash in avcodec_encode_audio if...
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_AVCODEC_INIT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_ER cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_AVCODEC_OPEN cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_THREAD_INIT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
2012-01-24 Justin Rugglesavcodec: add a new codec_id for CRYO APC IMA ADPCM.
2012-01-16 Justin Rugglesavcodec: Add avcodec_encode_audio2() as replacement...
2012-01-16 Justin Rugglesavcodec: add a public function, avcodec_fill_audio_frame().
2012-01-15 Reinhard Tartlerlavc: Relax API strictness in avcodec_decode_audio3...
2012-01-12 Alex Converseutils: Check for extradata size overflows.
2012-01-07 Martin Storsjölibavcodec: Handle param change side data in avcodec_de...
2012-01-07 Martin Storsjölibavcodec: Move apply_param_change up above avcodec_de...
2012-01-01 Janne Grunauthreads: set thread_count to 1 when thread support...
2011-12-25 Stefano Sabatinilavc: add format field to AVFrame
2011-12-25 Stefano Sabatinilavc: add width and height fields to AVFrame
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
next