summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-28
* latmenc: Fix private optionsKieran Kunhya2011-09-28
* vf_unsharp: store hsub/vsub in the filter contextStefano Sabatini2011-09-28
* vf_unsharp: adopt a more natural order of params in apply_unsharp()Stefano Sabatini2011-09-28
* vf_unsharp: rename method "unsharpen" to "apply_unsharp"Stefano Sabatini2011-09-28
* vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-28
* vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-28
* vf_scale: add a "sar" variableStefano Sabatini2011-09-28
* lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-09-28
* vsrc_color: use internal timebaseStefano Sabatini2011-09-28
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-28
* graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-09-28
* avfiltergraph: use meaningful error codesStefano Sabatini2011-09-28
* avconv: Initialize return value for codec copy path.Alex Converse2011-09-27
* fate: use 'run' helper for seek-testMans Rullgard2011-09-28
* fate: remove seek-mpeg2reuse testMans Rullgard2011-09-28
* Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-27
* avconv: Fix volume adjustment for non-s16 sample formatsAlex Converse2011-09-27
* avconv: Make samples void*.Alex Converse2011-09-27
* avconv: Use the size of the decode sample format when allocating the audio sa...Alex Converse2011-09-27
* avconv: use different variables for decoded and filtered frame.Anton Khirnov2011-09-27
* avconv: add support for copying attachments.Anton Khirnov2011-09-27
* matroskaenc: write attachments.Anton Khirnov2011-09-27
* matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-27
* avconv: factorize common code from new_*_stream()Anton Khirnov2011-09-27
* doc/avconv: expand documentation for some options.Anton Khirnov2011-09-27
* doc/avconv: document -timelimit.Anton Khirnov2011-09-27
* fate: allow testing with libavfilter disabledMans Rullgard2011-09-27
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-26
* ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-26
* ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-26
* ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-26
* ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-26
* ws_snd: make sure number of channels is 1Justin Ruggles2011-09-26
* ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-26
* ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles2011-09-26
* flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles2011-09-26
* rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-26
* rtpenc: Add a payload type private optionRafaël Carré2011-09-26
* rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré2011-09-26
* avconv: replace all fprintf() by av_log().Anton Khirnov2011-09-26
* avconv: change av_log verbosity from ERROR to FATAL for fatal errors.Anton Khirnov2011-09-26
* cmdutils: replace fprintf() by av_log()Anton Khirnov2011-09-26
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-26
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
* sol: return error if av_get_packet() fails.Justin Ruggles2011-09-25
* cosmetics: reindent and pretty-printJustin Ruggles2011-09-25
* libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles2011-09-25
* ppc: fix some pointer to integer castsMans Rullgard2011-09-25
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-25