summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Flush final frames in libfaac encoder.Justin Ruggles2011-01-29
* Fix memory leak in ALS decoder in big endian systemsVitor Sessak2011-01-29
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-29
* Fix overread in altivec DSP function sad16Vitor Sessak2011-01-29
* ARM: update MpegEncContext offsetsMans Rullgard2011-01-29
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Optimize C version of ff_emulated_edge_mc().Ronald S. Bultje2011-01-28
* aacdec: Convert some loop copies into memcpy()s.Alex Converse2011-01-28
* In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini2011-01-28
* Fix VP8 aliasing problems.Ronald S. Bultje2011-01-28
* Make ff_float_to_int16*_c() static.Alex Converse2011-01-28
* Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.Diego Elio Pettenò2011-01-28
* cosmetics: indentation and spacingJustin Ruggles2011-01-28
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* Add special case for 2nd-order IIR filter.Justin Ruggles2011-01-28
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-27
* VP8: don't overread edges on fourtap MC.Ronald S. Bultje2011-01-26
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-26
* Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-26
* ac3: Remove ff_ac3_critical_band_size_tab.Justin Ruggles2011-01-26
* Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2011-01-26
* Pass field order flag to libx264Marco Gittler2011-01-25
* Make ff_add_wav static to ra144.cDiego Elio Pettenò2011-01-25
* Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-25
* Make ff_ass_subtitle_header static to ass.cDiego Elio Pettenò2011-01-25
* Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò2011-01-25
* Make ff_spatial_idwt_{init, slice} static to dwt.cDiego Elio Pettenò2011-01-25
* Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2011-01-25
* Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-25
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-25
* Don't do edge emulation unless the edge pixels will be used in MC.Ronald S. Bultje2011-01-25
* ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard2011-01-25
* Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-25
* Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-25
* latm: remove superflous #includesMans Rullgard2011-01-25
* Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard2011-01-25
* Don't declare a pcm_dvd encoder.Diego Elio Pettenò2011-01-25
* Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-25
* Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-24
* Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò2011-01-24
* Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò2011-01-24
* Mark qmf_window table static to atrac.c unit.Diego Elio Pettenò2011-01-24
* x86: fix overflow in h264 8x8 planar predictionMans Rullgard2011-01-24
* Use av_fast_malloc instead of av_realloc.Reimar Döffinger2011-01-24
* reindent after last commitKostya2011-01-24
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-24
* ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard2011-01-24
* MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-23
* aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau2011-01-23