| Commit message (Expand) | Author | Age | Files | Lines |
* | Set pkt_pts in avcodec_default_reget_buffer() | Nicolas George | 2011-02-03 | 1 | -0/+2 |
* | ac3enc: Change EXP_DIFF_THRESHOLD to 500. | Justin Ruggles | 2011-02-02 | 1 | -1/+1 |
* | ARM: add helper macro for declaring constant data | Mans Rullgard | 2011-02-02 | 1 | -0/+10 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 32 | -882/+1204 |
* | Fix ff_imdct_calc_sse() on gcc-4.6 | Alex Converse | 2011-02-02 | 1 | -4/+3 |
* | h264: add profile names for the existing defines | Anssi Hannula | 2011-02-01 | 1 | -0/+17 |
* | h264: Add Intra and Constrained Baseline profiles to avctx.profile | Janne Grunau | 2011-02-01 | 5 | -15/+56 |
* | dca: avoid C99 declaration in for() expression | Gianluigi Tiesi | 2011-02-01 | 1 | -1/+3 |
* | VP8: merge chroma MC calls | Jason Garrett-Glaser | 2011-01-31 | 1 | -46/+79 |
* | Implement a SIMD version of emulated_edge_mc() for x86. | Ronald S. Bultje | 2011-01-31 | 2 | -3/+667 |
* | cosmetics: indentation | Justin Ruggles | 2011-01-31 | 1 | -53/+53 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 21 | -80/+59 |
* | Slightly simplify VP8 inter_predict | Jason Garrett-Glaser | 2011-01-30 | 1 | -2/+3 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 27 | -146/+146 |
* | Flush final frames in libfaac encoder. | Justin Ruggles | 2011-01-29 | 1 | -1/+3 |
* | Fix memory leak in ALS decoder in big endian systems | Vitor Sessak | 2011-01-29 | 1 | -0/+1 |
* | Rearrange MpegEncContext to simplify access from asm | Mans Rullgard | 2011-01-29 | 3 | -35/+28 |
* | Fix overread in altivec DSP function sad16 | Vitor Sessak | 2011-01-29 | 1 | -5/+7 |
* | ARM: update MpegEncContext offsets | Mans Rullgard | 2011-01-29 | 1 | -6/+6 |
* | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 15 | -49/+65 |
* | Optimize C version of ff_emulated_edge_mc(). | Ronald S. Bultje | 2011-01-28 | 1 | -16/+23 |
* | aacdec: Convert some loop copies into memcpy()s. | Alex Converse | 2011-01-28 | 1 | -6/+3 |
* | In the rawvideo decoder, set pkt_pts in the output frame. | Stefano Sabatini | 2011-01-28 | 1 | -0/+1 |
* | Fix VP8 aliasing problems. | Ronald S. Bultje | 2011-01-28 | 1 | -6/+6 |
* | Make ff_float_to_int16*_c() static. | Alex Converse | 2011-01-28 | 2 | -4/+2 |
* | Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects. | Diego Elio Pettenò | 2011-01-28 | 1 | -0/+6 |
* | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 5 | -19/+18 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 12 | -148/+54 |
* | Add special case for 2nd-order IIR filter. | Justin Ruggles | 2011-01-28 | 1 | -2/+22 |
* | Add ff_ to AVHWAccel decoders | Luca Barbato | 2011-01-27 | 7 | -10/+10 |
* | VP8: don't overread edges on fourtap MC. | Ronald S. Bultje | 2011-01-26 | 1 | -38/+38 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 268 | -358/+358 |
* | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. | Diego Elio Pettenò | 2011-01-26 | 2 | -32/+1 |
* | Add ff_ prefix to ac3_common_init(). | Justin Ruggles | 2011-01-26 | 4 | -4/+4 |
* | ac3: Remove ff_ac3_critical_band_size_tab. | Justin Ruggles | 2011-01-26 | 1 | -13/+4 |
* | Mark C base versions of FFT functions static to fft.c | Diego Elio Pettenò | 2011-01-26 | 2 | -4/+5 |
* | Pass field order flag to libx264 | Marco Gittler | 2011-01-25 | 1 | -0/+4 |
* | Make ff_add_wav static to ra144.c | Diego Elio Pettenò | 2011-01-25 | 2 | -4/+2 |
* | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h | Diego Elio Pettenò | 2011-01-25 | 3 | -42/+1 |
* | Make ff_ass_subtitle_header static to ass.c | Diego Elio Pettenò | 2011-01-25 | 2 | -26/+20 |
* | Make ff_sin_tabs constant to rdft.c | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+1 |
* | Make ff_spatial_idwt_{init, slice} static to dwt.c | Diego Elio Pettenò | 2011-01-25 | 2 | -4/+2 |
* | Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. | Diego Elio Pettenò | 2011-01-25 | 2 | -8/+2 |
* | Remove unused ff_ac3_parse_header_full function. | Diego Elio Pettenò | 2011-01-25 | 2 | -40/+0 |
* | Make ff_h264_decode_rbsp_trailing static to h264.c | Diego Elio Pettenò | 2011-01-25 | 2 | -7/+5 |
* | Don't do edge emulation unless the edge pixels will be used in MC. | Ronald S. Bultje | 2011-01-25 | 1 | -9/+14 |
* | ac3: remove ff_ac3_critical_band_size_tab[] external declaration | Mans Rullgard | 2011-01-25 | 1 | -1/+0 |
* | Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables. | Diego Elio Pettenò | 2011-01-25 | 2 | -5/+6 |
* | Remove unused ac3_parametric_bit_allocation function. | Diego Elio Pettenò | 2011-01-25 | 2 | -30/+0 |
* | latm: remove superflous #includes | Mans Rullgard | 2011-01-25 | 1 | -6/+1 |