| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | av_alias is an attribute and belongs to attributes.h | Michael Niedermayer | 2010-05-13 | 2 | -8/+8 |
* | Reindent after r23112. | Sebastian Vater | 2010-05-13 | 2 | -17/+17 |
* | Move handling of paletted data to the IFF demuxer. This allows future | Sebastian Vater | 2010-05-13 | 2 | -18/+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 |
* | Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage. | Vitor Sessak | 2010-05-13 | 2 | -2/+2 |
* | FATE: change -vfilters to -vf | Måns Rullgård | 2010-05-13 | 1 | -1/+1 |
* | 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 |
* | rename -vfilters cli option to -vf in ffplay as well | Baptiste Coudurier | 2010-05-12 | 1 | -1/+1 |
* | change a variable-length array to a malloc. | Loren Merritt | 2010-05-12 | 1 | -3/+8 |
* | Doxygen av_codec_get_id() and av_codec_get_tag(). | Stefano Sabatini | 2010-05-12 | 1 | -1/+15 |
* | Revert r31153. It failed to build on: | Ramiro Polla | 2010-05-12 | 6 | -57/+55 |
* | Set coded_frame to NULL when closing a codec, since it might | Reimar Döffinger | 2010-05-12 | 1 | -0/+1 |
* | rename -vfilters cli option to -vf | Baptiste Coudurier | 2010-05-12 | 2 | -11/+11 |
* | 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 |
* | silence gcc warning about potential uninitialized usage | Baptiste Coudurier | 2010-05-11 | 1 | -1/+1 |
* | cosmetics, rename loop to frame_available | Baptiste Coudurier | 2010-05-11 | 1 | -4/+4 |
* | rename curr_filter to last_filter, factorize filter declaration | Baptiste Coudurier | 2010-05-11 | 1 | -18/+16 |
* | cosmetics: indentation, whitespaces | Baptiste Coudurier | 2010-05-11 | 1 | -12/+12 |
* | simplify, reuse existing args variable | Baptiste Coudurier | 2010-05-11 | 1 | -11/+6 |
* | cosmetics: filt_graph_all -> graph, like in ffplay.c | Baptiste Coudurier | 2010-05-11 | 1 | -14/+14 |
* | Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs. | Janne Grunau | 2010-05-11 | 1 | -1/+1 |
* | 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 |
* | Use int instead of long to pass width parameters in non-public functions. | Ramiro Polla | 2010-05-11 | 6 | -55/+57 |
* | 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 |
* | FATE: print friendly error for individual tests when SAMPLES unset | Måns Rullgård | 2010-05-10 | 1 | -2/+3 |
* | Check NAL unit size to avoid reading past the buffer. | Thomas Devanneaux | 2010-05-10 | 1 | -1/+14 |
* | Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale. | Vitor Sessak | 2010-05-10 | 1 | -1/+2 |
* | Add FourCC MJPG for CODEC_ID_JPEGLS. | Francesco Lavra | 2010-05-09 | 1 | -0/+1 |
* | 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 | 2 | -0/+2 |
* | Make the nut demuxer issue a more meaningful error message if it | Stefano Sabatini | 2010-05-09 | 1 | -1/+2 |
* | bswap: 10L add missing parens around macro args | Måns Rullgård | 2010-05-09 | 1 | -2/+2 |
* | Replace usage of s->streams[0]->* with st->*, which is shorter. | Sebastian Vater | 2010-05-09 | 1 | -6/+6 |
* | Remove "bps" parameter to decodeplane8/32(), it's unused. | Sebastian Vater | 2010-05-09 | 1 | -8/+6 |
* | Add entry for AVFilterPicRef interlaced and top_field_first fields | Stefano Sabatini | 2010-05-09 | 1 | -0/+3 |