summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avprobe: fix formatting.Anton Khirnov2012-05-26
* log: make colored output more colorful.Anton Khirnov2012-05-26
* rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö2012-05-26
* opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-26
* avconv: Display the error returned by avformat_write_headerMartin Storsjö2012-05-26
* rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-26
* rtpenc_chain: Free the URLContext on failureMartin Storsjö2012-05-26
* rtpenc: Expose the ssrc as an avoptionMartin Storsjö2012-05-26
* avprobe: display the codec profile in show_stream()Christian Schmidt2012-05-25
* avprobe: fix function prototypeLuca Barbato2012-05-25
* cosmetics: Fix indentationMartin Storsjö2012-05-26
* avprobe: changelog entryLuca Barbato2012-05-25
* avprobe: update documentationLuca Barbato2012-05-25
* avprobe: provide JSON outputLuca Barbato2012-05-25
* avprobe: output proper INI formatLuca Barbato2012-05-25
* avprobe: improve formattingLuca Barbato2012-05-25
* rtmp: fix url parsingLuca Barbato2012-05-25
* fate: document TARGET_EXEC and its usageLuca Barbato2012-05-25
* movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse2012-05-25
* imc: some cosmeticsKostya Shishkov2012-05-25
* rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset2012-05-24
* rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-24
* rtmp: Return a proper error code instead of -1Samuel Pitoiset2012-05-24
* rtmp: Check malloc callsSamuel Pitoiset2012-05-24
* rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-24
* lavfi: add audio mix filterJustin Ruggles2012-05-23
* flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö2012-05-23
* tqi: Pass errors from the MB decoderMichael Niedermayer2012-05-23
* os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo2012-05-23
* http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-22
* http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-22
* tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-22
* avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-22
* lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-22
* lavfi: fix incorrect comment.Anton Khirnov2012-05-22
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
* lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-22
* avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-22
* avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov2012-05-22
* asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-22
* x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-22
* dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-22
* dwt: check malloc callsJordi Ortiz2012-05-22
* ppc: Drop unused header regs.hDiego Biurrun2012-05-22
* af_resample: remove an extra space in the log outputJustin Ruggles2012-05-21
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21
* lavfi: add an audio split filterJustin Ruggles2012-05-21
* lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-21
* dwt: K&R prettyprinting cosmeticsJordi Ortiz2012-05-21