summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* matroskaenc: write attachments.Anton Khirnov2011-09-271-0/+72
* matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-271-0/+1
* avconv: factorize common code from new_*_stream()Anton Khirnov2011-09-271-17/+3
* doc/avconv: expand documentation for some options.Anton Khirnov2011-09-271-10/+12
* doc/avconv: document -timelimit.Anton Khirnov2011-09-271-0/+2
* fate: allow testing with libavfilter disabledMans Rullgard2011-09-273-4/+10
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-264-2/+15
* ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-261-14/+11
* ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-261-5/+4
* ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-261-9/+6
* ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-261-10/+5
* ws_snd: make sure number of channels is 1Justin Ruggles2011-09-261-0/+5
* ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-261-4/+28
* ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles2011-09-261-23/+24
* flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles2011-09-261-1/+3
* rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-261-14/+11
* rtpenc: Add a payload type private optionRafaël Carré2011-09-264-5/+18
* rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré2011-09-261-3/+1
* avconv: replace all fprintf() by av_log().Anton Khirnov2011-09-262-133/+118
* avconv: change av_log verbosity from ERROR to FATAL for fatal errors.Anton Khirnov2011-09-261-24/+24
* cmdutils: replace fprintf() by av_log()Anton Khirnov2011-09-261-36/+37
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-267-0/+45
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-268-2/+104
* sol: return error if av_get_packet() fails.Justin Ruggles2011-09-251-0/+2
* cosmetics: reindent and pretty-printJustin Ruggles2011-09-251-14/+14
* libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles2011-09-251-20/+49
* ppc: fix some pointer to integer castsMans Rullgard2011-09-251-5/+5
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-252-6/+20
* vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-251-40/+80
* lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-251-3/+0
* h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-251-0/+4
* flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-251-0/+3
* avconv: use correct output stream index when checking max_framesAnton Khirnov2011-09-251-2/+2
* avconv: remove fake coded_frame on streamcopy hackAnton Khirnov2011-09-251-5/+0
* flvdec: Fix invalid pointer deferences when parsing indexLaurent Aimar2011-09-241-2/+2
* configure: disable hardware capabilities ELF section with suncc on Solaris x86Sean McGovern2011-09-241-0/+6
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-2416-303/+252
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-2414-159/+133
* adpcmenc: Set bits_per_coded_sampleJustin Ruggles2011-09-232-0/+4
* adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier2011-09-232-7/+38
* adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-09-234-20/+52
* permit decoding of multichannel ADPCM_EA_XASPeter Ross2011-09-231-0/+1
* Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-09-231-3/+9
* fft: avoid a signed overflowSean McGovern2011-09-232-4/+4
* mpegps: Handle buffer exhaustion when reading packets.Alex Converse2011-09-231-3/+9
* rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-233-6/+5
* flvdec: Ignore the index if it's from a creator known to be differentMartin Storsjö2011-09-231-0/+12
* cmdutils: move grow_array out of #if CONFIG_AVFILTERJanne Grunau2011-09-231-2/+2
* avconv: actually set InputFile.rate_emuAnton Khirnov2011-09-231-0/+1
* ratecontrol: update last_qscale_for soonerLuca Barbato2011-09-221-0/+2
OpenPOWER on IntegriCloud