summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffsJustin Ruggles2012-05-292-0/+46
* lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffsJustin Ruggles2012-05-293-0/+92
* lavr: add C functions for mixing 2 to 1 channels with s16p formatJustin Ruggles2012-05-291-0/+50
* avprobe: move formatter functions in the contextLuca Barbato2012-05-291-55/+61
* avconv: extend -r to work on any input stream.Anton Khirnov2012-05-293-7/+53
* doc/avconv: expand documentation for the -s option.Anton Khirnov2012-05-291-2/+12
* avconv: don't print filters inserted by avconv in stream mappings.Anton Khirnov2012-05-291-10/+33
* avconv: merge configuration code for complex and simple filtersAnton Khirnov2012-05-293-260/+87
* avconv: split configuring input filters out of configure_complex_filterAnton Khirnov2012-05-291-37/+61
* fate: fix acodec/vsynth tests for make 3.81Mans Rullgard2012-05-292-14/+12
* pcm_mpeg: fix number of consumed bytes to include the header.Hendrik Leppkes2012-05-291-1/+1
* avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-291-0/+2
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-291-7/+6
* x86: use new schema for ASM macrosVitor Sessak2012-05-294-76/+82
* fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-29294-1160/+905
* fate: allow tests to specify unit size for psnr comparisonMans Rullgard2012-05-292-2/+3
* fate: teach videogen/rotozoom to output a single raw video streamMans Rullgard2012-05-294-18/+49
* http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-282-5/+30
* http: Add support for using persistent connectionsSamuel Pitoiset2012-05-281-3/+13
* AVOptions: fix the value printed in out of range error message.Anton Khirnov2012-05-281-1/+2
* avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov2012-05-263-3/+63
* avprobe: fix formatting.Anton Khirnov2012-05-261-2/+1
* log: make colored output more colorful.Anton Khirnov2012-05-261-2/+2
* rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö2012-05-261-6/+8
* opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-264-1/+34
* avconv: Display the error returned by avformat_write_headerMartin Storsjö2012-05-261-2/+6
* rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-265-18/+29
* rtpenc_chain: Free the URLContext on failureMartin Storsjö2012-05-261-7/+11
* rtpenc: Expose the ssrc as an avoptionMartin Storsjö2012-05-262-2/+4
* avprobe: display the codec profile in show_stream()Christian Schmidt2012-05-251-0/+5
* avprobe: fix function prototypeLuca Barbato2012-05-251-2/+3
* cosmetics: Fix indentationMartin Storsjö2012-05-261-1/+1
* avprobe: changelog entryLuca Barbato2012-05-251-1/+1
* avprobe: update documentationLuca Barbato2012-05-251-13/+6
* avprobe: provide JSON outputLuca Barbato2012-05-251-0/+120
* avprobe: output proper INI formatLuca Barbato2012-05-251-109/+393
* avprobe: improve formattingLuca Barbato2012-05-251-3/+4
* rtmp: fix url parsingLuca Barbato2012-05-252-2/+3
* fate: document TARGET_EXEC and its usageLuca Barbato2012-05-251-1/+11
* movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse2012-05-251-20/+1
* imc: some cosmeticsKostya Shishkov2012-05-251-181/+204
* rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset2012-05-241-6/+7
* rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-242-32/+68
* rtmp: Return a proper error code instead of -1Samuel Pitoiset2012-05-241-4/+4
* rtmp: Check malloc callsSamuel Pitoiset2012-05-241-20/+58
* rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-242-55/+140
* lavfi: add audio mix filterJustin Ruggles2012-05-236-1/+587
* flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö2012-05-231-2/+2
* tqi: Pass errors from the MB decoderMichael Niedermayer2012-05-231-3/+7
* os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo2012-05-231-0/+6
OpenPOWER on IntegriCloud