11575 Commits (52486603b5b8e2827627afbc8a2028fb74554920)

Author SHA1 Message Date
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
Måns Rullgård 5635985c26 ARM: NEON optimised VP6 edge filter 15 years ago
Måns Rullgård 5e1ba34bbb VP56: move vp56_edge_filter to new VP56DSPContext 15 years ago
Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
Sebastian Vater 726dc06158 Reidnent after r22795. 15 years ago
Sebastian Vater fe51b5ce50 Move some branches outside looped code. Should improve the generated asm (and 15 years ago
Sebastian Vater 473147bed0 Switch some ints to unsigned (they can only have positive values, this allows 15 years ago
Sebastian Vater 687dc3555d Make two functions out of #define hackery. 15 years ago
Stefano Sabatini 4cf1ba0445 Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 15 years ago
Ronald S. Bultje 0bb848016a Add acelp_filters.o as QCELP decoder object file. 15 years ago
Måns Rullgård 07876e25c8 Workaround for missing llrintf() 15 years ago
Justin Ruggles cc8538ff93 ac3dec: return smaller of buf_size and frame_size instead of always returning 15 years ago
Måns Rullgård 84368aa629 ARM: fix build for darwin/iphone 15 years ago
Michael Niedermayer ddecab2097 Set .supported_samplerates for mpeg audio encoders. 15 years ago
Ronald S. Bultje 9a32573b49 WMAVoice postfilter. 15 years ago
Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
Jai Menon 6858ce2ffc Fix typo. 15 years ago
Ronald S. Bultje 805a83d506 Implement QCELP postfilter. 15 years ago
Ronald S. Bultje 5180a0b197 Make the Sipr16k postfilter function write data into the target/output buffer. 15 years ago