Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-18avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse
2012-04-09avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles
2012-04-09avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles
2012-03-28avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov
2012-03-25lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje
2012-03-20lavc: shrink encoded audio packet size after encoding.Justin Ruggles
2012-03-19adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje
2012-03-05avcodec: add av_get_audio_frame_duration() function.Justin Ruggles
2012-03-05avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles
2012-03-05lavc: make codec_is_decoder/encoder() public.Anton Khirnov
2012-03-03lavc: free the output packet when encoding failed or produced no output.Anton Khirnov
2012-03-03lavc: preserve avpkt->destruct in ff_alloc_packet().Anton Khirnov
2012-03-02lavc: shrink encoded video packet size after encoding.Anton Khirnov
2012-02-27avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun
2012-02-25lavc: merge two if()s with the same condition.Anton Khirnov
2012-02-25lavc: factorize setting got_packet_ptr in avcodec_encode_video2()Anton Khirnov
2012-02-25lavc: signal no output when a NULL frame is passed to audio encoder without d...Anton Khirnov
2012-02-25avcodec: disallow reget_buffer() if pix_fmt changed.Ronald S. Bultje
2012-02-23lavc: drop encode() support for video.Anton Khirnov
2012-02-22avcodec: do not override pts or duration from the audio encoderJustin Ruggles
2012-02-21avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-10Check AVCodec.pix_fmts in avcodec_open2()Paul B Mahol
2012-02-10avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles
2012-02-10avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles
2012-02-08lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov
2012-02-08dsputil: set STRIDE_ALIGN to 16 for x86 also.Ronald S. Bultje
2012-02-02ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles
2012-02-01avcodec: Add av_fast_padded_malloc().Janne Grunau
2012-01-31lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-01-31lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
2012-01-28avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov
2012-01-27libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö
2012-01-27lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ER cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-16avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles
2012-01-16avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles
2012-01-16lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler
2012-01-13utils: Check for extradata size overflows.Alex Converse
2012-01-07libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö
2012-01-07libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö
2012-01-01threads: set thread_count to 1 when thread support is disabledJanne Grunau
2011-12-25lavc: add format field to AVFrameStefano Sabatini