summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Stefano Sabatini2008-05-131-1/+1
* Correct type for pcx_rle_decode().Carl Eugen Hoyos2008-05-121-1/+1
* Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-121-1/+1
* armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier2008-05-121-2/+2
* Do not use variable frame_info before its value is set.Carl Eugen Hoyos2008-05-121-2/+1
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-111-4/+3
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-1130-49/+49
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-111-2/+4
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-113-0/+214
* Remove newly unused variables.Alexander Strange2008-05-111-5/+0
* Use h->mb_xy directly in decode_cabac_residual().Alexander Strange2008-05-111-2/+2
* Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange2008-05-112-18/+24
* Simplify do_voice().Vitor Sessak2008-05-111-15/+8
* Replace some hardcoded swapping with FFSWAP.Vitor Sessak2008-05-111-15/+9
* Remove unused defines from ra144.Vitor Sessak2008-05-111-5/+0
* cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet2008-05-111-8/+8
* simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet2008-05-111-19/+6
* Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov2008-05-111-0/+13
* Document AVCodecContext channels field.Stefano Sabatini2008-05-111-1/+1
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-112-8/+7
* Fix compilation error.Vladimir Voroshilov2008-05-111-1/+1
* fix reading of samples-per-frameJustin Ruggles2008-05-111-1/+1
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-112-0/+238
* Simplify a list of array allocations with a loop.Vitor Sessak2008-05-111-11/+3
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-112-24/+28
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-101-1/+0
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-101-48/+20
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-101-372/+438
* Add missing required header directly.Diego Biurrun2008-05-091-0/+1
* Add missing path to #include.Diego Biurrun2008-05-091-1/+1
* Add missing path to #include statement.Diego Biurrun2008-05-091-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-09100-151/+155
* Little fix for block sizes <16Michael Niedermayer2008-05-091-1/+1
* Revert previous mistaken commit.Diego Biurrun2008-05-094-10/+10
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-095-11/+11
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-091-1/+1
* Improve motion estimation metric.Michael Niedermayer2008-05-091-1/+12
* remove useless commentAurelien Jacobs2008-05-081-2/+0
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-081-3/+4
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-0820-175/+185
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-081-2/+2
* One const per declaration is enough.Carl Eugen Hoyos2008-05-081-1/+1
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-061-0/+2
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-061-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-0612-21/+21
* Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser2008-05-041-9/+19
* Prevent targaenc.c from outputting trash byte.Ramiro Polla2008-05-041-1/+1
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-041-1/+1
* Indent.Ramiro Polla2008-05-041-4/+4
* Do not read out of array bounds.Ramiro Polla2008-05-041-0/+4
OpenPOWER on IntegriCloud