summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Implement avfilter_version().Stefano Sabatini2008-08-08
* Implement avdevice_version().Stefano Sabatini2008-08-08
* Implement avformat_version().Stefano Sabatini2008-08-08
* Doxygenate avcodec_version().Stefano Sabatini2008-08-08
* Implement avutil_version().Stefano Sabatini2008-08-08
* Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini2008-08-08
* Change OSS long names.Benoit Fouet2008-08-08
* fix 4:2:2 psnrBaptiste Coudurier2008-08-08
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-07
* 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
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-07
* Remove useless 'channels' assignment.Benoit Fouet2008-08-07
* rename mxf.c to mxfdec.cBaptiste Coudurier2008-08-07
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-06
* 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
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
* Remove a useless directive.Benoit Fouet2008-08-06
* Cosmetics: indentationBenoit Fouet2008-08-06
* Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross2008-08-06
* Electronic Arts TGV decoderPeter Ross2008-08-06
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter 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
* matroskadec: use av_freep(&x) instead of av_free(x);x=NULLAurelien Jacobs2008-08-06
* matroskadec: replace matroska_queue_packet with a single call to dynarray_addAnton Khirnov2008-08-06
* add dv 4:1:1 regression testBaptiste Coudurier2008-08-05
* 100l, fix test, ref values were done with mv0, dunno how this slipped inBaptiste Coudurier2008-08-05
* add mpeg2 4:2:2 regression testBaptiste Coudurier2008-08-05
* Fix small typo.Diego Biurrun2008-08-05
* 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