summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-09
* Remove odd pairwise deblock filtering applied to MBAFF MBs.Michael Niedermayer2008-08-09
* Doxygenate avcodec_version().Stefano Sabatini2008-08-08
* fix 4:2:2 psnrBaptiste Coudurier2008-08-08
* Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross2008-08-07
* Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o...Peter Ross2008-08-07
* Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b...Peter Ross2008-08-07
* Cosmetics: rename loop counters in eval_refl()Vitor Sessak2008-08-06
* Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak2008-08-06
* Simplify eval_refl(): s/b == 0/!b/Vitor Sessak2008-08-06
* Simplify range checking in eval_refl(). Before theVitor Sessak2008-08-06
* Cosmetics: reindentVitor Sessak2008-08-06
* Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak2008-08-06
* Electronic Arts TGV decoderPeter Ross2008-08-06
* Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak2008-08-06
* Simplify rms(): merge a few operations in the same statementVitor Sessak2008-08-06
* Cosmetical simplification in t_sqrt()Vitor Sessak2008-08-06
* Check available size before writing in decode_frame()Vitor Sessak2008-08-06
* Check *data_size in decode_frame()Vitor Sessak2008-08-06
* Cosmetics: alignmentVitor Sessak2008-08-06
* Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. ThisVitor Sessak2008-08-06
* Prevent low delay from being used with mpeg1.Michael Niedermayer2008-08-05
* OKed sections of code from the SoC AAC decoderRobert Swain2008-08-05
* Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain2008-08-05
* AAC definitions and structures that have been OKed from the SoC AAC decoderRobert Swain2008-08-05
* Use local variabes for *stride, where local variables exist.Michael Niedermayer2008-08-05
* indentMichael Niedermayer2008-08-05
* Simplify l1mv/l1ref calculation.Michael Niedermayer2008-08-05
* simplify y_shift/ref_shift codeMichael Niedermayer2008-08-05
* indentMichael Niedermayer2008-08-05
* Factorize some code between temporal and spatial direct mode.Michael Niedermayer2008-08-05
* Rename prodsum() function to convolve()Vitor Sessak2008-08-05
* cosmetics: use a better function name than uncouple_channels()Justin Ruggles2008-08-05
* cosmetics: change function name and comments to refer to block decodingJustin Ruggles2008-08-05
* remove unneeded local variableJustin Ruggles2008-08-05
* Port b4/b8_stride code from spatial direct mode to temporal.Michael Niedermayer2008-08-05
* Use frame_num and reference instead of poc for matching frames for directMichael Niedermayer2008-08-05
* *2 /2 is wrong for PAFF references, so do not do it.Michael Niedermayer2008-08-04
* Port col_parity code from spatial mode to temporal mode,Michael Niedermayer2008-08-04
* The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as...Michael Niedermayer2008-08-04
* Remove redundant code.Michael Niedermayer2008-08-04
* Fill ref_count/ref_poc for both fields of frames.Michael Niedermayer2008-08-04
* Fix static leaks in h264.c.Art Clarke2008-08-04
* Use ref_poc and ref_count from the correct field.Michael Niedermayer2008-08-04
* Fix dist_scale_factor for long term reference pictures.Michael Niedermayer2008-08-04
* Return an error when ff_jpegls_decode_picture fails.Mathieu Malaterre2008-08-04
* Simplify PCM codec; replace switch() statements with av_get_bits_per_sample().Peter Ross2008-08-04
* Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field.Peter Ross2008-08-04
* Make avcodec_string() and av_get_bits_per_sample() report the sample size for...Peter Ross2008-08-04
* Use the correct collocated field in pred_direct_motion() when it differs in p...Michael Niedermayer2008-08-04