11593 Commits (bfbdc58e521bc8aa750ce9a1be3bc57ce1c85d53)

Author SHA1 Message Date
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
Måns Rullgård 79a9672d45 IFF: decode last 8 pixels per line 15 years ago
Sebastian Vater 0a9cb385ad Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
Reimar Döffinger 7f20cb2df0 Another try for fixing/improving decode_video documentation. 15 years ago
Jason Garrett-Glaser e8c7fca90c Add intra refresh and crf-max support to the libavcodec libx264 wrapper. 15 years ago
Alex Converse 46174079c9 10l: store the result of clipping added in r23035 15 years ago
Alex Converse 217b44ddc3 Error out when too many bits per frame are requested. 15 years ago
Alex Converse 32fa7725d2 Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." 15 years ago
David Conrad e9d96831f7 schroenc: Set colorspace info 15 years ago
David Conrad 37284120ca schroenc: Use AV_RB32 15 years ago
David Conrad 31cf8c650a schroenc: Set open-gop 15 years ago
David Conrad 3d6fa004e8 schroenc: Set keyframe interval 15 years ago
David Conrad e0a24555b4 schroenc: Use constant quality for constant quality, not noise threshold 15 years ago
David Conrad 614748ceeb schroenc: Don't touch gop_structure by default, it should be left adaptive 15 years ago
Sebastian Vater cfdaee45d1 Align plane size to word-boundary. 15 years ago
Ronald S. Bultje 4fe4bb6150 Revert r22974 int->unsigned parts that don't have any meaningful effect. 15 years ago
Alex Converse 17d5959998 10l: The SBR refactor requires the use of 2 independent output X buffers. 15 years ago
Martin Storsjö fa36165adf amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output 15 years ago
Ronald S. Bultje 1302ccc1a7 Another buffer overflow, fixes issue1758. 15 years ago
Reimar Döffinger bf9766995c Clarify how allocation works for the picture argument for 15 years ago
Ronald S. Bultje 593a861470 Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). 15 years ago
Alex Converse 2d23fecd5d Enforce time border monotonicity. 15 years ago
Alex Converse a91d82b5cc Move the SBR patch count check to prevent overwrites. 15 years ago
Alex Converse 10678e5c72 Increase size of patch_borders[]. 15 years ago
Michael Niedermayer 19a00c5eb2 avi bgr24 padding fix. 15 years ago
Alex Converse d0dedce71d Reindent 15 years ago
Alex Converse ca6d3f234c Rewrite ff_sbr_apply in a manner more friendly to PS. 15 years ago