summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov2012-05-221-4/+4
* asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-221-4/+7
* x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-221-0/+8
* dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-223-7/+13
* dwt: check malloc callsJordi Ortiz2012-05-221-1/+15
* ppc: Drop unused header regs.hDiego Biurrun2012-05-221-37/+0
* af_resample: remove an extra space in the log outputJustin Ruggles2012-05-211-1/+1
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-2110-158/+149
* lavfi: add an audio split filterJustin Ruggles2012-05-216-3/+45
* lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-212-1/+1
* dwt: K&R prettyprinting cosmeticsJordi Ortiz2012-05-212-553/+713
* Remove libnut wrapperDiego Biurrun2012-05-214-321/+0
* fate: change name of FATE samples location environment variableDiego Biurrun2012-05-212-3/+3
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-2011-10/+26
* http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-201-38/+40
* indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun2012-05-202-6/+1