| Commit message (Expand) | Author | Age |
* | Use native endian float filter provided by libbs2b instead of | bircoph | 2009-04-02 |
* | Add documentation for libbs2b audio filter. | bircoph | 2009-04-02 |
* | Add libbs2b audio filter itself. | bircoph | 2009-04-02 |
* | Support for libbs2b audio filter. | bircoph | 2009-04-02 |
* | Fix compilation with libavcodec's HWACCEL. | cehoyos | 2009-04-02 |
* | swscale: Remove mmx2 params from h[yc]scale(). | ramiro | 2009-04-02 |
* | swscale: Split h[yc]scale_fast() into their own functions. | ramiro | 2009-04-02 |
* | swscale: Execute sfence and emms depending on runtime flags. | ramiro | 2009-04-02 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 |
* | Add recently added FFmpeg subdirs to DIRS variable. | diego | 2009-04-02 |
* | override codec tag for pcm s32le and s32be, used in mov | bcoudurier | 2009-04-02 |
* | Add config.h #include, necessary for HAVE_MALLOC_H check. | diego | 2009-04-01 |
* | Remove unused variable along with the related warning. | diego | 2009-04-01 |
* | Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re... | reimar | 2009-04-01 |
* | At least direct3d vo supports -xineramascreen, too | reimar | 2009-04-01 |
* | Make examples and test progs depend on libraries | mru | 2009-04-01 |
* | Prefer vo vdpau over vo xv where available. | cehoyos | 2009-03-31 |
* | 100l, add forgotten BGR15 format to fmt-conversion.c table | reimar | 2009-03-31 |
* | cdvh decodes with ffdv | compn | 2009-03-31 |
* | Add forgotten escapes for - | reimar | 2009-03-31 |
* | Add missing $(EXESUF) to example/test program dependency declaration. | diego | 2009-03-31 |
* | Explain relationship between -geometry and -xineramascreen. | reimar | 2009-03-31 |
* | Get rid of nonsensical limits on -geometry x, y,w and h values, they only | reimar | 2009-03-31 |
* | More flags; sync with Linux kernel. | zuxy | 2009-03-31 |
* | override lavf tag for pcm s24le, mov uses the same for s24be | bcoudurier | 2009-03-30 |
* | Support IMGFMT_NV12 for vo vdpau. | cehoyos | 2009-03-30 |
* | Set the forced_subs_only value correctly whenever a new spudec is created. | reimar | 2009-03-30 |
* | Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. | reimar | 2009-03-30 |
* | Make sure we do not accidentally use the vdp_get_error_string from the | reimar | 2009-03-30 |
* | Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau. | cehoyos | 2009-03-29 |
* | VDPAU supports IMGFMT_I420 and IMGFMT_IYUV. | cehoyos | 2009-03-29 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib... | reimar | 2009-03-29 |
* | Globally ignore all example binaries. | diego | 2009-03-29 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo. | reimar | 2009-03-29 |
* | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | diego | 2009-03-29 |
* | Move swscale AltiVec template code to ppc subdirectory. | diego | 2009-03-29 |
* | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice. | reimar | 2009-03-29 |
* | Relicense file to LGPL with the permission of Romain Dolbeau, the author. | diego | 2009-03-29 |
* | sync with en/mplayer.1 r29059 | jrash | 2009-03-29 |
* | Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is | reimar | 2009-03-29 |
* | Cosmetics: Reindent after last commit. | cehoyos | 2009-03-29 |
* | 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set. | cehoyos | 2009-03-29 |
* | synced with r29059 | Gabrov | 2009-03-28 |
* | Move config.h include directive up as a precaution measure. | bircoph | 2009-03-28 |
* | Reorder includes alphabetically. | bircoph | 2009-03-28 |
* | Remove af_mp.h and add its content to af.h | bircoph | 2009-03-28 |
* | Remove af_msg special-casing API in libaf. | bircoph | 2009-03-28 |
* | Document the ass_render_event event_images parameter. | reimar | 2009-03-28 |
* | Initialize all structs to 0 before using them. | reimar | 2009-03-28 |
* | Check for ddk/ntddcdrm.h header before enabling VCD on mingw. | reimar | 2009-03-28 |