]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Add simpler/cleaner/faster F32BE encoding/decoding.
[frescor/ffmpeg.git] / libavcodec /
2008-08-07 prossAdd simpler/cleaner/faster F32BE encoding/decoding.
2008-08-07 prossSimplify PCM codec; change 'n' in pcm_decode_frame...
2008-08-07 prossPrevent DAUD PCM encoder from fetching values outside...
2008-08-06 vitorCosmetics: rename loop counters in eval_refl()
2008-08-06 vitorSimplify eval_refl(): do not store a buffer value in...
2008-08-06 vitorSimplify eval_refl(): s/b == 0/!b/
2008-08-06 vitorSimplify range checking in eval_refl(). Before the
2008-08-06 vitorCosmetics: reindent
2008-08-06 vitorSimplify do_output_subblock(): Remove a unneeded memcpy
2008-08-06 prossElectronic Arts TGV decoder
2008-08-06 vitorSimplify eval_refl(): return directly when needed inste...
2008-08-06 vitorSimplify rms(): merge a few operations in the same...
2008-08-06 vitorCosmetical simplification in t_sqrt()
2008-08-06 vitorCheck available size before writing in decode_frame()
2008-08-06 vitorCheck *data_size in decode_frame()
2008-08-06 vitorCosmetics: alignment
2008-08-06 vitorFlip (by making buf[i] -> buf[size-i-1]) two buffers...
2008-08-05 michaelPrevent low delay from being used with mpeg1.
2008-08-05 superdumpOKed sections of code from the SoC AAC decoder
2008-08-05 superdumpMove shared tables to aactab.c and add declarations...
2008-08-05 superdumpAAC definitions and structures that have been OKed...
2008-08-05 michaelUse local variabes for *stride, where local variables...
2008-08-05 michaelindent
2008-08-05 michaelSimplify l1mv/l1ref calculation.
2008-08-05 michaelsimplify y_shift/ref_shift code
2008-08-05 michaelindent
2008-08-05 michaelFactorize some code between temporal and spatial direct...
2008-08-05 vitorRename prodsum() function to convolve()
2008-08-05 jbrcosmetics: use a better function name than uncouple_cha...
2008-08-05 jbrcosmetics: change function name and comments to refer...
2008-08-05 jbrremove unneeded local variable
2008-08-05 michaelPort b4/b8_stride code from spatial direct mode to...
2008-08-05 michaelUse frame_num and reference instead of poc for matching...
2008-08-04 michael*2 /2 is wrong for PAFF references, so dont do it.
2008-08-04 michaelport col_parity code from spatial mode to temporal...
2008-08-04 michaelThe code under FRAME_MBAFF for temporal direct mode...
2008-08-04 michaelRemove redundant code.
2008-08-04 michaelFill ref_count/ref_poc for both fields of frames.
2008-08-04 cehoyosFix static leaks in h264.c.
2008-08-04 michaelUse ref_poc and ref_count from the correct field.
2008-08-04 michaelFix dist_scale_factor for long term reference pictures.
2008-08-04 benoitReturn an error when ff_jpegls_decode_picture fails.
2008-08-04 prossSimplify PCM codec; replace switch() statements with...
2008-08-04 prossSimplify PCM codec; use sample_fmts field to set the...
2008-08-04 prossMake avcodec_string() and av_get_bits_per_sample()...
2008-08-04 michaelUse the correct collocated field in pred_direct_motion...
2008-08-03 jbrRead bitstream parameters for E-AC-3 streams before...
2008-08-03 jbrHardcode the table for ungrouping 3 values in 5 bits...
2008-08-03 jbruse the same table for ungrouping exponents and bap...
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-08-03 michaelRemove useless mb_field_decoding_flag setting code...
2008-08-03 michaelmb_field_decoding_flag was not initialized
2008-08-03 kostyaWrong constant used in default threshold value calculat...
2008-08-03 jbrcosmetics: vertical alignment
2008-08-03 jbruse MAX_BLOCKS for array size instead of 6
2008-08-03 jbrrearrange dimensions of pre_mantissa array
2008-08-03 prossAdd graceful error handling to avcodec_get_pix_fmt_name...
2008-08-02 michaelPicture.ref_count/ref_poc have to be stored per field...
2008-08-02 bcoudurierdo not fail on qscale==0 if error resilience is high...
2008-08-02 diegoMark add_png_paeth_prediction_* functions which are...
2008-08-01 prossModify av_audio_convert() to use AVAudioConvert context...
2008-08-01 prossRevert r14484 hunk that deleted the 'include avcodec...
2008-08-01 benoitUse compression level to set mp3lame quality option.
2008-07-31 bcoudurierfix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue...
2008-07-31 benoitFix a potential out of array writing.
2008-07-31 prossWrite sample format description within avcodec_string()
2008-07-31 prossAdd sample format support functions: avcodec_get_sample...
2008-07-31 benoitUse static vlc structure to decode layer 3 huffman...
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-30 michaelSimplify intra PCM MB handling.
2008-07-29 vitorDo not declare a counter as unsigned when it is not...
2008-07-29 vitorCosmetics: rename loop counter vars to i,j
2008-07-29 vitorCosmetics: rename loop counter vars to i,j
2008-07-29 lorenmr14205 broke vorbis float_to_int on ppc
2008-07-29 darkshikariUse #define instead of a constant. Patch by Paul Kendall.
2008-07-28 darkshikariSmall h264 decoding speed optimization: while->do/while
2008-07-28 vitorCosmetics: new line
2008-07-28 vitorRemove the now useless phase variable from context
2008-07-28 prossincrement minor version for commit r14412 (add sample_f...
2008-07-28 vitorCosmetics: make comment match var name
2008-07-28 vitorCosmetics: align comments
2008-07-28 vitorRename two context vars: s/sb/sp_block/, s/lhist/gain_b...
2008-07-28 vitorDeclare temporary buffers to be only of the necessary...
2008-07-28 vitorRemove redundant comments
2008-07-28 vitorCosmetics: do not align with now removed next instruction
2008-07-28 vitorCosmetics: remove braces and useless newline
2008-07-28 vitorChange the way the input is passed to do_hybrid_filter...
2008-07-28 vitorRemove RA288Context.output buffer. This buffer is just...
2008-07-27 vitorAdd a few comments pointing to the G.728 specification
2008-07-27 vitorRemove the history buffer from the context. It can...
2008-07-27 diegoRemove unused variable.
2008-07-27 vitorRename two context buffers: pr{1,2} -> {sp,gain}_lpc...
2008-07-27 stefanoComplete documentation for av_set_string().
2008-07-27 vitorRemove st1 and st2 temporary buffers in backward_filter...
2008-07-27 vitorChange slightly the meaning of RA288Context.phase....
2008-07-27 heydownsInitialize outputed_poc to INT_MIN at decoder initializ...
2008-07-27 michaelleft_block intialisation optimisation.
2008-07-27 superdumpAAC tables and data that have been OKed by Michael
2008-07-26 heydownsAnd.... Fix another spec reference to be more specific...
2008-07-26 heydownsFix reference to spec to be more specific and correct.
next