summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov2012-04-16
* doc/filters: update documentation.Anton Khirnov2012-04-15
* avconv: flush decoders immediately after an EOF.Anton Khirnov2012-04-15
* avconv: send EOF to vsrc_buffer.Anton Khirnov2012-04-15
* avconv: reindent.Anton Khirnov2012-04-15
* avconv: add support for complex filtergraphs.Anton Khirnov2012-04-15
* avconv: make filtergraphs global.Anton Khirnov2012-04-15
* avconv: move filtered_frame from InputStream to OutputStream.Anton Khirnov2012-04-15
* avconv: don't set output width/height directly from input value.Anton Khirnov2012-04-15
* avconv: move resample_{width,height,pix_fmt} to InputStream.Anton Khirnov2012-04-15
* avconv: remove a useless variable from OutputStream.Anton Khirnov2012-04-15
* avconv: get output pixel format from lavfi.Anton Khirnov2012-04-15
* graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov2012-04-15
* avconv: change {input,output}_{streams,files} into arrays of pointers.Anton Khirnov2012-04-15
* avconv: don't pass input/output streams to some functions.Anton Khirnov2012-04-15
* doc: Improve suggested Emacs settings for our coding style.Diego Biurrun2012-04-15
* utvideo: Remove unused variable 'src_size'Derek Buitenhuis2012-04-15
* mov: free memory on header parsing failureDale Curtis2012-04-14
* mov: fix leaking memory with multiple drefs.Dale Curtis2012-04-14
* swscale: clip before assigning tables in RGB output functions.Ronald S. Bultje2012-04-14
* swscale: fix off-by-one in second coefficient in bilinear filters.Ronald S. Bultje2012-04-14
* vsrc_buffer: fix check from 7ae7c41.Anton Khirnov2012-04-14
* libxvid: Reorder functions to avoid forward declarations; make functions static.Diego Biurrun2012-04-14
* libxvid: drop some pointless dead codeDiego Biurrun2012-04-14
* wmal: vertical alignment cosmeticsMashiat Sarker Shakkhar2012-04-14
* wmal: Warn about missing bitstream splicing feature and ask for sample.Mashiat Sarker Shakkhar2012-04-14
* wmal: Skip seekable_frame_in_packet.Mashiat Sarker Shakkhar2012-04-14
* wmal: Drop unused variable num_possible_block_size.Mashiat Sarker Shakkhar2012-04-14
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-14
* graphparser: allow specifying sws flags in the graph description.Anton Khirnov2012-04-14
* graphparser: fix the order of connecting unlabeled links.Anton Khirnov2012-04-14
* graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-14
* vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov2012-04-14
* swscale: handle last pixel if lines have an odd width.Ronald S. Bultje2012-04-13
* qdm2: fix a dubious pointer castMans Rullgard2012-04-13
* WMAL: Do not try to read rawpcm coefficients if bits is invalidMichael Niedermayer2012-04-13
* mov: Fix detecting there is no sync sample.Yusuke Nakamura2012-04-13
* tiffdec: K&R cosmeticsAlex Converse2012-04-13
* avf: has_duration does not check the global oneLuca Barbato2012-04-13
* dsputil: fix optimized emu_edge function on Win64.Ronald S. Bultje2012-04-13
* swscale: K&R formatting cosmetics (part II)Diego Biurrun2012-04-13
* tiffdec: Add a malloc check and refactor another.Alex Converse2012-04-13
* faxcompr: Check malloc results and unify return pathAlex Converse2012-04-13
* configure: escape colons in values written to config.fateMans Rullgard2012-04-13
* ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSEJustin Ruggles2012-04-12
* matroska: Fix leaking memory allocated for laces.Dale Curtis2012-04-12
* pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-12
* vp3: Assert on invalid filter_limit values.Dale Curtis2012-04-12
* h264: fix 10bit biweight functions after recent x86inc.asm fixes.Ronald S. Bultje2012-04-12
* ffv1: Fix size mismatch in encode_line.Alex Converse2012-04-12