summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-15
| | | | Originally committed as revision 13163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read the bitstream where the data is actually needed instead of doing it in ↵Vitor Sessak2008-05-15
| | | | | | unpack_input() Originally committed as revision 13162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-15
| | | | Originally committed as revision 13161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove useless parenthesisVitor Sessak2008-05-15
| | | | Originally committed as revision 13160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-15
| | | | Originally committed as revision 13159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-15
| | | | Originally committed as revision 13157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste itStefano Sabatini2008-05-15
| | | | Originally committed as revision 13156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_set_string() fail when number could not be set.Stefano Sabatini2008-05-15
| | | | | | Patch by Stefano Sabatini stefano§sabatini-lalaATposte§it Originally committed as revision 13155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.Stefano Sabatini2008-05-14
| | | | Originally committed as revision 13154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update offset in the option string later, to have a better error message.Stefano Sabatini2008-05-14
| | | | | | Patch by Stefano Sabatini stefanoTODsabatini-lalaCHEZposteTODit Originally committed as revision 13153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* acelp_filters.h needs stdint.hMåns Rullgård2008-05-13
| | | | Originally committed as revision 13150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-13
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo.Stefano Sabatini2008-05-13
| | | | | | 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-12
| | | | | | | 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-12
| | | | | | 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-12
| | | | | | 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-12
| | | | 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-11
| | | | 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-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
* 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
* 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
* 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 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
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 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
* Improve motion estimation metric.Michael Niedermayer2008-05-09
| | | | | | Patch by Michael Niedermayer Originally committed as revision 13090 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