Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-17Only use one mdct window size in atrac1.Benjamin Larsson
2009-09-17Remove useless code causing crash in Targa decoderKostya Shishkov
2009-09-17add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles
2009-09-16ARM: do not use movw/movt for relocatable values with PICMåns Rullgård
2009-09-16Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov
2009-09-16Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer
2009-09-16perform sanity check on number of audio channels in avcodec_open()Peter Ross
2009-09-16Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field.Gwenole Beauchesne
2009-09-16Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne
2009-09-1610l: fix ff_fft_init_arm() prototypeMåns Rullgård
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-09-15Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak
2009-09-15Fix max_coded_frame_size computation to account for byte alignment.Jai Menon
2009-09-15ARM: 10l: fix large FFTsMåns Rullgård
2009-09-13Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson
2009-09-13Cosmetics. Renames, indentation and spacing.Benjamin Larsson
2009-09-13Remove ; after while(0) in macros.Ramiro Polla
2009-09-12eval: Check for return value of memory allocations.Ramiro Polla
2009-09-11Remove table that was forgotten in the split.Benjamin Larsson
2009-09-11Fix doxygen commentBenjamin Larsson
2009-09-11reinit get_bits for every decode_packet callSascha Sommer
2009-09-11Make get_ur_golomb capable of reading 16 bit values.Lars Täuber
2009-09-11Fix a typo in the documentation.Lars Täuber
2009-09-11ARM: NEON optimised MDCTMåns Rullgård
2009-09-11Prepare for optimised forward MDCT implementationsMåns Rullgård
2009-09-11ARM: faster NEON IMDCTMåns Rullgård
2009-09-10Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson
2009-09-10Add ATRAC1 codec ID.Benjamin Larsson
2009-09-10Initial commit of the atrac1 decoder, not hooked up yetBenjamin Larsson
2009-09-10Remove redundant code forgotten in the splitBenjamin Larsson
2009-09-10Check for thread_count==0.Michael Niedermayer
2009-09-10Simplify: reget_buffer behaves exactly like get_buffer if the buffer wasReimar Döffinger
2009-09-10ARM: NEON optimised FFT and MDCTMåns Rullgård
2009-09-10DCA: move an aligned array from stack to contextMåns Rullgård
2009-09-10Check thread count as multithreaded decoding is not supported.Michael Niedermayer
2009-09-08Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson
2009-09-08Remove pointless debug statement that fails to compile.Diego Biurrun
2009-09-08Try to clarify that anyone using get_bits must check for buffer overrunReimar Döffinger
2009-09-06Cosmetics: Fix typo.Carl Eugen Hoyos
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-09-06ff_sine_windows table contains only constant data, too.Reimar Döffinger
2009-09-06The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger
2009-09-06The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger
2009-09-06ff_swb_offset_* tables should be const.Reimar Döffinger
2009-09-06compatible_frame array can be static const, too.Reimar Döffinger
2009-09-06do not decode more than one audio frame in a decode packet callSascha Sommer
2009-09-06avoid extra memcpy during scale factor decodingSascha Sommer
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-09-06Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber