2009-02-19 |
Diego Biurrun | Directly #include required X11/XvMC header. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Roman Shaposhnik | transitioning dv_guess_dct_mode to dsputil cmp function |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Roman Shaposhnik | Adding 2 intra 8x8 cmp functions: vsad, vsse |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Joakim Plate | Allow AC-3 parser to modify codec_id. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Roman Shaposhnik | Making the arrays accomodate an extra intra 8x8 cmp... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Aurelien Jacobs | fix missing dependencies |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Stefano Sabatini | Fix typo: explixitly -> explicitly. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Diego Biurrun | prettyprinting whitespace cosmetics |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ivan Schreter | Add key_frame to AVCodecParserContext, used in libavformat. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ivan Schreter | Parse buffering period (H.264, D.1.1). |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Diego Biurrun | The 3DNow! and SSE FFT optimizations depend on the... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ivan Schreter | Store CPB count in the context. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Stefano Sabatini | Rename the "src" parameter in the sws_scale() declarati... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Stefano Sabatini | Document sws_scale(). |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Stefano Sabatini | Use const qualifier for the variable "tbp", fix warning. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Stefano Sabatini | Use parentheses around assignment used as truth value... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Stefano Sabatini | Assign const qualifier to the font variable, fix warning. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Stefano Sabatini | Add const qualifier to the error var, fix warnings. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Tomer Barletz | Move debug trace to the new compute_frame_delay() function. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Benoit Fouet | Cosmetics: reindent after previous commit. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Tomer Barletz | Do not force last delay value to its own value. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Tomer Barletz | Extract into its own function the code to compute frame... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
avcoder | av_alloc_format_context has been renamed, update AVForm... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Michael Niedermayer | Clarify get_ue_golomb_31() behavior with >31. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Art Clarke | Make output_example use av_interleaved_write_frame... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Reimar Döffinger | Instead of crashing, return from ff_vdpau_mpeg_picture_... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Carl Eugen... | Add myself as vdpau maintainer. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Art Clarke | Set global header flag for every container that require... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | fix partition index byte count |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | always use multi track since timecode track is present |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Art Clarke | av_write_trailer() must be done before closing codecs. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | fix preface version |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | check fifo size and realloc if needed |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | start counting track number from 0 |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | remove redundant comment |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | do not write slice count when muxing cbr |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | flush pending write in mxf_write_footer |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | use index 0 for timecode track and write it in source... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | fix rip body sid when muxing cbr |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ivan Schreter | Parse cbp_removal_delay in SEI picture structure. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ivan Schreter | Parse dpb_output_delay in SEI picture structure. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ivan Schreter | Parse initial_cpb_removal_delay_length. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Baptiste Coudurier | simplify descriptor size computation logic |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Diego Biurrun | Handle conditional compilation of CPU-specific FFT... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Diego Biurrun | Add support for enabling/disabling AMD 3DNow! extended... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Aurelien Jacobs | use new metadata API in nsv demuxer |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Aurelien Jacobs | use new metadata API in mpegts muxer |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Diego Biurrun | mpegvideo_xvmc.o depends on mpegvideo.o. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Diego Biurrun | Replace sizeof(short) by the more robust sizeof(*s... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Diego Biurrun | small Doxygen comment grammar fix |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Diego Biurrun | Revert converting two asserts into if checks and error... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Stephen Warren | Fix MBAFF/PAFF samples. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Diego Biurrun | spelling/grammar/wording fixes for the Doxygen comments |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Andreas Öman | Gopher protocol should depend on networking being enabled. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Diego Biurrun | Add missing #includes to fix 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Aurelien Jacobs | remove now useless get_str16() from rmdec.c |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Aurelien Jacobs | use new metadata API in rm (de)muxer |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Michael Niedermayer | Fix @param[in/out] handling |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Aurelien Jacobs | apedec: display a warning when truncating a metadata tag |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Gwenole Beauchesne | Move initialization of {luma,chroma}_weight_flag[] up, |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Diego Biurrun | cosmetics: 'void/int inline' --> 'inline void/int'... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Diego Biurrun | cosmetics: 'const static' --> 'static const' to avoid... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Luca Abeni | Remame rtp_get_codec_info() to ff_rtp_get_codec_info... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Luca Abeni | Move to rtp.h the prototypes of all the functions defin... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Aurelien Jacobs | use new metadata API in ape demuxer |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ivan Kalvachev | Thoroughly check all fields set by the application... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Patrik Kullman | flacdec: Silence false positive warning about uninitial... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Måns Rullgård | avidec: fix error introduced in r17382 |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ivan Kalvachev | Minor clarification of xvmc field description. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ivan Kalvachev | Improvements in xvmc structure fields descriptions. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Add a context to av_log() calls and modify a function... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ronald S. Bultje | Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Add a context to av_log() call and update the trace... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ronald S. Bultje | Don't install rtsp.h. It is intended to be private... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Change av_log() calls to fprintf() to stderr calls. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Add a context to av_log() calls. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Add a context to av_log() call. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Add a context to av_log() calls. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Add a context to av_log() calls. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Add a context to av_log() call. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benoit Fouet | Add a context to av_log() calls and extend ape_dumpinfo... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Baptiste Coudurier | fetch display aspect ratio from mpeg-2 essence |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | whitespace cosmetics: Reindent a few lines after the... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | whitespace cosmetics: Place spaces around += for better... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Baptiste Coudurier | merge mxf_write_d10_packet into mxf_write_packet |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | Add missing object dependencies: eatqi.o depends on... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Luca Abeni | Document ff_rtp_get_payload_type() |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Luca Abeni | Rename rtp_get_payload_type() to ff_rtp_get_payload_typ... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Kostya Shishkov | Make BMP decoder try to decode files with incorrect... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | Replace two asserts by checks and error messages. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | Doxygen comment wording fix |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | Make format long_names consistent. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Baptiste Coudurier | fix mxf interleaving packet purge |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | whitespace cosmetics |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Robert Swain | Make myself maintainer of the website code |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | Give struct members more sensible names: |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | cosmetics: one more wording fix |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Diego Biurrun | cosmetics: Keep lines below 80 characters where sensibl... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Diego Biurrun | Doxygen spelling/wording fixes |
commit | commitdiff | tree | snapshot |
next |