33437 Commits (1f4f752117c0519345a1b0a725a57440cc8924ec)
 

Author SHA1 Message Date
Anton Khirnov e77c86629f avconv: move resample_{width,height,pix_fmt} to InputStream. 13 years ago
Anton Khirnov 9dced85426 avconv: remove a useless variable from OutputStream. 13 years ago
Anton Khirnov b7327887ea avconv: get output pixel format from lavfi. 13 years ago
Anton Khirnov 7af99a01c4 graphparser: fix the order in which unlabeled input links are returned. 13 years ago
Anton Khirnov 2e21526790 avconv: change {input,output}_{streams,files} into arrays of pointers. 13 years ago
Anton Khirnov ea9367e921 avconv: don't pass input/output streams to some functions. 13 years ago
Diego Biurrun 3892e784f2 doc: Improve suggested Emacs settings for our coding style. 13 years ago
Derek Buitenhuis 5096399df2 utvideo: Remove unused variable 'src_size' 13 years ago
Dale Curtis c788782c7d mov: free memory on header parsing failure 13 years ago
Dale Curtis 4ebd422c04 mov: fix leaking memory with multiple drefs. 13 years ago
Ronald S. Bultje 7f77e9041a swscale: clip before assigning tables in RGB output functions. 13 years ago
Ronald S. Bultje 4860625236 swscale: fix off-by-one in second coefficient in bilinear filters. 13 years ago
Anton Khirnov 7bf9e3391f vsrc_buffer: fix check from 7ae7c41. 13 years ago
Diego Biurrun 219a9ed19e libxvid: Reorder functions to avoid forward declarations; make functions static. 13 years ago
Diego Biurrun 7a0cb74fee libxvid: drop some pointless dead code 13 years ago
Mashiat Sarker Shakkhar dac79c2737 wmal: vertical alignment cosmetics 13 years ago
Mashiat Sarker Shakkhar 2e13f57993 wmal: Warn about missing bitstream splicing feature and ask for sample. 13 years ago
Mashiat Sarker Shakkhar 9900dd2d9c wmal: Skip seekable_frame_in_packet. 13 years ago
Mashiat Sarker Shakkhar 07933b44dd wmal: Drop unused variable num_possible_block_size. 13 years ago
Stefano Sabatini 91d3cbe0fd avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
Anton Khirnov 12e7e1d03e graphparser: allow specifying sws flags in the graph description. 13 years ago
Anton Khirnov 4e781c25b7 graphparser: fix the order of connecting unlabeled links. 13 years ago
Anton Khirnov d7bcc71dad graphparser: add avfilter_graph_parse2(). 13 years ago
Anton Khirnov 7ae7c41413 vsrc_buffer: allow using a NULL buffer to signal EOF. 13 years ago
Ronald S. Bultje 9206ac80a5 swscale: handle last pixel if lines have an odd width. 13 years ago
Mans Rullgard f5be7958e3 qdm2: fix a dubious pointer cast 13 years ago
Michael Niedermayer 680097cb6d WMAL: Do not try to read rawpcm coefficients if bits is invalid 13 years ago
Yusuke Nakamura accea4d9d8 mov: Fix detecting there is no sync sample. 13 years ago
Alex Converse f346b6bbeb tiffdec: K&R cosmetics 13 years ago
Luca Barbato cbf767a87c avf: has_duration does not check the global one 13 years ago
Ronald S. Bultje b089ca871a dsputil: fix optimized emu_edge function on Win64. 13 years ago
Diego Biurrun ef0ee7f657 swscale: K&R formatting cosmetics (part II) 13 years ago
Alex Converse 90a4306007 tiffdec: Add a malloc check and refactor another. 13 years ago
Alex Converse 99a335299f faxcompr: Check malloc results and unify return path 13 years ago
Mans Rullgard 6555acad10 configure: escape colons in values written to config.fate 13 years ago
Justin Ruggles de7f22ab0c ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSE 13 years ago
Dale Curtis 3116858853 matroska: Fix leaking memory allocated for laces. 13 years ago
Dale Curtis 97ae370078 pthread: Fix crash due to fctx->delaying not being cleared. 13 years ago
Dale Curtis 27c2fb0f72 vp3: Assert on invalid filter_limit values. 13 years ago
Ronald S. Bultje 76538d7a78 h264: fix 10bit biweight functions after recent x86inc.asm fixes. 13 years ago
Alex Converse 2b8374e920 ffv1: Fix size mismatch in encode_line. 13 years ago
Alex Converse 73b7437f1d movenc: Remove a dead initialization 13 years ago
Diego Biurrun 6048fd22ee git-howto: Explain how to avoid Windows line endings in git checkouts. 13 years ago
Diego Biurrun baaab6069a build: Move all arch OBJS declarations into arch subdirectory Makefiles. 13 years ago
Diego Biurrun 18e8fef7c9 libxvid: remove disabled code 13 years ago
Mans Rullgard 9f3e781eab qdm2: make a table static const 13 years ago
Mans Rullgard 9ffe8ee7c5 qdm2: simplify bitstream reader setup for some subpacket types 13 years ago
Mans Rullgard a31787ee3b qdm2: use get_bits_left() 13 years ago
Diego Biurrun 7bb3a302fe build: Consistently handle conditional compilation for all optimization OBJS. 13 years ago
Diego Biurrun 2ef15b46e4 avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 13 years ago