24021 Commits (56b37cd1c7f3b5e5a3ece043c7ffccf70874cfb1)
 

Author SHA1 Message Date
Michael Kostylev 56b37cd1c7 Support writing 2d float arrays. 15 years ago
Baptiste Coudurier 09ed11e58c rename -vfilters cli option to -vf in ffplay as well 15 years ago
Loren Merritt f39ab2071f change a variable-length array to a malloc. 15 years ago
Stefano Sabatini 7693b93e5c Doxygen av_codec_get_id() and av_codec_get_tag(). 15 years ago
Ramiro Polla c3ab0004ae Revert r31153. It failed to build on: 15 years ago
Reimar Döffinger b3ab319944 Set coded_frame to NULL when closing a codec, since it might 15 years ago
Baptiste Coudurier 521cfa4aae rename -vfilters cli option to -vf 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
Baptiste Coudurier 2c2b2c0ac2 silence gcc warning about potential uninitialized usage 15 years ago
Baptiste Coudurier d21f58b52d cosmetics, rename loop to frame_available 15 years ago
Baptiste Coudurier a9f3cb9372 rename curr_filter to last_filter, factorize filter declaration 15 years ago
Baptiste Coudurier 79b90b2549 cosmetics: indentation, whitespaces 15 years ago
Baptiste Coudurier 6e82e7fa48 simplify, reuse existing args variable 15 years ago
Baptiste Coudurier aa1249b8aa cosmetics: filt_graph_all -> graph, like in ffplay.c 15 years ago
Janne Grunau 405213b736 Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs. 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
Ramiro Polla d9d14dc607 Use int instead of long to pass width parameters in non-public functions. 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
Måns Rullgård 666d7d18e1 FATE: print friendly error for individual tests when SAMPLES unset 15 years ago
Thomas Devanneaux 52486603b5 Check NAL unit size to avoid reading past the buffer. 15 years ago
Vitor Sessak 8ad802e610 Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale. 15 years ago
Francesco Lavra f10d3d343e Add FourCC MJPG for CODEC_ID_JPEGLS. 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
Stefano Sabatini 8e89cd1fee Make the nut demuxer issue a more meaningful error message if it 15 years ago
Måns Rullgård cc6849ae50 bswap: 10L add missing parens around macro args 15 years ago
Sebastian Vater 0613ece542 Replace usage of s->streams[0]->* with st->*, which is shorter. 15 years ago
Sebastian Vater 9d45a32ba8 Remove "bps" parameter to decodeplane8/32(), it's unused. 15 years ago
Stefano Sabatini fc25c04960 Add entry for AVFilterPicRef interlaced and top_field_first fields 15 years ago
Stefano Sabatini b6bc205155 Bump lavfi minor after the addition of the fields interlaced and 15 years ago
Martin Storsjö 6ad533b7cb qt-faststart: Avoid leaking memory if encountering a file with double ftyp atoms 15 years ago
Måns Rullgård 17be16a336 FATE: update idroq-video-encode command 15 years ago
Måns Rullgård 79a9672d45 IFF: decode last 8 pixels per line 15 years ago
Måns Rullgård e24db3e391 Fix build with swscale disabled 15 years ago
Sebastian Vater 0a9cb385ad Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
Stefano Sabatini 3f073fa22c Fix auto-scaling. 15 years ago
Michael Niedermayer 3fe1ec39c6 Add means to adjust the log level per context. 15 years ago
Reimar Döffinger c12caa32b2 Remove hardcoded-tables hack for IA-64: with latest binutils that now actually 15 years ago