Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
| | |||||
* | ARM: Move asm.S from libavcodec to libavutil | Justin Ruggles | 2012-06-08 | 1 | -1/+1 |
| | | | | | This will allow for easier implementation of ARM-optimized functions in libraries other than libavcodec. | ||||
* | ARM: allow building in Thumb2 mode | Mans Rullgard | 2011-06-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | ARM: ac3dsp: optimised update_bap_counts() | Mans Rullgard | 2011-06-01 | 1 | -0/+35 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | ac3enc: modify mantissa bit counting to keep bap counts for all values of bap | Justin Ruggles | 2011-05-28 | 1 | -52/+0 |
| | | | | | | instead of just 0 to 4. This does all the actual bit counting as a final step. | ||||
* | ac3enc: ARM optimised ac3_compute_matissa_size | Mans Rullgard | 2011-04-01 | 1 | -0/+52 |
Signed-off-by: Mans Rullgard <mans@mansr.com> |