summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* indeo: Drop unused debug function ivi_check_band().Diego Biurrun2012-05-202-30/+0
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-201-1/+2
* truemotion1: remove disabled codeDiego Biurrun2012-05-201-7/+0
* fix typo in commentKostya Shishkov2012-05-201-1/+1
* fate: fix dependencies for non-SAMPLES avconv testsMans Rullgard2012-05-201-5/+5
* indeo: check for invalid motion vectorsKostya Shishkov2012-05-202-0/+17
* indeo: check that band output buffer existsKostya Shishkov2012-05-201-0/+4
* indeo: clear allocated band buffersKostya Shishkov2012-05-201-3/+3
* indeo: track tile macroblock sizeKostya Shishkov2012-05-202-0/+7
* indeo: check custom Huffman tables for errorsKostya Shishkov2012-05-201-1/+6
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-204-465/+317
* mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov2012-05-201-9/+10
* lavf: change some (de)muxer names to lowercaseMans Rullgard2012-05-196-6/+6
* lavf: make output format matching case insensitiveMans Rullgard2012-05-191-1/+1
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-1938-204/+209
* fate: remove unnecessary libavfilter dependencyMans Rullgard2012-05-191-1/+1
* avconv: reindentAnton Khirnov2012-05-181-66/+66
* avconv: replace -vsync cfr code with the fps filter.Anton Khirnov2012-05-1848-3391/+3355
* mov: enable parsing for VC-1.Anton Khirnov2012-05-182-61/+64
* lavfi: Add fps filter.Anton Khirnov2012-05-186-1/+288
* lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-182-0/+4
* avconv: add support for audio in complex filtergraphs.Anton Khirnov2012-05-181-13/+133
* doc: Replace some @file tags by more suitable markup.Diego Biurrun2012-05-183-10/+11
* fate: Set FUZZ factor of vorbis-13 test to 2.Diego Biurrun2012-05-181-0/+1
OpenPOWER on IntegriCloud