11619 Commits (5549aa6d0d695b3563f068cae014a974aa013749)

Author SHA1 Message Date
Francesco Lavra 603a5f04b2 Factorize some code into the new function ff_toupper4(). 15 years ago
Stefano Sabatini fecd7b457e Add log_level_offset to AVCodecContext. 15 years ago
Benoit Fouet f40f329e92 Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1') 15 years ago
Stefano Sabatini edd259f92f Change the order of parameters for ff_eval_expr() and 15 years ago
Sebastian Vater ec1d1afc09 Factorize code into a single function. 15 years ago
Stefano Sabatini ed395eb421 Add missing rawvideo pixel formats to codec tags mappings for nut. 15 years ago
Stefano Sabatini 73762de18e Add NV12 and NV21 AVI tags. 15 years ago
Laurent Aimar 48962f2eb7 Reindent after last commit on dxva2 h264 AVHWAccel. 15 years ago
Laurent Aimar efb816ef64 Fixed h264 long term support with dxva2 AVHWAccel. 15 years ago
Alex Converse 0175d7886f fmaxf -> FFMAX to fix pre-C99 systems 15 years ago
Alex Converse 759510e6af aacenc: Add a rate only trellis for codebook selection for the TLS. 15 years ago
Alex Converse 4d986b7172 aacenc: Use exact values when quantizing, not fuzzy values. 15 years ago
Alex Converse 51cbabc792 aacenc: Use an estimated codebook for the TLS (two loop search). 15 years ago
Alex Converse 960323a230 aacenc: Select the TLS (two-loop search) as the default scalefactor coder. 15 years ago
Alex Converse 31184aac87 aacenc: Fix psy logic. 15 years ago
Carl Eugen Hoyos eb0a4d3222 Fix compilation of AC3 decoder if E-AC3 decoder was disabled. 15 years ago
Sebastian Vater 6d81016282 Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
Sebastian Vater 7a0e859cdb Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
Måns Rullgård 57fcb7d7da Add mpegaudiodec_float.o dependency on tables header with hardcoded tables 15 years ago
Michael Niedermayer 40914d97cc 1.0 and the resulting exactly representable value must be marked as float as well, 15 years ago
Michael Niedermayer 0628f3e8cf Cast constants to float to avoid gcc converting to and from 15 years ago
Michael Niedermayer e969e261a5 Use standard C for implementing sign_extend() and zero_extend(). 15 years ago
Sebastian Vater 299ac811ba Reindent after r23112. 15 years ago
Sebastian Vater 65d213ec86 Move handling of paletted data to the IFF demuxer. This allows future 15 years ago
Sebastian Vater ebcf7c3227 Handle palette underflows, fill remaining space with black (zero) data. 15 years ago
Sebastian Vater 2f955ea41b Move a while(..){..} -> do{..}while(..), slightly faster. 15 years ago
Michael Niedermayer bfbdc58e52 Fix compilation with low precission mpeg audio decoding. 15 years ago
Michael Kostylev 3e48d792b6 Fix mpegaudio tablegen. 15 years ago
Michael Kostylev 56b37cd1c7 Support writing 2d float arrays. 15 years ago
Loren Merritt f39ab2071f change a variable-length array to a malloc. 15 years ago
Reimar Döffinger b3ab319944 Set coded_frame to NULL when closing a codec, since it might 15 years ago
Michael Niedermayer 3b7117b73a Do the same sign flip optimization to the low freq decoder. 15 years ago
Michael Niedermayer 4b070a7a61 Factorize READ_FLIP_SIGN() optimization out 15 years ago
Michael Niedermayer 0c0d88aed5 Optimize decoding high freqs. 15 years ago
Michael Niedermayer fd9451c68f Make lsf_sf_expand() 4 times faster. 15 years ago
Michael Niedermayer b91d46614d float based mp1/mp2/mp3 decoders. 15 years ago
Alex Converse 495af353db Set cur_channel in the AAC encoder context where needed. 15 years ago
Michael Niedermayer 86433cc6f5 Remove unused FRAC_RND() macro from mpegaudiodec.c. 15 years ago
Nick Brereton 857c30ecba mlpdec: Comment channel_params field in struct SubStream. 15 years ago
Nick Brereton 22fb814c2f mlpdec: Allocate channel decoding parameters for each substream. Some file 15 years ago
Michael Niedermayer 22cb6fb60f Adding missing () to mathops.h. 15 years ago
Reimar Döffinger 1c71b5c89a Replace more "m" constraints with MANGLE to fix compilation issues 15 years ago
Sebastian Vater dce2f7d36b Optimize decodeplane32(). 15 years ago
Sebastian Vater 59cca5040e Ensure that width and height are > 0. avcodec_open() itself only checks that 15 years ago
Thomas Devanneaux 52486603b5 Check NAL unit size to avoid reading past the buffer. 15 years ago
Stefano Sabatini 658e7576fc Reorder nut specific codec tags and add a comment for marking them as 15 years ago
Stefano Sabatini 43451ec247 Add missing nut-specific codec tags for rawvideo pixel formats. 15 years ago
Stefano Sabatini 934edecdb8 Make the codec tags for the yuvjXXX pixel formats the same as the 15 years ago
Stefano Sabatini b43f432c8c Add support to the Y411 codec tag, corresponding to the rawvideo pixel 15 years ago
Sebastian Vater 9d45a32ba8 Remove "bps" parameter to decodeplane8/32(), it's unused. 15 years ago