Mercurial > libavcodec.hg
graph
-
Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". libavcodec2008-08-07, by pross
-
Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. libavcodec2008-08-07, by pross
-
Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly libavcodec2008-08-06, by vitor
-
Simplify eval_refl(): return directly when needed instead of storing the return value in a variable libavcodec2008-08-06, by vitor
-
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This libavcodec2008-08-06, by vitor
-
Move shared tables to aactab.c and add declarations to aactab.h. Also sync with libavcodec2008-08-05, by superdump
-
AAC definitions and structures that have been OKed from the SoC AAC decoder libavcodec2008-08-05, by superdump
-
cosmetics: change function name and comments to refer to block decoding libavcodec2008-08-05, by jbr
-
Use frame_num and reference instead of poc for matching frames for direct libavcodec2008-08-05, by michael
-
The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as well. libavcodec2008-08-04, by michael
-
Simplify PCM codec; replace switch() statements with av_get_bits_per_sample(). libavcodec2008-08-04, by pross
-
Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field. libavcodec2008-08-04, by pross
-
Make avcodec_string() and av_get_bits_per_sample() report the sample size for CODEC_ID_PCM_ZORK libavcodec2008-08-04, by pross
-
Use the correct collocated field in pred_direct_motion() when it differs in parity. libavcodec2008-08-04, by michael
-
Read bitstream parameters for E-AC-3 streams before returning an error. libavcodec2008-08-03, by jbr
-
Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by libavcodec2008-08-03, by jbr
-
Remove useless mb_field_decoding_flag setting code that was at the wrong spot. libavcodec2008-08-03, by michael
-
Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix_fmt(). libavcodec2008-08-03, by pross
-
Picture.ref_count/ref_poc have to be stored per field (actually also per libavcodec2008-08-02, by michael
-
do not fail on qscale==0 if error resilience is high, fix broken quicktime h261, lotr.mov libavcodec2008-08-02, by bcoudurier
-
Mark add_png_paeth_prediction_* functions which are only used within this file libavcodec2008-08-02, by diego