30871 Commits (6c0f5172f6735c0b185721ff0f456f53ef7ac677)
 

Author SHA1 Message Date
Alex Converse ed8a50068c riff: Fix potential memleak. 14 years ago
Ronald S. Bultje dbd3183935 swscale: change 48bit RGB input macros to inline functions. 14 years ago
Ronald S. Bultje f30ee65700 swscale: change 9/10bit YUV input macros to inline functions. 14 years ago
Ronald S. Bultje aa39f5f6d6 swscale: extract gray16 output functions from yuv2packed[12X](). 14 years ago
Ronald S. Bultje f1e0b90c64 swscale: use standard clipping functions. 14 years ago
Ronald S. Bultje e458b53605 swscale: merge macros that are used only once. 14 years ago
Ronald S. Bultje 6e5a8d3c9a swscale: fix function declarations in swscale.c. 14 years ago
Ronald S. Bultje a27db4c349 swscale: fix function declaration keywords in x86/swscale_template.c. 14 years ago
Michael Niedermayer f9ecb849ef Merge remote-tracking branch 'qatar/master' 14 years ago
Michael Niedermayer 7b8ed831eb jpegdec: actually search for and parse RSTn 14 years ago
Etienne Buira c8d0d8bc76 crypto: Use av_freep instead of av_free 14 years ago
Michael Niedermayer c1ad93c08c Revert "crypto: fix potential double free" 14 years ago
Michael Niedermayer 1fe3bf3e4b Revert "build: remove empty $(OBJS) target" 14 years ago
Etienne Buira a71bcd1a7f crypto: Use av_freep instead of av_free 14 years ago
Baptiste Coudurier be20528ced aac: fix adts frame size mask, fix demuxer probing for some files. 14 years ago
Anton Khirnov dbaba52ed2 lavf: don't try to free private options if priv_data is NULL. 14 years ago
Mina Nagy Zaki 47d2ca3205 lavfi: handle NULL lists in avfilter_make_format_list 14 years ago
Ronald S. Bultje 9bcbb250e2 swscale: fix types of assembly arguments. 14 years ago
Ronald S. Bultje 496d95c34c swscale: move two macros that are only used once into caller. 14 years ago
Ronald S. Bultje 9d84dfce93 swscale: remove unused function. 14 years ago
Carl Eugen Hoyos 9e4cb03a93 Fix "mixed declarations and code" warnings. 14 years ago
Diego Biurrun 5bd6ec6d59 options: Add missing braces around struct initializer. 14 years ago
Diego Biurrun b7847a3f2e mov: Remove leftover crufty debug statement with references to a local file. 14 years ago
Diego Biurrun a4855adc80 dvbsubdec: Fix compilation of debug code. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Anton Khirnov d9f80ea2a7 Move metadata API from lavf to lavu. 14 years ago
Michael Niedermayer d552f616a2 Merge remote-tracking branch 'qatar/master' 14 years ago
Etienne Buira 7d89f7cbf3 crypto: fix potential double free 14 years ago
Etienne Buira 1e9b302690 libx264: fix double free 14 years ago
Stefano Sabatini 8f2a2e6051 ffplay: remove -debug option 14 years ago
Stefano Sabatini e77a3095bd ffplay: remove -vismv option 14 years ago
Stefano Sabatini 21bf6d7aab mpegvideo: use av_get_picture_type_char() in ff_print_debug_info() 14 years ago
Diego Biurrun ac4a854811 Remove some non-compiling debug messages. 14 years ago
Diego Biurrun 8543f0f923 ffplay: Fix non-compiling debug printf and replace it by av_dlog. 14 years ago
Daniel Kang 4de83b7b6d H264: x86 predict init cosmetics. 14 years ago
Diego Biurrun d3778972d8 ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder. 14 years ago
Justin Ruggles c8e9ea43d0 Move E-AC-3 encoder functions to a separate eac3enc.c file. 14 years ago
Justin Ruggles 787a13535a ac3enc: remove convenience macro, #define DEBUG 14 years ago
Justin Ruggles a8bd53402a ac3enc: remove unused #define 14 years ago
John Stebbins 7b20d35a54 vc1: re-initialize tables after width/height change. 14 years ago
Justin Ruggles 1397ac0aa0 APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition 14 years ago
Stefano Sabatini a6703faa15 samplefmt: add av_get_bytes_per_sample() 14 years ago
Michael Niedermayer 1929807bef libvpxenc: add forgotten AVClass. 14 years ago
Justin Ruggles 2f37321abc iirfilter: fix biquad filter coefficients. 14 years ago
Ronald S. Bultje edeb56fa31 swscale: remove duplicate conversion routine in swScale(). 14 years ago
Ronald S. Bultje b73fe70025 swscale: add yuv2planar/packed function typedefs. 14 years ago
Ronald S. Bultje df91d09174 swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers. 14 years ago
Ronald S. Bultje 0fb5193156 swscale: reindent x86 init code. 14 years ago
Ronald S. Bultje ca364a5b43 swscale: extract SWS_FULL_CHR_H_INT conditional into init code. 14 years ago
Ronald S. Bultje b3b28b080f swscale: cosmetics. 14 years ago