summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_...Peter Ross2009-02-191-1/+1
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-191-1/+1
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-191-1/+1
* Add AVERROR_EOF.Peter Ross2009-02-191-1/+2
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-193-11/+11
* Add more paranoid checks of xvmc token.Ivan Kalvachev2009-02-191-1/+4
* Exit with error if MPV_common_init() is called with PIX_FMT_NONE.Ivan Kalvachev2009-02-191-0/+5
* Only enable SSE/3DNOW optimizations when they have been enabled at compilation.Diego Biurrun2009-02-191-3/+3
* Directly #include required X11/XvMC header.Diego Biurrun2009-02-191-0/+1
* transitioning dv_guess_dct_mode to dsputil cmp functionRoman Shaposhnik2009-02-191-26/+14
* Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik2009-02-191-28/+37
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-193-0/+8
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-192-23/+23
* fix missing dependenciesAurelien Jacobs2009-02-193-14/+54
* Fix typo: explixitly -> explicitly.Stefano Sabatini2009-02-191-1/+1
* prettyprinting whitespace cosmeticsDiego Biurrun2009-02-191-10/+10
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-184-4/+15
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-182-0/+43
* The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun2009-02-181-6/+4
* Store CPB count in the context.Ivan Schreter2009-02-182-0/+2
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-181-3/+3
* Document sws_scale().Stefano Sabatini2009-02-181-0/+23
* Use const qualifier for the variable "tbp", fix warning.Stefano Sabatini2009-02-181-1/+1
* Use parentheses around assignment used as truth value, fix warning.Stefano Sabatini2009-02-181-1/+1
* Assign const qualifier to the font variable, fix warning.Stefano Sabatini2009-02-181-1/+1
* Add const qualifier to the error var, fix warnings.Stefano Sabatini2009-02-181-1/+1
* Move debug trace to the new compute_frame_delay() function.Tomer Barletz2009-02-181-5/+5
* Cosmetics: reindent after previous commit.Benoit Fouet2009-02-181-1/+1
* Do not force last delay value to its own value.Tomer Barletz2009-02-181-1/+2
* Extract into its own function the code to compute frame delay.Tomer Barletz2009-02-181-39/+46
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-181-1/+1
* Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer2009-02-181-1/+2
* Make output_example use av_interleaved_write_frame() instead of av_write_fram...Art Clarke2009-02-181-3/+3
* Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger2009-02-181-0/+2
* Add myself as vdpau maintainer.Carl Eugen Hoyos2009-02-181-0/+2
* Set global header flag for every container that requires it.Art Clarke2009-02-181-1/+1
* fix partition index byte countBaptiste Coudurier2009-02-181-1/+1
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-181-13/+3
* av_write_trailer() must be done before closing codecs.Art Clarke2009-02-181-3/+6
* fix preface versionBaptiste Coudurier2009-02-181-1/+1
* check fifo size and realloc if neededBaptiste Coudurier2009-02-181-0/+7
* start counting track number from 0Baptiste Coudurier2009-02-181-6/+4
* remove redundant commentBaptiste Coudurier2009-02-181-1/+1
* do not write slice count when muxing cbrBaptiste Coudurier2009-02-181-5/+5
* flush pending write in mxf_write_footerBaptiste Coudurier2009-02-181-0/+2
* use index 0 for timecode track and write it in source package alsoBaptiste Coudurier2009-02-181-19/+18
* fix rip body sid when muxing cbrBaptiste Coudurier2009-02-181-1/+4
* Parse cbp_removal_delay in SEI picture structure.Ivan Schreter2009-02-182-1/+9
* Parse dpb_output_delay in SEI picture structure.Ivan Schreter2009-02-182-1/+9
* Parse initial_cpb_removal_delay_length.Ivan Schreter2009-02-182-1/+2
OpenPOWER on IntegriCloud