14 Commits (b901c30da606ade7427fbfb0f9651cc5bfb953a7)

Author SHA1 Message Date
Mans Rullgard 034b03e7a0 ac3: Do not read past the end of ff_ac3_band_start_tab. 13 years ago
Justin Ruggles 8b7b2d6aae ac3dsp: simplify extract_exponents() now that it does not need to do clipping. 14 years ago
Justin Ruggles dc0ad40de2 ac3dsp: fix loop condition in ac3_update_bap_counts_c() 14 years ago
Justin Ruggles 6ca23db9cc ac3enc: modify mantissa bit counting to keep bap counts for all values of bap 14 years ago
Justin Ruggles 63b1866ae1 ac3enc: clip large coefficient values and negative exponents rather than using 14 years ago
Mans Rullgard 2310ee4b1c ac3enc: move extract_exponents inner loop to ac3dsp 14 years ago
Mans Rullgard 52fd16a264 ac3enc: move compute_mantissa_size() to ac3dsp 14 years ago
Mans Rullgard 6d9f52b2cd ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp 14 years ago
Mans Rullgard f4855a904e ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles 0f999cfddb ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext 14 years ago
Justin Ruggles f1efbca5e9 ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder. 14 years ago
Justin Ruggles fbb6b49dab ac3enc: Add x86-optimized function to speed up log2_tab(). 14 years ago
Justin Ruggles dda3f0ef48 Add x86-optimized versions of exponent_min(). 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Biurrun 2d62158091 Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. 15 years ago
Alex Converse c2341b8596 Add a chomp BSF to consume zero padding at the end of a packet. 15 years ago
Aurelien Jacobs 4231f05b28 VP3 parser can also handle VP6 without any changes. 17 years ago
Michael Niedermayer 0c587a4ea8 VP3 & Theora parser to extract keyframe flags. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Diego Biurrun c33d98141d Move H.263 parser to its own file. 18 years ago
Ryan Martell 1d1be919ce add support for rtp/h264 streaming 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 19 years ago