]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
lavc: check that extended_data is properly set in avcodec_encode_audio2().
[ffmpeg] / libavcodec / utils.c
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
2011-12-21 Martin Storsjölibavcodec: Apply parameter change side data when decod...
2011-12-20 Rafaël Carrélavc: always align height by 32 pixel
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-11 Mans Rullgardlavc: avoid invalid memcpy() in avcodec_default_release...
2011-12-05 Sjoerd Simonsg722: Change bits per sample to 4
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-12-02 Justin Rugglesavcodec: change number of plane pointers from 4 to...
2011-11-24 Ronald S. Bultjeh264: add support for decoding planar RGB images.
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-05 Martin Storsjöavcodec: Allow locking and unlocking an avformat specif...
2011-10-22 Dustin Brodylavc: translate non-flag-based er options into flag...
2011-10-21 Ronald S. Bultjesws/pixfmt/pixdesc: add support for yuv420p9le/be.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_toupper4.
2011-10-16 Steven Waltersw32threads: support for frame multithreading
2011-10-06 Anton Khirnovlibx264: support 9- and 10-bit output.
2011-09-30 Justin Rugglesavcodec: reject audio packets with NULL data and non...
2011-09-24 Justin Rugglesadpcmenc: Set bits_per_coded_sample
2011-09-21 Anton Khirnovlavc/utils: move avcodec_init() higher in the file.
2011-08-16 Anton Khirnovlavc: add avcodec_get_type() for mapping codec_id ...
2011-08-10 Baptiste Coudurierlavc: fix parentheses placement in avcodec_open2().
2011-08-10 Anton Khirnovlavc: make avcodec_init() static on next bump.
2011-07-11 Ronald S. Bultjevp8/mt: flush worker thread, not application thread...
2011-07-10 Anton Khirnovlavc: introduce avcodec_open2() as a replacement for...
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-29 Jason Garrett-GlaserAdd new yuv444 pixfmts to avcodec_align_dimensions2
2011-06-28 Diego Biurrunavutil: Remove unused arbitrary precision integer code.
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-06 Ronald S. Bultjeutils.c: fix crash with threading enabled.
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-03 Stefano SabatiniReplace avcodec_get_pix_fmt_name() by av_get_pix_fmt_na...
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-11 Baptiste Coudurierswscale: extend YUV422p support to 10bits depth
2011-05-10 Oskar ArvidssonAdd the notion of pixel size in h264 related functions.
2011-05-10 Oskar ArvidssonAdd pixel formats for 9- and 10-bit yuv420p.
2011-04-27 Diego BiurrunSimplify av_log_missing_feature().
2011-04-27 Justin RugglesIf AVCodecContext.channels is 0 and AVCodecContext...
2011-04-27 Justin RugglesIf AVCodecContext.channel_layout and AVCodecContext...
2011-04-27 Justin Rugglescosmetics: indentation
2011-04-27 Justin RugglesCheck AVCodec.supported_samplerates and AVCodec.channel...
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-22 Diego BiurrunMake av_log_ask_for_sample() accept a variable number...
next