summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-13
* Reindent after r23112.Sebastian Vater2010-05-13
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-13
* Handle palette underflows, fill remaining space with black (zero) data.Sebastian Vater2010-05-13
* Move a while(..){..} -> do{..}while(..), slightly faster.Sebastian Vater2010-05-13
* Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.Vitor Sessak2010-05-13
* FATE: change -vfilters to -vfMåns Rullgård2010-05-13
* Fix compilation with low precission mpeg audio decoding.Michael Niedermayer2010-05-13
* Fix mpegaudio tablegen.Michael Kostylev2010-05-13
* Support writing 2d float arrays.Michael Kostylev2010-05-13
* rename -vfilters cli option to -vf in ffplay as wellBaptiste Coudurier2010-05-12
* change a variable-length array to a malloc.Loren Merritt2010-05-12
* Doxygen av_codec_get_id() and av_codec_get_tag().Stefano Sabatini2010-05-12
* Revert r31153. It failed to build on:Ramiro Polla2010-05-12
* Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger2010-05-12
* rename -vfilters cli option to -vfBaptiste Coudurier2010-05-12
* Do the same sign flip optimization to the low freq decoder.Michael Niedermayer2010-05-11
* Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer2010-05-11
* Optimize decoding high freqs.Michael Niedermayer2010-05-11
* Make lsf_sf_expand() 4 times faster.Michael Niedermayer2010-05-11
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-11
* Set cur_channel in the AAC encoder context where needed.Alex Converse2010-05-11
* silence gcc warning about potential uninitialized usageBaptiste Coudurier2010-05-11
* cosmetics, rename loop to frame_availableBaptiste Coudurier2010-05-11
* rename curr_filter to last_filter, factorize filter declarationBaptiste Coudurier2010-05-11
* cosmetics: indentation, whitespacesBaptiste Coudurier2010-05-11
* simplify, reuse existing args variableBaptiste Coudurier2010-05-11
* cosmetics: filt_graph_all -> graph, like in ffplay.cBaptiste Coudurier2010-05-11
* Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau2010-05-11
* Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer2010-05-11
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-11
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-11
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-11
* Adding missing () to mathops.h.Michael Niedermayer2010-05-11
* Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger2010-05-10
* Optimize decodeplane32().Sebastian Vater2010-05-10
* Ensure that width and height are > 0. avcodec_open() itself only checks thatSebastian Vater2010-05-10
* FATE: print friendly error for individual tests when SAMPLES unsetMåns Rullgård2010-05-10
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-10
* Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak2010-05-10
* Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra2010-05-09
* Reorder nut specific codec tags and add a comment for marking them asStefano Sabatini2010-05-09
* Add missing nut-specific codec tags for rawvideo pixel formats.Stefano Sabatini2010-05-09
* Make the codec tags for the yuvjXXX pixel formats the same as theStefano Sabatini2010-05-09
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-09
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-09
* bswap: 10L add missing parens around macro argsMåns Rullgård2010-05-09
* Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater2010-05-09
* Remove "bps" parameter to decodeplane8/32(), it's unused.Sebastian Vater2010-05-09
* Add entry for AVFilterPicRef interlaced and top_field_first fieldsStefano Sabatini2010-05-09