summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Remove libnut wrapperDiego Biurrun2012-05-21
* fate: change name of FATE samples location environment variableDiego Biurrun2012-05-21
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-20
* indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun2012-05-20
* indeo: Drop unused debug function ivi_check_band().Diego Biurrun2012-05-20
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-20
* truemotion1: remove disabled codeDiego Biurrun2012-05-20
* fix typo in commentKostya Shishkov2012-05-20
* fate: fix dependencies for non-SAMPLES avconv testsMans Rullgard2012-05-20
* indeo: check for invalid motion vectorsKostya Shishkov2012-05-20
* indeo: check that band output buffer existsKostya Shishkov2012-05-20
* indeo: clear allocated band buffersKostya Shishkov2012-05-20
* indeo: track tile macroblock sizeKostya Shishkov2012-05-20
* indeo: check custom Huffman tables for errorsKostya Shishkov2012-05-20
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-20
* mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov2012-05-20
* lavf: change some (de)muxer names to lowercaseMans Rullgard2012-05-19