summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* get_generic_seed() for the cases without /dev/random and AV_READ_TIMEMichael Niedermayer2010-07-07
| | | | Originally committed as revision 24102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename read/write_line() to av_read/write_image_line().Stefano Sabatini2010-07-07
| | | | | | | | | The old names were not av_ prefixed, and they were causing linking failure on many platforms. The new names are also more descriptive. Patch by Stefano Sabatini. Originally committed as revision 24101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: whitespaceAlex Converse2010-07-07
| | | | Originally committed as revision 24100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Enforce LFE bitstream restrictions.Alex Converse2010-07-07
| | | | Originally committed as revision 24099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new decoder property max_lowres and do not init decoder if requested ↵Carl Eugen Hoyos2010-07-07
| | | | | | value is higher. Originally committed as revision 24098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: remove checks for impossible error conditionsMåns Rullgård2010-07-07
| | | | Originally committed as revision 24097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: remove unnecessary .previous directiveMåns Rullgård2010-07-07
| | | | Originally committed as revision 24096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: set section to .text in 'function' macroMåns Rullgård2010-07-07
| | | | | | | This ensures code always goes into the .text section and avoids the need to specify it explicitly after changing sections. Originally committed as revision 24095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: hide a .size directive on non-ELF targetsMåns Rullgård2010-07-07
| | | | Originally committed as revision 24094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: whitespaceAlex Converse2010-07-07
| | | | Originally committed as revision 24093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-07
| | | | Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_copy_picref_props().Stefano Sabatini2010-07-07
| | | | Originally committed as revision 24091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFplay : Fix segfault when playing monoaural streams.Jai Menon2010-07-07
| | | | Originally committed as revision 24090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised integer clip functionsMåns Rullgård2010-07-07
| | | | Originally committed as revision 24089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: intmath.h cosmeticsMåns Rullgård2010-07-07
| | | | Originally committed as revision 24088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård2010-07-07
| | | | Originally committed as revision 24087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove macro duplication between common.h and intmath.hMåns Rullgård2010-07-07
| | | | Originally committed as revision 24086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intmath: whitespace cosmeticsMåns Rullgård2010-07-07
| | | | Originally committed as revision 24085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve long_name for ass (de)muxerAurelien Jacobs2010-07-07
| | | | Originally committed as revision 24084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion_est: fix implicit truncation warningsReimar Döffinger2010-07-07
| | | | | | Patch by Reimar Döffinger and Eli Friedman (independently). Originally committed as revision 24083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore extradata & w/h in asf/dvr.Michael Niedermayer2010-07-07
| | | | | | | | The w/h values are wrong and extradata contains a fake seq header that causes decoding to fail later, a valid seq header is in the stream itself. Partially fixes issue658 Originally committed as revision 24082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ff_dct_init(context) out of if(one time init)Michael Niedermayer2010-07-07
| | | | | | fixes calling a null pointer in issue658 Originally committed as revision 24081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence warning "new qualifiers in middle of multi-levelEli Friedman2010-07-07
| | | | | | | | non-const cast are unsafe". Patch by Eli Friedman, eli d friedman a gmail Originally committed as revision 24080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Associate .tga with format image2.Carl Eugen Hoyos2010-07-07
| | | | Originally committed as revision 24079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-06
| | | | | | disabled. Originally committed as revision 24078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SSE optimized 32-point DCTVitor Sessak2010-07-06
| | | | Originally committed as revision 24077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård2010-07-06
| | | | Originally committed as revision 24076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename av_tempfile() to ff_tempfile()Måns Rullgård2010-07-06
| | | | Originally committed as revision 24075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård2010-07-06
| | | | Originally committed as revision 24074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård2010-07-06
| | | | Originally committed as revision 24073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os_support: include some headers only when neededMåns Rullgård2010-07-06
| | | | Originally committed as revision 24072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpenc: remove unnecessary #include unistd.hMåns Rullgård2010-07-06
| | | | Originally committed as revision 24071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file_protocol: remove redundant #include sys/time.hMåns Rullgård2010-07-06
| | | | Originally committed as revision 24070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_unused to decode_mb_skip declaration to fix the following warning:Eli Friedman2010-07-06
| | | | | | | libavcodec/h264.h:1260: warning: ‘decode_mb_skip’ defined but not used patch by Eli Friedman, eli.friedman gmail com Originally committed as revision 24069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: replace VLA with fixed sizeMåns Rullgård2010-07-06
| | | | | | | Number of channels is restricted to 6 so the size is acceptable for the stack. Originally committed as revision 24068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move shareable draw_rectangle() and query_formats function to the topStefano Sabatini2010-07-05
| | | | | | | | | of the file, and put under #if CONFIG_PAD_FILTER the code specific to the pad filter. Simplify the inclusion of the color source. Originally committed as revision 24067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize out some code and implement the fill_line_with_color()Stefano Sabatini2010-07-05
| | | | | | function. Allow to share code with the pending color source. Originally committed as revision 24066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update lavfitest reference after commit:Stefano Sabatini2010-07-05
| | | | | | | | | | | | | Author: bcoudurier Date: Sat Jul 3 03:11:04 2010 +0000 Set graph swscale opts before parsing it, that way opts are available when auto-adding scalers. It changed the swscale flags used by the auto-added scalers, and so the output video. Originally committed as revision 24065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').Diego Biurrun2010-07-05
| | | | | | | This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be present on all developer machines. Originally committed as revision 24064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.Diego Biurrun2010-07-05
| | | | Originally committed as revision 24063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder config file entries to the format used by doxygen 1.5.6.Diego Biurrun2010-07-05
| | | | Originally committed as revision 24062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert update of Doxygen configuration file via 'doxygen -u'.Diego Biurrun2010-07-05
| | | | | | It will be redone with some cosmetics split out in a moment. Originally committed as revision 24061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify some OS-specific flag settingMåns Rullgård2010-07-05
| | | | Originally committed as revision 24060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_asf: Propagate errors from the chained av_open_input_streamMartin Storsjö2010-07-05
| | | | | | This fixes the crash in issue 2070. Originally committed as revision 24059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move frame_available computation to where it belongs in ffmpeg.c.Michael Niedermayer2010-07-05
| | | | | | | This fixes a infinite loop. Fixes issue 2066. Originally committed as revision 24058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-05
| | | | | | This avoids some warnings about too many reference frames. Originally committed as revision 24057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-05
| | | | Originally committed as revision 24056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence a warning when compiling aviobuf.cEli Friedman2010-07-05
| | | | | | Patch by Eli Friedman, eli d friedman a gmail Originally committed as revision 24055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA: Occasionally a false XCH sync word can turn up after the core DTS data,Nick Brereton2010-07-05
| | | | | | | | | to verify the sync word the extension fsize field should be compared to the core data length field. Patch by nick.nbrereton@net Originally committed as revision 24054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, andMichael Karcher2010-07-05
| | | | | | | truehd demuxers Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de> Originally committed as revision 24053 to svn://svn.ffmpeg.org/ffmpeg/trunk