summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo.Stefano Sabatini2008-05-131-1/+1
| | | | | | Patch by Stefano Sabatini stefanoDOTsabatini-lalaATpostePOINTit Originally committed as revision 13140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct type for pcx_rle_decode().Carl Eugen Hoyos2008-05-121-1/+1
| | | | | | | Fixes icc warning #120: return value type does not match the function type Originally committed as revision 13139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-121-1/+1
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier2008-05-121-2/+2
| | | | | | it's build out of a C file, not an ASM file Originally committed as revision 13134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use variable frame_info before its value is set.Carl Eugen Hoyos2008-05-121-2/+1
| | | | Originally committed as revision 13133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-111-4/+3
| | | | Originally committed as revision 13131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-1130-49/+49
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-111-2/+4
| | | | Originally committed as revision 13129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-113-0/+214
| | | | | | | | | | point coprocessor available in some ARM11 cores). Patch by Siarhei Siamashka % siarhei.siamashka@gmail.com % Original thread: date: Apr 20, 2008 5:41 PM subject: [FFmpeg-devel] [PATCH] Some ARM VFP optimizations (vector_fmul, vector_fmul_reverse, float_to_int16) Originally committed as revision 13128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove newly unused variables.Alexander Strange2008-05-111-5/+0
| | | | Originally committed as revision 13127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use h->mb_xy directly in decode_cabac_residual().Alexander Strange2008-05-111-2/+2
| | | | Originally committed as revision 13126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange2008-05-112-18/+24
| | | | Originally committed as revision 13125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify do_voice().Vitor Sessak2008-05-111-15/+8
| | | | | | Patch by Vitor Sessak (vitor1001 gmail com) Originally committed as revision 13124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some hardcoded swapping with FFSWAP.Vitor Sessak2008-05-111-15/+9
| | | | | | Patch by Vitor Sessak (vitor1001 gmail com) Originally committed as revision 13123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused defines from ra144.Vitor Sessak2008-05-111-5/+0
| | | | | | Patch by Vitor Sessak (vitor1001 gmail com) Originally committed as revision 13122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indent after last commit. patch by matthieu castet <castet ↵Matthieu Castet2008-05-111-8/+8
| | | | | | matthieu free fr>. Originally committed as revision 13121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify decoding of uncompressed samples. patch by matthieu castet <castet ↵Matthieu Castet2008-05-111-19/+6
| | | | | | matthieu free fr>. Originally committed as revision 13120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov2008-05-111-0/+13
| | | | | | signed shift for ACELP-based codecs. Originally committed as revision 13117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodecContext channels field.Stefano Sabatini2008-05-111-1/+1
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-112-8/+7
| | | | | | | fix missing period (not latest revision of patch was wrongly committed). Originally committed as revision 13113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation error.Vladimir Voroshilov2008-05-111-1/+1
| | | | | | | It was introduced after changing input parameter and overlooked during review process. Originally committed as revision 13112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix reading of samples-per-frameJustin Ruggles2008-05-111-1/+1
| | | | Originally committed as revision 13111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-112-0/+238
| | | | Originally committed as revision 13110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify a list of array allocations with a loop.Vitor Sessak2008-05-111-11/+3
| | | | | | patch by Vitor Sessak, vitor1001 gmail com Originally committed as revision 13109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-112-24/+28
| | | | | | This will allow to reuse the code in the SIPR decoder. Originally committed as revision 13108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-101-1/+0
| | | | Originally committed as revision 13107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-101-48/+20
| | | | Originally committed as revision 13106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-101-372/+438
| | | | | | some further prettyprinting by myself. Originally committed as revision 13105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing required header directly.Diego Biurrun2008-05-091-0/+1
| | | | Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include.Diego Biurrun2008-05-091-1/+1
| | | | Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include statement.Diego Biurrun2008-05-091-1/+1
| | | | Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09100-151/+155
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little fix for block sizes <16Michael Niedermayer2008-05-091-1/+1
| | | | Originally committed as revision 13095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous mistaken commit.Diego Biurrun2008-05-094-10/+10
| | | | Originally committed as revision 13094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-095-11/+11
| | | | Originally committed as revision 13093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-091-1/+1
| | | | Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve motion estimation metric.Michael Niedermayer2008-05-091-1/+12
| | | | | | Patch by Michael Niedermayer Originally committed as revision 13090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless commentAurelien Jacobs2008-05-081-2/+0
| | | | Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-081-3/+4
| | | | Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-0820-175/+185
| | | | | | typedef x86_reg as the appropriate size and use it instead. Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-081-2/+2
| | | | Originally committed as revision 13080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One const per declaration is enough.Carl Eugen Hoyos2008-05-081-1/+1
| | | | Originally committed as revision 13079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-061-0/+2
| | | | Originally committed as revision 13071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-061-1/+1
| | | | Originally committed as revision 13070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-0612-21/+21
| | | | Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser2008-05-041-9/+19
| | | | | | Patch by Jason Garrett-Glaser (darkshikari gmail com) Originally committed as revision 13060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent targaenc.c from outputting trash byte.Ramiro Polla2008-05-041-1/+1
| | | | Originally committed as revision 13059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-041-1/+1
| | | | Originally committed as revision 13055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Ramiro Polla2008-05-041-4/+4
| | | | Originally committed as revision 13054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read out of array bounds.Ramiro Polla2008-05-041-0/+4
| | | | Originally committed as revision 13053 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud