| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ff_VDPAU as ff_vdpau. | Carl Eugen Hoyos | 2009-01-07 | 3 | -9/+9 |
* | Rename bitstreamBuffers* as bitstream_buffers* | Carl Eugen Hoyos | 2009-01-07 | 2 | -13/+13 |
* | configure: allow to disable sse code. | Ramiro Polla | 2009-01-07 | 1 | -1/+1 |
* | Only #include svq3.c if the SVQ3 decoder is enabled. | Diego Biurrun | 2009-01-07 | 1 | -0/+2 |
* | The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. | Diego Biurrun | 2009-01-07 | 1 | -1/+1 |
* | Support ADTS AAC files in the ffaac decoder (limited to streams containing one | Robert Swain | 2009-01-07 | 3 | -35/+153 |
* | Document the need of buf=NULL buf_size=0 at the end to obtain all frames. | Michael Niedermayer | 2009-01-07 | 1 | -0/+3 |
* | Add missing headers to allow 'make checkheaders' to pass. | Diego Biurrun | 2009-01-07 | 2 | -0/+4 |
* | Use <> instead of "" for system headers. | Diego Biurrun | 2009-01-07 | 1 | -2/+2 |
* | Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that | Alex Converse | 2009-01-07 | 5 | -28/+31 |
* | Add AltiVec versions of h264_idct_add(8|16|16intra), | David Conrad | 2009-01-07 | 1 | -3/+32 |
* | Disable SVQ3 checks if SVQ3 support is not compiled in. | Diego Biurrun | 2009-01-07 | 1 | -1/+2 |
* | Add Altivec version of vector_fmul_window. | David Conrad | 2009-01-06 | 1 | -0/+39 |
* | add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) | David Conrad | 2009-01-06 | 1 | -0/+52 |
* | ensure that no GPL code is linked to LGPL only libavcodec | Aurelien Jacobs | 2009-01-06 | 1 | -2/+4 |
* | Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). | Carl Eugen Hoyos | 2009-01-06 | 1 | -3/+3 |
* | Factorise setting of avctx->pix_fmt. | Carl Eugen Hoyos | 2009-01-06 | 1 | -18/+18 |
* | Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h | David Conrad | 2009-01-06 | 1 | -1/+1 |
* | fix compilation with GCC-4.3+ | David Conrad | 2009-01-06 | 1 | -6/+6 |
* | offset and weights are signed, fixes some non-bitexact issues. | David Conrad | 2009-01-06 | 1 | -5/+6 |
* | 1l: Forgot to rename header guard. | Carl Eugen Hoyos | 2009-01-06 | 1 | -3/+3 |
* | Export VDPAU support by installing vdpau.h. | Carl Eugen Hoyos | 2009-01-05 | 1 | -1/+1 |
* | Rename vdpau_render.h as vdpau.h. | Carl Eugen Hoyos | 2009-01-05 | 2 | -1/+1 |
* | add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) | David Conrad | 2009-01-05 | 1 | -0/+82 |
* | AltiVec version of h264_idct(8)_dc_add | David Conrad | 2009-01-05 | 1 | -10/+54 |
* | Ministry of English Composition treatment: s/Alloced/Allocated | Carl Eugen Hoyos | 2009-01-05 | 2 | -2/+2 |
* | Remove leading underscore from union declaration. | Carl Eugen Hoyos | 2009-01-05 | 1 | -1/+1 |
* | Add missing 'void' keyword to parameterless function declarations. | Diego Biurrun | 2009-01-05 | 3 | -3/+4 |
* | spelling/grammar and whitespace cosmetics | Diego Biurrun | 2009-01-05 | 1 | -23/+21 |
* | 50l: Reenable error resilience for H264 (Patch by Dark Shikari). | Jason Garrett-Glaser | 2009-01-05 | 1 | -1/+1 |
* | Cosmetics: Fix indentation. | Carl Eugen Hoyos | 2009-01-05 | 1 | -1/+1 |
* | 100l: Add a deleted '{'. | Carl Eugen Hoyos | 2009-01-05 | 1 | -1/+1 |
* | Add VDPAU hardware accelerated decoding for H264 which can be used by | NVIDIA Corporation | 2009-01-04 | 10 | -4/+351 |
* | Move metadata API from avcodec to avformat. | Michael Niedermayer | 2009-01-04 | 4 | -158/+0 |
* | Generic metadata API. | Michael Niedermayer | 2009-01-04 | 4 | -0/+159 |
* | Use H264 MMX chroma functions to accelerate RV40 decoding. | Mathieu Velten | 2009-01-04 | 4 | -21/+104 |
* | Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes. | Michael Niedermayer | 2009-01-03 | 1 | -1/+1 |
* | Add type, text and ass to AVSubtitleRect. | Michael Niedermayer | 2009-01-03 | 1 | -0/+10 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 6 | -48/+52 |
* | Replace some fixed width variable from AVSubtitle* by normal int. | Michael Niedermayer | 2009-01-03 | 1 | -6/+6 |
* | Forgot to update (I likely missed it due to its similar name to dvb...) | Michael Niedermayer | 2009-01-03 | 1 | -42/+45 |
* | Future doxy for a few fields of AVSubtitleRect. | Michael Niedermayer | 2009-01-03 | 1 | -5/+5 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 5 | -54/+58 |
* | Add enum AVSubtitleType | Michael Niedermayer | 2009-01-03 | 1 | -0/+18 |
* | Add x264 SSE2 iDCT functions to H.264 decoder. | Jason Garrett-Glaser | 2009-01-03 | 5 | -2/+379 |
* | Avoid POSIX-reserved _t namespace. | Diego Biurrun | 2009-01-02 | 2 | -12/+12 |
* | Avoid POSIX-reserved _t namespace. | Diego Biurrun | 2009-01-02 | 2 | -4/+4 |
* | ARM: work around linker bug with movw/movt relocations in shared libs | Måns Rullgård | 2008-12-30 | 3 | -8/+15 |
* | ARM: rename coefficient table in NEON IDCT | Måns Rullgård | 2008-12-30 | 1 | -3/+4 |
* | Remove duplicated dot product code. Use dsputil's | Aurelien Jacobs | 2008-12-29 | 3 | -22/+7 |