aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-221-1/+15
* http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-221-2/+19
* tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-222-0/+23
* avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-222-0/+20
* lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-221-2/+1
* lavfi: fix incorrect comment.Anton Khirnov2012-05-221-2/+2
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-2221-44/+90
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-2210-16/+81
* lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-225-55/+39
* avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-221-1/+70