summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-224-18/+20
* Support 48-bit RGB PPM image.Peter Ross2009-02-222-3/+13
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-221-0/+22
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-212-0/+41
* Set context variable picture_structure in H264 parser.Ivan Schreter2009-02-211-0/+28
* Set context variable key_frame in H264 parser.Ivan Schreter2009-02-211-0/+8
* Parse NAL units in H264 parser.Ivan Schreter2009-02-211-0/+71
* Make the following H264 functions available to the parser:Ivan Schreter2009-02-212-22/+41
* indentMichael Niedermayer2009-02-211-3/+3
* Alpha: fix inline asm with DEC/Compaq/HP compilerMåns Rullgård2009-02-211-24/+24
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-211-2/+5
* Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles2009-02-201-1/+1
* Use last decoded SPS as current SPS in order to parse picture timing SEIIvan Schreter2009-02-201-0/+1
* Fixing a value returning issueRoman Shaposhnik2009-02-201-2/+3
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-192-1/+19
* Reindent after last commitAlex Converse2009-02-191-1/+1
* Silence two warnings:Ivan Schreter2009-02-191-2/+2
* Some buffer checks for indeo3Alex Converse2009-02-191-2/+20
* A try to fix the regressions.Michael Niedermayer2009-02-191-0/+4
* Add AVERROR_EOF.Peter Ross2009-02-191-1/+2
* 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-191-8/+20
* prettyprinting whitespace cosmeticsDiego Biurrun2009-02-191-10/+10
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-182-1/+10
* 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
* Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer2009-02-181-1/+2
* Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger2009-02-181-0/+2
* 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
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-02-181-5/+6
* mpegvideo_xvmc.o depends on mpegvideo.o.Diego Biurrun2009-02-171-1/+1
* Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun2009-02-171-2/+2
* small Doxygen comment grammar fixDiego Biurrun2009-02-171-1/+1
* Revert converting two asserts into if checks and error messages.Diego Biurrun2009-02-171-8/+5
* Fix MBAFF/PAFF samples.Stephen Warren2009-02-171-1/+1
* spelling/grammar/wording fixes for the Doxygen commentsDiego Biurrun2009-02-171-11/+12
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-172-0/+2
* Move initialization of {luma,chroma}_weight_flag[] up,Gwenole Beauchesne2009-02-171-4/+5
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-172-2/+2
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-173-12/+12