| Commit message (Expand) | Author | Age | Files | Lines |
* | Use context variable repeat_pict for frame duration computation and | Ivan Schreter | 2009-02-21 | 2 | -0/+41 |
* | Set context variable picture_structure in H264 parser. | Ivan Schreter | 2009-02-21 | 1 | -0/+28 |
* | Set context variable key_frame in H264 parser. | Ivan Schreter | 2009-02-21 | 1 | -0/+8 |
* | Parse NAL units in H264 parser. | Ivan Schreter | 2009-02-21 | 1 | -0/+71 |
* | Make the following H264 functions available to the parser: | Ivan Schreter | 2009-02-21 | 2 | -22/+41 |
* | indent | Michael Niedermayer | 2009-02-21 | 1 | -3/+3 |
* | Alpha: fix inline asm with DEC/Compaq/HP compiler | Måns Rullgård | 2009-02-21 | 1 | -24/+24 |
* | Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org... | Michael Niedermayer | 2009-02-21 | 1 | -2/+5 |
* | Set the correct number of samples for E-AC-3 in the AC3 parser. | Justin Ruggles | 2009-02-20 | 1 | -1/+1 |
* | Use last decoded SPS as current SPS in order to parse picture timing SEI | Ivan Schreter | 2009-02-20 | 1 | -0/+1 |
* | Fixing a value returning issue | Roman Shaposhnik | 2009-02-20 | 1 | -2/+3 |
* | Add convergence_duration to AVCodecParserContext. | Ivan Schreter | 2009-02-19 | 2 | -1/+19 |
* | Reindent after last commit | Alex Converse | 2009-02-19 | 1 | -1/+1 |
* | Silence two warnings: | Ivan Schreter | 2009-02-19 | 1 | -2/+2 |
* | Some buffer checks for indeo3 | Alex Converse | 2009-02-19 | 1 | -2/+20 |
* | A try to fix the regressions. | Michael Niedermayer | 2009-02-19 | 1 | -0/+4 |
* | Add AVERROR_EOF. | Peter Ross | 2009-02-19 | 1 | -1/+2 |
* | Add more paranoid checks of xvmc token. | Ivan Kalvachev | 2009-02-19 | 1 | -1/+4 |
* | Exit with error if MPV_common_init() is called with PIX_FMT_NONE. | Ivan Kalvachev | 2009-02-19 | 1 | -0/+5 |
* | Only enable SSE/3DNOW optimizations when they have been enabled at compilation. | Diego Biurrun | 2009-02-19 | 1 | -3/+3 |
* | Directly #include required X11/XvMC header. | Diego Biurrun | 2009-02-19 | 1 | -0/+1 |
* | transitioning dv_guess_dct_mode to dsputil cmp function | Roman Shaposhnik | 2009-02-19 | 1 | -26/+14 |
* | Adding 2 intra 8x8 cmp functions: vsad, vsse | Roman Shaposhnik | 2009-02-19 | 1 | -28/+37 |
* | Allow AC-3 parser to modify codec_id. | Joakim Plate | 2009-02-19 | 3 | -0/+8 |
* | Making the arrays accomodate an extra intra 8x8 cmp function | Roman Shaposhnik | 2009-02-19 | 2 | -23/+23 |
* | fix missing dependencies | Aurelien Jacobs | 2009-02-19 | 1 | -8/+20 |
* | prettyprinting whitespace cosmetics | Diego Biurrun | 2009-02-19 | 1 | -10/+10 |
* | Add key_frame to AVCodecParserContext, used in libavformat. | Ivan Schreter | 2009-02-18 | 2 | -1/+10 |
* | Parse buffering period (H.264, D.1.1). | Ivan Schreter | 2009-02-18 | 2 | -0/+43 |
* | The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in | Diego Biurrun | 2009-02-18 | 1 | -6/+4 |
* | Store CPB count in the context. | Ivan Schreter | 2009-02-18 | 2 | -0/+2 |
* | Clarify get_ue_golomb_31() behavior with >31. | Michael Niedermayer | 2009-02-18 | 1 | -1/+2 |
* | Instead of crashing, return from ff_vdpau_mpeg_picture_complete() | Reimar Döffinger | 2009-02-18 | 1 | -0/+2 |
* | Parse cbp_removal_delay in SEI picture structure. | Ivan Schreter | 2009-02-18 | 2 | -1/+9 |
* | Parse dpb_output_delay in SEI picture structure. | Ivan Schreter | 2009-02-18 | 2 | -1/+9 |
* | Parse initial_cpb_removal_delay_length. | Ivan Schreter | 2009-02-18 | 2 | -1/+2 |
* | Handle conditional compilation of CPU-specific FFT code in the Makefile. | Diego Biurrun | 2009-02-18 | 1 | -5/+6 |
* | mpegvideo_xvmc.o depends on mpegvideo.o. | Diego Biurrun | 2009-02-17 | 1 | -1/+1 |
* | Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and | Diego Biurrun | 2009-02-17 | 1 | -2/+2 |
* | small Doxygen comment grammar fix | Diego Biurrun | 2009-02-17 | 1 | -1/+1 |
* | Revert converting two asserts into if checks and error messages. | Diego Biurrun | 2009-02-17 | 1 | -8/+5 |
* | Fix MBAFF/PAFF samples. | Stephen Warren | 2009-02-17 | 1 | -1/+1 |
* | spelling/grammar/wording fixes for the Doxygen comments | Diego Biurrun | 2009-02-17 | 1 | -11/+12 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2009-02-17 | 2 | -0/+2 |
* | Move initialization of {luma,chroma}_weight_flag[] up, | Gwenole Beauchesne | 2009-02-17 | 1 | -4/+5 |
* | cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type | Diego Biurrun | 2009-02-17 | 2 | -2/+2 |
* | cosmetics: 'const static' --> 'static const' to avoid warnings of the type | Diego Biurrun | 2009-02-17 | 3 | -12/+12 |
* | Thoroughly check all fields set by the application in xvmc struct. | Ivan Kalvachev | 2009-02-16 | 1 | -1/+5 |
* | flacdec: Silence false positive warning about uninitialized variables in | Patrik Kullman | 2009-02-16 | 1 | -1/+1 |
* | Minor clarification of xvmc field description. | Ivan Kalvachev | 2009-02-16 | 1 | -1/+1 |