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