summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Add id3v1.o dependency for oma demuxerMichael Karcher2010-07-05
| | | | | | Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de> Originally committed as revision 24052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream ↵Benjamin Larsson2010-07-05
| | | | | | parsing Originally committed as revision 24051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make opt_pad() print more information.Stefano Sabatini2010-07-04
| | | | Originally committed as revision 24050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update help message for the -pad* options, as they have been removed,Stefano Sabatini2010-07-04
| | | | | | | | and update the manual page accordingly. Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-za" "a-z"). Originally committed as revision 24049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aes: fix array index out of bounds warningMåns Rullgård2010-07-04
| | | | Originally committed as revision 24048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention gas-preprocessor in documentationMåns Rullgård2010-07-04
| | | | Originally committed as revision 24047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build with hardcoded tablesMåns Rullgård2010-07-04
| | | | | | | | The recently added dummy rule for missing headers took precedence over the tablegen rules. Listing the generated headers explicitly overrides this. A cleaner solution would be preferable. Originally committed as revision 24046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r24021 which i have approved did by mistake remove a empty line that had a ↵Michael Niedermayer2010-07-04
| | | | | | | | purpose. This reverts the mistake. Originally committed as revision 24045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-04
| | | | | | | | | | | | | | On PPC a leaf function has a 288-byte red zone below the stack pointer, sparing these functions the chore of setting up a full stack frame. When a function call is disguised within an inline asm block, the compiler might not adjust the stack pointer as required before a function call, resulting in the red zone being clobbered. Moving the entire function to pure asm avoids this problem and also results in somewhat better code. Originally committed as revision 24044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård2010-07-04
| | | | Originally committed as revision 24043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: add some asm support macrosMåns Rullgård2010-07-04
| | | | Originally committed as revision 24042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stop make complaining about moved/deleted headersMåns Rullgård2010-07-04
| | | | Originally committed as revision 24041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIchanges: fix revision number and commit date for change of all occurencesRamiro Polla2010-07-04
| | | | | | of "inofficial" to "unofficial". Originally committed as revision 24040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert commit:Stefano Sabatini2010-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Author: stefano Date: Sat Jul 3 20:19:38 2010 New Revision: 24023 Log: State in the guidelines that function and parameter descriptions in the doxy must use impersonal verbal form. This form is apparently favored by most English speaker developers, and has the advantage of being easier to use than the third person form. This should hopefully put an end to the Third Person Holy Bikeshed War. The change was neither discussed on the FFmpeg ML, nor approved by the project leader. The Holy War will continue soon on FFmpeg-devel, stay tuned ;-). Originally committed as revision 24039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing docs for the ffplay -autoexit option.Alexei Svitkine2010-07-04
| | | | | | Patch by Alexei Svitkine print("%s.%s@gmail.%s" % ("alexei", "svitkine", "com")). Originally committed as revision 24038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement -onkeydown and -onmousedown options for ffplay.Alexei Svitkine2010-07-04
| | | | | | | | | | Patch by Alexei Svitkine cout << name << "." << surname << "@" << "gmail.com". See thread: Subject: [FFmpeg-devel] new command-line option for ffplay Date: Wed, 23 Jun 2010 09:13:50 -0400 Originally committed as revision 24037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add notices for the -crop* options in the ffmpeg manual, stating thatStefano Sabatini2010-07-04
| | | | | | | | the options are deprecated and that -vf crop should be used instead. Based on a patch by John Calcote $(echo "<j0hn.c4lc073@gm41l.c0m>" | tr "04731" "oatei"). Originally committed as revision 24036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov: Read Flash's chpl variantDavid Conrad2010-07-04
| | | | | | This is based off of F4V specs rather than any actual files Originally committed as revision 24035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LOL, 100l, really fix warning:Baptiste Coudurier2010-07-03
| | | | | | | | ffmpeg.c: In function 'new_audio_stream': ffmpeg.c:665: warning: 'best' may be used uninitialized in this function ffmpeg.c:665: note: 'best' was declared here Originally committed as revision 24034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Baptiste Coudurier2010-07-03
| | | | | | | | ffmpeg.c: In function 'new_audio_stream': ffmpeg.c:665: warning: 'best' may be used uninitialized in this function ffmpeg.c:665: note: 'best' was declared here Originally committed as revision 24033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFplay : Copy all AVFrame fields from the reference picture to theJai Menon2010-07-03
| | | | | | requested buffer. Originally committed as revision 24032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIchanges: add entry for r23985 (install lfg.h)Ramiro Polla2010-07-03
| | | | Originally committed as revision 24031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enhance pad filter command-line description.Stefano Sabatini2010-07-03
| | | | | | Based on a patch by John Calcote $name.$surname@gmail.com. Originally committed as revision 24030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje2010-07-03
| | | | Originally committed as revision 24029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add missing braces in libvpx checkMåns Rullgård2010-07-03
| | | | Originally committed as revision 24028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide a hint about the minimum required version of libvpx (0.9.1)Dominik Mierzejewski2010-07-03
| | | | | | | | when detection fails. Approved by Måns. Originally committed as revision 24027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: enclose library check for librtmp in bracketsRamiro Polla2010-07-03
| | | | | | otherwise it would always fail if librtmp was not enabled. Originally committed as revision 24026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård2010-07-03
| | | | | | This removes the need for a post-swizzle with the small FFTs. Originally committed as revision 24025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add function check for librtmp, require RTMP_Socket() which was addedStefano Sabatini2010-07-03
| | | | | | | | in version 2.2.f. Avoid a compile-time failure. Originally committed as revision 24024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* State in the guidelines that function and parameter descriptions inStefano Sabatini2010-07-03
| | | | | | | | | | | | | the doxy must use impersonal verbal form. This form is apparently favored by most English speaker developers, and has the advantage of being easier to use than the third person form. This should hopefully put an end to the Third Person Holy Bikeshed War. Originally committed as revision 24023 to svn://svn.ffmpeg.org/ffmpeg/trunk