summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer2009-02-18
* Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger2009-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
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-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
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
* Move initialization of {luma,chroma}_weight_flag[] up,Gwenole Beauchesne2009-02-17
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-17
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
* Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev2009-02-16
* flacdec: Silence false positive warning about uninitialized variables inPatrik Kullman2009-02-16
* Minor clarification of xvmc field description.Ivan Kalvachev2009-02-16
* Improvements in xvmc structure fields descriptions.Ivan Kalvachev2009-02-16
* whitespace cosmetics: Reindent a few lines after the last commit.Diego Biurrun2009-02-16
* Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around ifDiego Biurrun2009-02-16
* whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun2009-02-16
* Add missing object dependencies: eatqi.o depends on mpeg12.o.Diego Biurrun2009-02-16
* Make BMP decoder try to decode files with incorrect filesize field valueKostya Shishkov2009-02-16
* Replace two asserts by checks and error messages.Diego Biurrun2009-02-16
* Doxygen comment wording fixDiego Biurrun2009-02-16
* whitespace cosmeticsDiego Biurrun2009-02-16
* Give struct members more sensible names:Diego Biurrun2009-02-16
* cosmetics: one more wording fixDiego Biurrun2009-02-16
* cosmetics: Keep lines below 80 characters where sensibly possible.Diego Biurrun2009-02-16
* Doxygen spelling/wording fixesDiego Biurrun2009-02-15
* spelling/wording fixes for the Doxygen commentsDiego Biurrun2009-02-15
* draw_horiz_band() is really ff_draw_horiz_band().Diego Biurrun2009-02-15
* spelling/grammar/wording/whitespace for Doxygen commentsDiego Biurrun2009-02-15
* Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun2009-02-15
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-15
* cosmetics: typo fixDiego Biurrun2009-02-15
* Describe all fields in xvmc struct.Ivan Kalvachev2009-02-15
* spelling/grammar/wording fixes for Doxygen commentsDiego Biurrun2009-02-15
* comment spelling/grammar/wording fixesDiego Biurrun2009-02-15
* Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.Diego Biurrun2009-02-15
* Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev2009-02-15
* Document all functions in mpegvideo_xvmc.Ivan Kalvachev2009-02-15
* Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun2009-02-15
* Kill the magic field in xvmc structure.Ivan Kalvachev2009-02-15
* K&R whitespace cosmeticsDiego Biurrun2009-02-15
* 10l: Remove duplicated hunk of code.Diego Biurrun2009-02-15
* Document av_codec_next().Stefano Sabatini2009-02-15
* Silence following warning if only zeros were not consumed:Carl Eugen Hoyos2009-02-15