summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
| | | | | | 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-11
| | | | Originally committed as revision 13129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-11
| | | | | | | | | | 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-11
| | | | Originally committed as revision 13127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use h->mb_xy directly in decode_cabac_residual().Alexander Strange2008-05-11
| | | | 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-11
| | | | Originally committed as revision 13125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify do_voice().Vitor Sessak2008-05-11
| | | | | | 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-11
| | | | | | 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-11
| | | | | | 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-11
| | | | | | 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-11
| | | | | | matthieu free fr>. Originally committed as revision 13120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow icc to compile with optimizations (pentium3, pentium4 or core2).Carl Eugen Hoyos2008-05-11
| | | | Originally committed as revision 13119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence useless icc warnings.Carl Eugen Hoyos2008-05-11
| | | | Originally committed as revision 13118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov2008-05-11
| | | | | | signed shift for ACELP-based codecs. Originally committed as revision 13117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus netDave Yeo2008-05-11
| | | | Originally committed as revision 13116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodecContext channels field.Stefano Sabatini2008-05-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix type of dest_addr_len to respect return value of udp_set_url.Luca Abeni2008-05-11
| | | | | | Patch by Luca Abeni. Originally committed as revision 13114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-11
| | | | | | | 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-11
| | | | | | | 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-11
| | | | Originally committed as revision 13111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-11
| | | | Originally committed as revision 13110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify a list of array allocations with a loop.Vitor Sessak2008-05-11
| | | | | | 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-11
| | | | | | 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-10
| | | | 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-10
| | | | 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-10
| | | | | | some further prettyprinting by myself. Originally committed as revision 13105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include.Benoit Fouet2008-05-09
| | | | Originally committed as revision 13104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing required header directly.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include statement.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-09
| | | | | | Patch by Keiji Costantini ( strites gmail com ) Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove -I flags pointing to local paths, they are no longer necessary.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant #undef statements that were mistakenly committed.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF stereo supportJai Menon2008-05-09
| | | | | | Patch by Jai Menon ( realityman gmx net ) Originally committed as revision 13097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required stdint.h header.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little fix for block sizes <16Michael Niedermayer2008-05-09
| | | | Originally committed as revision 13095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous mistaken commit.Diego Biurrun2008-05-09
| | | | 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-09
| | | | 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-09
| | | | Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* string.h is a system header file, so use <> for it.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve motion estimation metric.Michael Niedermayer2008-05-09
| | | | | | Patch by Michael Niedermayer Originally committed as revision 13090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use enum type instead of intAurelien Jacobs2008-05-09
| | | | Originally committed as revision 13089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2008-05-09
| | | | Originally committed as revision 13088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for lzo compressed tracksAurelien Jacobs2008-05-09
| | | | Originally committed as revision 13087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless commentAurelien Jacobs2008-05-08
| | | | Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fail gracefully when seeking don't workAurelien Jacobs2008-05-08
| | | | Originally committed as revision 13085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include required stdint.h header directly.Diego Biurrun2008-05-08
| | | | Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-08
| | | | Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk