2009-09-10 |
Måns Rullgård | ARM: NEON optimised FFT and MDCT |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Måns Rullgård | DCA: move an aligned array from stack to context |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Måns Rullgård | configure: add -g to ASFLAGS when debug is enabled |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Reimar Döffinger | Fix typo in configure error message. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
shinya.tesutosan... | Document padding for AVProbeData. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Michael Niedermayer | Check thread count as multithreaded decoding is not... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Ramiro Polla | Document that slices can be bottom to top or top to... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Reimar Döffinger | Add warnings to av_strlcat and av_strlcpy doxygen that... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Benjamin Larsson | Change developer doc to reflect reality |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Maksym Veremeyenko | Fix a bug with reading non-interleaved AVI if one the... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Maksym Veremeyenko | Factorise st->nb_index_entries check. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Benjamin Larsson | Split out common routines needed in the atrac1 decoder... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Diego Biurrun | Remove pointless debug statement that fails to compile. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Reimar Döffinger | Try to clarify that anyone using get_bits must check... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Baptiste Coudurier | check entries against field_size, potential malloc... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Baptiste Coudurier | add one missing check for stream existence in read_elst... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Martin Storsjö | Use all 32 bits of the timestamp when calculating flv... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Carl Eugen... | Cosmetics: Fix typo. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | Mark all pix_fmts and supported_framerates compound... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Ivan Schreter | disable new seeking code in mpeg-ts per #ifdef (use... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | Make sample_fmts and channel_layouts compound literals... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | ff_rm_metadata is const. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | ff_sine_windows table contains only constant data,... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | The ff_cos_tabs table itself is constant, too, so mark... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | The pointers in ff_sin_tabs themselves are constant... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | ff_swb_offset_* tables should be const. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | ff_id3v1_genre_str table should be const. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | 100l, all avlanguage tables should be both static and... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | compatible_frame array can be static const, too. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Sascha Sommer | do not decode more than one audio frame in a decode... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Sascha Sommer | avoid extra memcpy during scale factor decoding |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Ramiro Polla | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Ramiro Polla | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Lars Täuber | Make 16bit YUV formats compatible with NE avcodec_get_p... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Lars Täuber | Make 16bit YUV formats compatible with NE avcodec_get_p... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Use memcpy to copy till end of line in one go instead... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Ivan Schreter | cosmetic changes (indentation, doxygen comments, braces... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Slightly simplify detection of end of compressed data... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Make vp3 arrays static const where possible. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Remove useless ulti_decode_end function. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Search for ipmovie signature beyond the start of the... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Extend ipmovie signature to match exactly one place... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Diego Biurrun | prettyprinting cosmetics |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Sascha Sommer | fix handling of packet loss when the output buffer... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Sascha Sommer | reindent |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Sascha Sommer | remove no longer needed debug output |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Sascha Sommer | reduce output buffer needs |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Sascha Sommer | store packet GetBitContext in the decoder context |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Justin Ruggles | Remove fake Speex header creation from FLV demuxer... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Justin Ruggles | Add frame_size as a codec parameter requirement for... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Diego Biurrun | Reduce pointless verbosity after seeks in the MP3 decoder. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Ramiro Polla | Add a newline in error message in CHECKED_ALLOC(Z). |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Ramiro Polla | Use if(0){} instead of #if 0 to prevent debug code... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Justin Ruggles | libspeex: Do not set AVCodecContext.frame_size in decod... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Måns Rullgård | configure: fix check for x264 |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Diego Biurrun | cosmetics: indentation and other prettyprinting fixes |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Sascha Sommer | add missing wmapro decoder parts |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Diego Biurrun | whitespace cosmetics, prettyprinting |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Diego Biurrun | Update ffv1 codec long name in the documentation as... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Lars Täuber | Use "FFmpeg video codec #1" instead of "FFmpeg codec... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Josh Harris | Fix incorrect display of ASF/WMV duration after r12926. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Thilo Borgmann | Add function to compute ceil(log2(x)). |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Kostya Shishkov | Convert ZERO8x2 macro into inline function |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Reimar Döffinger | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Kostya Shishkov | Zeroing pic->motion_val in RV3/4 causes alignment probl... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Kostya Shishkov | Adjust r->avail_cache[] indexes to avoid alignment... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Ramiro Polla | Curly brackets cosmetics for previous commit. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Ramiro Polla | Check for return value of initFilter(). |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Ramiro Polla | Revert mistakenly commited hunk. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Ramiro Polla | swscale: Check for return values of malloc. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Ramiro Polla | Add CHECKED_ALLOC macro. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Justin Ruggles | Store the frame size in the LibSpeexContext in case... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Måns Rullgård | One declaration of mm_flags is enough |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Måns Rullgård | Move declarations of some mmx functions to dsputil_mmx.h |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Måns Rullgård | Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGN... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Ramiro Polla | swscale-example: Free memory used by input data. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Ramiro Polla | Restore comment that was partially removed. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Måns Rullgård | Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Justin Ruggles | Use the output data type to determine the maximum numbe... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Justin Ruggles | Add myself as maintainer for libspeexdec.c |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Justin Ruggles | Modify the Ogg/Speex demuxer and the libspeex decoder... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Alex Converse | Re-add search_for_ms to the coefficients encoders to... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Vitor Sessak | Formatting K&R fixes |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Vitor Sessak | Mark "i" parameter of vector_clipf_sse() as early-clobber |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Vitor Sessak | 100l, revision 19728 added a bug that broke twinvq... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Vitor Sessak | Mark parameter src of vector_clipf() as const |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Vitor Sessak | SSE optimized vector_clipf(). 10% faster TwinVQ decoding. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Loren Merritt | indent |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Loren Merritt | 1.5x faster ff_vorbis_floor1_render_list, 5% faster... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Diego Biurrun | whitespace cosmetics |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Måns Rullgård | Remove useless alignment from MpegEncContext.intra_scan... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Ivan Schreter | Cosmetic changes in read_seek* routines. |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Christian Schmidt | Decoder for LPCM as used in Bluray discs. |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Lars Täuber | Fix comments after switching from CABAC to range coder... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Sascha Sommer | add decode_coeffs() |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Sascha Sommer | merge 2-channel M/S stereo decoding code with the multi... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Måns Rullgård | 4xm: provide 16-byte alignment where required |
commit | commitdiff | tree | snapshot |
next |