summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Adapt first factor.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API andMichael Niedermayer2009-03-06
| | | | | | avoids calling them in the wrong order. Originally committed as revision 17841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow timespans to vary.Michael Niedermayer2009-03-06
| | | | | | No change in performance if they do not vary. Originally committed as revision 17840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder operations, 20% improved performance, 1 variable less.Michael Niedermayer2009-03-05
| | | | Originally committed as revision 17839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Timefilter code by Olivier Guilyardi o list O samalyse o comMichael Niedermayer2009-03-05
| | | | Originally committed as revision 17838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninitDiego Biurrun2009-03-05
| | | | | | to work around false positive 'may be used uninitialized' warnings. Originally committed as revision 17837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly read the version number from a VERSION file; useful for releases.Diego Biurrun2009-03-05
| | | | Originally committed as revision 17836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: hoist dependent gain lookup out of the loopAlex Converse2009-03-05
| | | | Originally committed as revision 17835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks VideoDiego Biurrun2009-03-05
| | | | Originally committed as revision 17834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Order changelog entries chronologically.Diego Biurrun2009-03-05
| | | | Originally committed as revision 17833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated MUL16 macro definition, fixes the warning:Diego Biurrun2009-03-05
| | | | | | libavcodec/ac3enc.c:119:1: warning: "MUL16" redefined Originally committed as revision 17832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: disable inline asm for armccMåns Rullgård2009-03-05
| | | | Originally committed as revision 17831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: armcc versions of bswap_16/32Måns Rullgård2009-03-05
| | | | Originally committed as revision 17830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: detect armcc compiler and enable gcc modeMåns Rullgård2009-03-05
| | | | Originally committed as revision 17829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: check asm support using $asMåns Rullgård2009-03-05
| | | | Originally committed as revision 17828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile .S files with $(AS), set it in configureMåns Rullgård2009-03-05
| | | | | | | Assembler files using the GNU syntax need to be processed by gcc, whichever compiler is used for C files. Originally committed as revision 17827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug introduced by me in r28756Cédric Schieli2009-03-05
| | | | Originally committed as revision 28825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mark pos_min and pos_max variables as av_uninit to work around falseDiego Biurrun2009-03-05
| | | | | | positive uninitialized variable warnings. Originally committed as revision 17826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun2009-03-05
| | | | | | positive uninitialized variable warning. Originally committed as revision 17825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass packet position to the parser, so frame's AVPacket.pos is computed ↵Ivan Schreter2009-03-05
| | | | | | correctly. Originally committed as revision 17824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add handling of frame position in the parser.Ivan Schreter2009-03-05
| | | | Originally committed as revision 17823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: Add a comment with the data of the smallest FLACJustin Ruggles2009-03-05
| | | | | | frame for future reference. Originally committed as revision 17822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: There is an even smaller FLAC frame size possibility.Justin Ruggles2009-03-05
| | | | Originally committed as revision 17821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16Justin Ruggles2009-03-05
| | | | | | bytes, not 24. Originally committed as revision 17820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: move 2 statements to immediately after frameJustin Ruggles2009-03-05
| | | | | | decoding. Originally committed as revision 17819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Simplify frame sync by not using the bitstream reader.Justin Ruggles2009-03-05
| | | | Originally committed as revision 17818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Split the metadata_parse() function into 2 separate functions,Justin Ruggles2009-03-05
| | | | | | parse_streaminfo() and get_metadata_size(). Originally committed as revision 17817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Add a check for small buffer size. This ensures reading asJustin Ruggles2009-03-04
| | | | | | | | much of the frame header as possible without excluding the smallest possible FLAC frame. It also fixes a false positive warning message that was being emitted at the end of decoding. Originally committed as revision 17816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: Use a more descriptive variable name for the numberJustin Ruggles2009-03-04
| | | | | | of bytes read, instead of reusing 'i'. Originally committed as revision 17815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Handle 32 bps data when checking allocated size.Justin Ruggles2009-03-04
| | | | Originally committed as revision 17814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Check curr_bps after wasted bits are subtracted.Justin Ruggles2009-03-04
| | | | Originally committed as revision 17813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: "i" -> "in".Stefano Sabatini2009-03-04
| | | | Originally committed as revision 17812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for ct_type to correctly detect interlaced flagIvan Schreter2009-03-04
| | | | Originally committed as revision 17811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting ↵Cédric Schieli2009-03-04
| | | | | | alpha channel to 0xFF Originally committed as revision 28808 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add "deprecated old scaler removed"Michael Niedermayer2009-03-04
| | | | Originally committed as revision 17810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the swscale dummy option, most (all?) FATE configs should be updatedReimar Döffinger2009-03-04
| | | | | | to work without it. Originally committed as revision 17809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab functionReimar Döffinger2009-03-04
| | | | | | instead of the 16x16 one. Seems to fix decoding on PPC. Originally committed as revision 17808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set AVFrame.reference correctly for nuv decoder.Reimar Döffinger2009-03-04
| | | | Originally committed as revision 17807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more correct bound checking in filter_mb().Vitor Sessak2009-03-04
| | | | | | Should fix decoding of CVMAPAQP3_Sony_E.jsv in MinGW Originally committed as revision 17806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add frame buffer allocators. aka simplify calls toGwenole Beauchesne2009-03-04
| | | | | | AVCodecContext.{get,release}_buffer(). Originally committed as revision 17804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MOV: fix demuxing fragmented filesAlex Converse2009-03-04
| | | | Originally committed as revision 17803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a condition that causes an infinite loop, but only when compiled withMike Melanson2009-03-04
| | | | | | gcc 4.2.4 on x86_32. Thanks to Vitor for hunting this down. Originally committed as revision 17802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* excellent first pass at a description; now it's time for the Ministry ofMike Melanson2009-03-04
| | | | | | English Composition to tear it apart and rebuild it, stronger than before Originally committed as revision 17801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpcReynaldo H. Verdejo Pinochet2009-03-04
| | | | | | | more general' changeset. This one relocates the QCELP especific code to the qcelpdec.* files. Originally committed as revision 17800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpcReynaldo H. Verdejo Pinochet2009-03-04
| | | | | | | | more general' changeset. This one splits ff_qcelp_lspf2lpc into the QCELP-especific ff_qcelp_lspf2lpc + the more general ff_qcelp_lspf2lpc. Originally committed as revision 17799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: When there is not enough data to read the next header block,Justin Ruggles2009-03-04
| | | | | | reset the bitstream reader instead of skipping backwards. Originally committed as revision 17798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje2009-03-04
| | | | | | | | | command and a second, new function to read the reply to this command. This will make it possible to read server notices that are not in response to a command in future versions, such as EOS or interrupt notices. See "[PATCH] rtsp.c: split rtsp_send_cmd() in a send- and a receive-function" thread. Originally committed as revision 17797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitJustin Ruggles2009-03-04
| | | | Originally committed as revision 17796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Check for an inline header before calling metadata_parse().Justin Ruggles2009-03-04
| | | | Originally committed as revision 17795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Allocate buffers right after STREAMINFO is parsed.Justin Ruggles2009-03-04
| | | | Originally committed as revision 17794 to svn://svn.ffmpeg.org/ffmpeg/trunk