summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-indent after last commitAlex Converse2009-02-19
| | | | Originally committed as revision 17467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC in ASF does not need parsing.Alex Converse2009-02-19
| | | | Originally committed as revision 17466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
| | | | Originally committed as revision 17465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitAlex Converse2009-02-19
| | | | Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence two warnings:Ivan Schreter2009-02-19
| | | | | | | | cast discards qualifiers from pointer target type Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some buffer checks for indeo3Alex Converse2009-02-19
| | | | Originally committed as revision 17462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix seek regression tests according to r17460Aurelien Jacobs2009-02-19
| | | | Originally committed as revision 17461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-19
| | | | Originally committed as revision 17460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A try to fix the regressions.Michael Niedermayer2009-02-19
| | | | Originally committed as revision 17459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFplay: Stop processing input file when AVERROR_EOF is returned from ↵Peter Ross2009-02-19
| | | | | | av_read_frame() Originally committed as revision 17458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
| | | | Originally committed as revision 17457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
| | | | Originally committed as revision 17456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVERROR_EOF.Peter Ross2009-02-19
| | | | Originally committed as revision 17455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-19
| | | | Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more paranoid checks of xvmc token.Ivan Kalvachev2009-02-19
| | | | Originally committed as revision 17453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exit with error if MPV_common_init() is called with PIX_FMT_NONE.Ivan Kalvachev2009-02-19
| | | | | | Give nice error message to fix codecs that call it this way. Originally committed as revision 17452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only enable SSE/3DNOW optimizations when they have been enabled at compilation.Diego Biurrun2009-02-19
| | | | | | Fixes shared build with SSE/3DNOW disabled but MMX and yasm enabled. Originally committed as revision 17451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly #include required X11/XvMC header.Diego Biurrun2009-02-19
| | | | Originally committed as revision 17450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* transitioning dv_guess_dct_mode to dsputil cmp functionRoman Shaposhnik2009-02-19
| | | | Originally committed as revision 17449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik2009-02-19
| | | | Originally committed as revision 17448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-19
| | | | | | Patch by Joakim Plate (elupus A ecce D se). Originally committed as revision 17447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-19
| | | | Originally committed as revision 17446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missing dependenciesAurelien Jacobs2009-02-19
| | | | Originally committed as revision 17445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: explixitly -> explicitly.Stefano Sabatini2009-02-19
| | | | Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting whitespace cosmeticsDiego Biurrun2009-02-19
| | | | Originally committed as revision 17443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18
| | | | | | | | Initialized to -1 in parser.c for backward compatibility. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-18
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun2009-02-18
| | | | | | x86/fft_mmx.asm, so only build them if the latter is built. Originally committed as revision 17440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store CPB count in the context.Ivan Schreter2009-02-18
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-18
| | | | | | | "srcSlice" to stress the fact that it references a slice rather than an image. Originally committed as revision 28655 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_scale().Stefano Sabatini2009-02-18
| | | | Originally committed as revision 28654 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use const qualifier for the variable "tbp", fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use parentheses around assignment used as truth value, fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assign const qualifier to the font variable, fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const qualifier to the error var, fix warnings.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move debug trace to the new compute_frame_delay() function.Tomer Barletz2009-02-18
| | | | | | Patch by Tomer Barletz: barletz gmail Originally committed as revision 17434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent after previous commit.Benoit Fouet2009-02-18
| | | | Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not force last delay value to its own value.Tomer Barletz2009-02-18
| | | | | | Adapted from a patch by Tomer Barletz: surname chez gmail Originally committed as revision 17432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract into its own function the code to compute frame delay.Tomer Barletz2009-02-18
| | | | | | Patch by Tomer Barletz gmail_address(last_name) Originally committed as revision 17431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-18
| | | | | | | documentation accordingly. Patch by avcoder: `gmail_address(ffmpeg)` Originally committed as revision 17430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer2009-02-18
| | | | Originally committed as revision 17429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make output_example use av_interleaved_write_frame() instead of ↵Art Clarke2009-02-18
| | | | | | | | av_write_frame(). Patch by Art Clarke (standard login name) xuggle com Originally committed as revision 17428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger2009-02-18
| | | | | | | | if get_buffer() failed. Patch by Reimar Originally committed as revision 17427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as vdpau maintainer.Carl Eugen Hoyos2009-02-18
| | | | Originally committed as revision 17426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set global header flag for every container that requires it.Art Clarke2009-02-18
| | | | | | Patch by Art Clarke a$(name) xuggle com Originally committed as revision 17425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix partition index byte countBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_write_trailer() must be done before closing codecs.Art Clarke2009-02-18
| | | | | | Patch by aclarke a xuggle d com Originally committed as revision 17422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix preface versionBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17421 to svn://svn.ffmpeg.org/ffmpeg/trunk