| Commit message (Expand) | Author | Age | Files | Lines |
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | mathops: fix MULL() when the compiler does not inline the function. | Justin Ruggles | 2011-03-15 | 1 | -1/+1 |
* | mathops: change "g" constraint to "rm" in x86-32 version of MUL64(). | Justin Ruggles | 2011-03-15 | 1 | -1/+1 |
* | mathops: convert MULL/MULH/MUL64 to inline functions rather than macros. | Justin Ruggles | 2011-03-15 | 1 | -16/+37 |
* | h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units. | Philip Langdale | 2011-03-15 | 1 | -1/+4 |
* | ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC... | Justin Ruggles | 2011-03-14 | 5 | -37/+120 |
* | ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. | Justin | 2011-03-14 | 4 | -26/+52 |
* | mm decoder: move buffer allocation from decode_init() to decode_frame() | Peter Ross | 2011-03-14 | 1 | -4/+5 |
* | Bitmap Brothers JV video decoder | Peter Ross | 2011-03-14 | 4 | -2/+220 |
* | Update the url to the site website and change ffmpeg-devel to libav-devel | Johan Andersson | 2011-03-13 | 3 | -4/+4 |
* | VP8: fix other function declaration | Jason Garrett-Glaser | 2011-03-12 | 1 | -1/+1 |
* | VC1: Export profile/level | Hendrik Leppkes | 2011-03-12 | 2 | -4/+24 |
* | VP8: optimize VP8Context struct ordering | Jason Garrett-Glaser | 2011-03-12 | 2 | -79/+79 |
* | VP8: fix function declaration | Jason Garrett-Glaser | 2011-03-12 | 1 | -1/+1 |
* | VP8: token probs doesn't need padding | Jason Garrett-Glaser | 2011-03-12 | 1 | -2/+1 |
* | VP8: use a goto to break out of two loops | Jason Garrett-Glaser | 2011-03-12 | 1 | -1/+2 |
* | Add CONFIG_AC3DSP symbol to simplify makefiles | Mans Rullgard | 2011-03-12 | 2 | -8/+5 |
* | Export profiles from the mpeg2 video decoder | Benjamin Larsson | 2011-03-10 | 2 | -0/+21 |
* | aacenc: Fix a segfault in search_for_quantizers | Nathan Caldwell | 2011-03-08 | 2 | -2/+1 |
* | reindent. | Ronald S. Bultje | 2011-03-07 | 1 | -3/+1 |
* | aacenc: remove the data arrays | Young Han Lee | 2011-03-07 | 2 | -16/+17 |
* | aac_latm_dec: use aac context and aac m4ac | Thadeu Lima de Souza Cascardo | 2011-03-07 | 1 | -2/+2 |
* | ac3enc: add some assertions | Justin Ruggles | 2011-03-07 | 1 | -0/+6 |
* | ac3enc: use av_assert2() instead of assert() to make debugging easier. | Justin Ruggles | 2011-03-07 | 1 | -3/+5 |
* | cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec(). | Justin Ruggles | 2011-03-07 | 3 | -3/+3 |
* | Fix compilation on powerpc with --disable-altivec. | Carl Eugen Hoyos | 2011-03-07 | 1 | -1/+1 |
* | h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. | Sean McGovern | 2011-03-07 | 1 | -2/+17 |
* | ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t... | Justin Ruggles | 2011-03-04 | 1 | -4/+7 |
* | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h | Justin Ruggles | 2011-03-04 | 2 | -3/+4 |
* | vp3-mt: fix deadlock when first frame is not a keyframe. | Ronald S. Bultje | 2011-03-02 | 1 | -0/+1 |
* | threads: allow thread count of zero | Mans Rullgard | 2011-03-02 | 1 | -2/+5 |
* | vc1: fix decoding when end sequence is present | Baptiste Coudurier | 2011-03-02 | 1 | -1/+1 |
* | dnxhd: allow encoding with Avid Nitris compatibility. | Baptiste Coudurier | 2011-03-01 | 2 | -1/+18 |
* | huffyuv: Add multithreading support | Alexander Strange | 2011-03-01 | 1 | -4/+29 |
* | pthreads: Fix bug introduced with thread_safe_callbacks | Alexander Strange | 2011-03-01 | 1 | -2/+7 |
* | ARM: VP8: fix build on systems with global symbol prefix | Mans Rullgard | 2011-02-27 | 1 | -1/+1 |
* | ARM: fix vp8 neon with pic enabled | Mans Rullgard | 2011-02-27 | 1 | -0/+2 |
* | bink: prevent overflows within binkidct by using int-sized intermediate array | Peter Ross | 2011-02-25 | 1 | -3/+3 |
* | Bink version 'b' audio decoder | Peter Ross | 2011-02-25 | 2 | -6/+18 |
* | binkaudio: simplify frame_len_bits and frame_len calculation | Peter Ross | 2011-02-25 | 1 | -4/+2 |
* | binkaudio: remove unnecessary loop | Peter Ross | 2011-02-25 | 1 | -5/+2 |
* | binkaudio: perform band table scaling in decode_init | Peter Ross | 2011-02-25 | 1 | -5/+5 |
* | bink: use LOCAL_ALIGNED for aligned stack data | Mans Rullgard | 2011-02-25 | 1 | -1/+1 |
* | dxva2: define required feature selection macros | Kyle | 2011-02-25 | 1 | -0/+2 |
* | dca: use EXT_AUDIO_ID field to determine core extensions | Anssi Hannula | 2011-02-24 | 1 | -20/+49 |
* | vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8. | Justin Ruggles | 2011-02-23 | 1 | -8/+7 |
* | vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo... | Justin Ruggles | 2011-02-23 | 1 | -12/+8 |
* | vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam... | Justin Ruggles | 2011-02-23 | 1 | -3/+5 |
* | vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then... | Justin Ruggles | 2011-02-23 | 1 | -12/+12 |