11562 Commits (e9d96831f73f95d4b2cd69dd20dae95558b3be99)

Author SHA1 Message Date
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
Ronald S. Bultje 8955a9d79c Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). 15 years ago
Ronald S. Bultje bb2dd9efd8 Split the input/output data arguments to ff_adaptive_gain_control(). 15 years ago
David Conrad 8e6daa4a95 theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) 15 years ago
Vitor Sessak a2d3588813 10l: do not try to unpack DTX frames in AMR-NB decoder 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun 4311ff776b cosmetics: Switch Doxygen comments to JavaDoc style. 15 years ago
Jason Garrett-Glaser dbb4f0515f vertical align in libx264.c 15 years ago
Michael Kaufmann 22c29c36cd Add const to some pointer parameters. 15 years ago
David Conrad 33e623831b vp3: Use avctx pointer directly 15 years ago
David Conrad 8099d6c985 vp3: Read fps and aspect ratio in the decoder 15 years ago
David Conrad ddc7e438e0 vp3: Don't crop if there's a left/top offset, it's wrong 15 years ago
David Conrad eb6a6cd788 vp3: DC-only IDCT 15 years ago
David Conrad 6086731299 vp3: More buffer length checks 15 years ago