| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix signedness of q_delta field of the IVIMbInfo. | Maxim Poliakovski | 2010-05-19 | 1 | -1/+1 |
* | Factorize some code into the new function ff_toupper4(). | Francesco Lavra | 2010-05-18 | 3 | -9/+14 |
* | Add log_level_offset to AVCodecContext. | Stefano Sabatini | 2010-05-17 | 2 | -2/+5 |
* | Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1') | Benoit Fouet | 2010-05-17 | 1 | -1/+1 |
* | Change the order of parameters for ff_eval_expr() and | Stefano Sabatini | 2010-05-16 | 5 | -24/+28 |
* | Factorize code into a single function. | Sebastian Vater | 2010-05-16 | 1 | -46/+35 |
* | Add missing rawvideo pixel formats to codec tags mappings for nut. | Stefano Sabatini | 2010-05-16 | 1 | -0/+15 |
* | Add NV12 and NV21 AVI tags. | Stefano Sabatini | 2010-05-16 | 1 | -0/+2 |
* | Reindent after last commit on dxva2 h264 AVHWAccel. | Laurent Aimar | 2010-05-14 | 1 | -8/+8 |
* | Fixed h264 long term support with dxva2 AVHWAccel. | Laurent Aimar | 2010-05-14 | 1 | -8/+8 |
* | fmaxf -> FFMAX to fix pre-C99 systems | Alex Converse | 2010-05-14 | 1 | -1/+1 |
* | aacenc: Add a rate only trellis for codebook selection for the TLS. | Alex Converse | 2010-05-14 | 1 | -1/+110 |
* | aacenc: Use exact values when quantizing, not fuzzy values. | Alex Converse | 2010-05-14 | 2 | -65/+23 |
* | aacenc: Use an estimated codebook for the TLS (two loop search). | Alex Converse | 2010-05-14 | 1 | -3/+18 |
* | aacenc: Select the TLS (two-loop search) as the default scalefactor coder. | Alex Converse | 2010-05-14 | 1 | -1/+1 |
* | aacenc: Fix psy logic. | Alex Converse | 2010-05-14 | 2 | -2/+2 |
* | Fix compilation of AC3 decoder if E-AC3 decoder was disabled. | Carl Eugen Hoyos | 2010-05-13 | 1 | -1/+1 |
* | Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. | Sebastian Vater | 2010-05-13 | 1 | -3/+3 |
* | Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. | Sebastian Vater | 2010-05-13 | 1 | -5/+21 |
* | Add mpegaudiodec_float.o dependency on tables header with hardcoded tables | Måns Rullgård | 2010-05-13 | 1 | -0/+1 |
* | 1.0 and the resulting exactly representable value must be marked as float as ... | Michael Niedermayer | 2010-05-13 | 1 | -1/+1 |
* | Cast constants to float to avoid gcc converting to and from | Michael Niedermayer | 2010-05-13 | 1 | -2/+2 |
* | Use standard C for implementing sign_extend() and zero_extend(). | Michael Niedermayer | 2010-05-13 | 1 | -2/+2 |
* | Reindent after r23112. | Sebastian Vater | 2010-05-13 | 1 | -16/+16 |
* | Move handling of paletted data to the IFF demuxer. This allows future | Sebastian Vater | 2010-05-13 | 1 | -0/+8 |
* | Handle palette underflows, fill remaining space with black (zero) data. | Sebastian Vater | 2010-05-13 | 1 | -4/+2 |
* | Move a while(..){..} -> do{..}while(..), slightly faster. | Sebastian Vater | 2010-05-13 | 1 | -2/+2 |
* | Fix compilation with low precission mpeg audio decoding. | Michael Niedermayer | 2010-05-13 | 1 | -2/+1 |
* | Fix mpegaudio tablegen. | Michael Kostylev | 2010-05-13 | 1 | -0/+8 |
* | Support writing 2d float arrays. | Michael Kostylev | 2010-05-13 | 2 | -0/+2 |
* | change a variable-length array to a malloc. | Loren Merritt | 2010-05-12 | 1 | -3/+8 |
* | Set coded_frame to NULL when closing a codec, since it might | Reimar Döffinger | 2010-05-12 | 1 | -0/+1 |
* | Do the same sign flip optimization to the low freq decoder. | Michael Niedermayer | 2010-05-11 | 1 | -14/+13 |
* | Factorize READ_FLIP_SIGN() optimization out | Michael Niedermayer | 2010-05-11 | 1 | -13/+17 |
* | Optimize decoding high freqs. | Michael Niedermayer | 2010-05-11 | 1 | -4/+12 |
* | Make lsf_sf_expand() 4 times faster. | Michael Niedermayer | 2010-05-11 | 1 | -16/+24 |
* | float based mp1/mp2/mp3 decoders. | Michael Niedermayer | 2010-05-11 | 6 | -148/+294 |
* | Set cur_channel in the AAC encoder context where needed. | Alex Converse | 2010-05-11 | 1 | -0/+2 |
* | Remove unused FRAC_RND() macro from mpegaudiodec.c. | Michael Niedermayer | 2010-05-11 | 1 | -1/+0 |
* | mlpdec: Comment channel_params field in struct SubStream. | Nick Brereton | 2010-05-11 | 1 | -0/+1 |
* | mlpdec: Allocate channel decoding parameters for each substream. Some file | Nick Brereton | 2010-05-11 | 1 | -16/+18 |
* | Adding missing () to mathops.h. | Michael Niedermayer | 2010-05-11 | 1 | -3/+3 |
* | Replace more "m" constraints with MANGLE to fix compilation issues | Reimar Döffinger | 2010-05-10 | 1 | -7/+6 |
* | Optimize decodeplane32(). | Sebastian Vater | 2010-05-10 | 1 | -8/+46 |
* | Ensure that width and height are > 0. avcodec_open() itself only checks that | Sebastian Vater | 2010-05-10 | 1 | -0/+2 |
* | Check NAL unit size to avoid reading past the buffer. | Thomas Devanneaux | 2010-05-10 | 1 | -1/+14 |
* | Reorder nut specific codec tags and add a comment for marking them as | Stefano Sabatini | 2010-05-09 | 1 | -1/+5 |
* | Add missing nut-specific codec tags for rawvideo pixel formats. | Stefano Sabatini | 2010-05-09 | 1 | -0/+10 |
* | Make the codec tags for the yuvjXXX pixel formats the same as the | Stefano Sabatini | 2010-05-09 | 1 | -0/+7 |
* | Add support to the Y411 codec tag, corresponding to the rawvideo pixel | Stefano Sabatini | 2010-05-09 | 1 | -0/+1 |