summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* try to demux even if codec is not recognized, should demux ↵Baptiste Coudurier2008-05-15
| | | | | | M1F1-float32C-AFsp.aif and fix #454 Originally committed as revision 13171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail if correct is not recognizedBaptiste Coudurier2008-05-15
| | | | Originally committed as revision 13170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove space before opening parenthesisBaptiste Coudurier2008-05-15
| | | | Originally committed as revision 13169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless buffersVitor Sessak2008-05-15
| | | | Originally committed as revision 13168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rotate_block()Vitor Sessak2008-05-15
| | | | Originally committed as revision 13167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass the context to functions that do not use itVitor Sessak2008-05-15
| | | | Originally committed as revision 13166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare vars as const when possibleVitor Sessak2008-05-15
| | | | Originally committed as revision 13165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-15
| | | | Originally committed as revision 13164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* cosmetics: Add whitespace around redirection operators.Diego Biurrun2008-05-15
| | | | Originally committed as revision 13158 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
* add missing \n in av_log messageAurelien Jacobs2008-05-13
| | | | Originally committed as revision 13152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for zlib compressed tracksAurelien Jacobs2008-05-13
| | | | Originally committed as revision 13151 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
* Fix non-debug build.François Revol2008-05-13
| | | | Originally committed as revision 13149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set temporary filenames before using themMåns Rullgård2008-05-13
| | | | Originally committed as revision 13148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more support for Win64:Ramiro Polla2008-05-13
| | | | | | | - Export .lib files for x64 instead of i386; - Win64's malloc returns 16-byte aligned blocks. Originally committed as revision 13147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move arch check before OS check.Ramiro Polla2008-05-13
| | | | Originally committed as revision 13146 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 icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos2008-05-13
| | | | Originally committed as revision 13144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MATROSKA_TRACK_TYPE_NONE.Carl Eugen Hoyos2008-05-13
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make 'ffmpeg -formats' print codec long names.Stefano Sabatini2008-05-13
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pkg-config for libschroedinger libs, not only for CFLAGS.JonY2008-05-13
| | | | | | patch by JonY, 10walls gmail com Originally committed as revision 13141 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
* Also install .lib files with versioned filename.Ramiro Polla2008-05-12
| | | | Originally committed as revision 13138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create .lib files in the subdirs.JonY2008-05-12
| | | | | | Patch by JonY <10walls at gmail dot com> Originally committed as revision 13137 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
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-12
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13135 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
* Use strcasecmp() instead of re-inventing it.Diego Pettenò2008-05-12
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyesATgmailPOINTcom Originally committed as revision 13132 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