summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-19
* fix missing dependenciesAurelien Jacobs2009-02-19
* Fix typo: explixitly -> explicitly.Stefano Sabatini2009-02-19
* prettyprinting whitespace cosmeticsDiego Biurrun2009-02-19
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-18
* The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun2009-02-18
* Store CPB count in the context.Ivan Schreter2009-02-18
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-18
* Document sws_scale().Stefano Sabatini2009-02-18
* Use const qualifier for the variable "tbp", fix warning.Stefano Sabatini2009-02-18
* Use parentheses around assignment used as truth value, fix warning.Stefano Sabatini2009-02-18
* Assign const qualifier to the font variable, fix warning.Stefano Sabatini2009-02-18
* Add const qualifier to the error var, fix warnings.Stefano Sabatini2009-02-18
* Move debug trace to the new compute_frame_delay() function.Tomer Barletz2009-02-18
* Cosmetics: reindent after previous commit.Benoit Fouet2009-02-18
* Do not force last delay value to its own value.Tomer Barletz2009-02-18
* Extract into its own function the code to compute frame delay.Tomer Barletz2009-02-18
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-18
* Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer2009-02-18
* Make output_example use av_interleaved_write_frame() instead of av_write_fram...Art Clarke2009-02-18
* Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger2009-02-18
* Add myself as vdpau maintainer.Carl Eugen Hoyos2009-02-18
* Set global header flag for every container that requires it.Art Clarke2009-02-18
* fix partition index byte countBaptiste Coudurier2009-02-18
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-18
* av_write_trailer() must be done before closing codecs.Art Clarke2009-02-18
* fix preface versionBaptiste Coudurier2009-02-18
* check fifo size and realloc if neededBaptiste Coudurier2009-02-18
* start counting track number from 0Baptiste Coudurier2009-02-18
* remove redundant commentBaptiste Coudurier2009-02-18
* do not write slice count when muxing cbrBaptiste Coudurier2009-02-18
* flush pending write in mxf_write_footerBaptiste Coudurier2009-02-18
* use index 0 for timecode track and write it in source package alsoBaptiste Coudurier2009-02-18
* fix rip body sid when muxing cbrBaptiste Coudurier2009-02-18
* Parse cbp_removal_delay in SEI picture structure.Ivan Schreter2009-02-18
* Parse dpb_output_delay in SEI picture structure.Ivan Schreter2009-02-18
* Parse initial_cpb_removal_delay_length.Ivan Schreter2009-02-18
* simplify descriptor size computation logicBaptiste Coudurier2009-02-18
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-02-18
* Add support for enabling/disabling AMD 3DNow! extended optimizations.Diego Biurrun2009-02-18
* use new metadata API in nsv demuxerAurelien Jacobs2009-02-18
* use new metadata API in mpegts muxerAurelien Jacobs2009-02-18
* mpegvideo_xvmc.o depends on mpegvideo.o.Diego Biurrun2009-02-17
* Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun2009-02-17
* small Doxygen comment grammar fixDiego Biurrun2009-02-17
* Revert converting two asserts into if checks and error messages.Diego Biurrun2009-02-17
* Fix MBAFF/PAFF samples.Stephen Warren2009-02-17
* spelling/grammar/wording fixes for the Doxygen commentsDiego Biurrun2009-02-17
* Gopher protocol should depend on networking being enabled.Andreas Öman2009-02-17