summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avconv: split checking for active outputs out of transcode().Anton Khirnov2012-06-04
* avfiltergraph: make some functions static.Anton Khirnov2012-06-04
* librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov2012-06-03
* librtmp: don't abuse a variable for two unrelated things.Anton Khirnov2012-06-03
* librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov2012-06-03
* bmv: add stricter checks for invalid decoded lengthKostya Shishkov2012-06-03
* avpacket: fix duplicating side data.Anton Khirnov2012-06-03
* flv: support stream text data as onTextDataLuca Barbato2012-06-03
* mpegtsenc: Support LATM packetization for AACJindrich Makovicka2012-06-03
* adtsenc: Don't expose the muxer internals to the rest of lavfJindrich Makovicka2012-06-03
* mpegtsenc: use AVFormatContext for AAC packetizationJindrich Makovicka2012-06-03
* mpegtsenc: use AVERROR() for return codesJindrich Makovicka2012-06-03
* http: Add the url_shutdown function for https, tooMartin Storsjö2012-06-01
* http: Simplify code by removing a local variableMartin Storsjö2012-06-01
* http: Clear the old URLContext pointer when closedMartin Storsjö2012-06-01
* tcp: Try enabling SO_REUSEADDR when listeningMartin Storsjö2012-06-01
* tcp: Check the return values from bind and acceptMartin Storsjö2012-06-01
* avisynth: Make sure the filename passed to avisynth is in the right code pageOka Motofumi2012-05-31
* fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machinesMichael Niedermayer2012-05-31
* http: Pass the proper return code of net IO operationsSamuel Pitoiset2012-05-30
* http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset2012-05-30
* lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-30
* vp8: move block coeff arithcoder on stack.Ronald S. Bultje2012-05-30
* mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.Ronald S. Bultje2012-05-30
* pcm-mpeg: improve log message wordingChristian Schmidt2012-05-30
* fate: add missing $(TARGET_PATH) to ac3-fixed-encodeMans Rullgard2012-05-30
* fate: fix md5sum replacement on some systemsMans Rullgard2012-05-30
* avprobe: correctly set the default formatterLuca Barbato2012-05-29
* lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffsJustin Ruggles2012-05-29
* lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffsJustin Ruggles2012-05-29
* lavr: add C functions for mixing 2 to 1 channels with s16p formatJustin Ruggles2012-05-29
* avprobe: move formatter functions in the contextLuca Barbato2012-05-29
* avconv: extend -r to work on any input stream.Anton Khirnov2012-05-29
* doc/avconv: expand documentation for the -s option.Anton Khirnov2012-05-29
* avconv: don't print filters inserted by avconv in stream mappings.Anton Khirnov2012-05-29
* avconv: merge configuration code for complex and simple filtersAnton Khirnov2012-05-29
* avconv: split configuring input filters out of configure_complex_filterAnton Khirnov2012-05-29
* fate: fix acodec/vsynth tests for make 3.81Mans Rullgard2012-05-29
* pcm_mpeg: fix number of consumed bytes to include the header.Hendrik Leppkes2012-05-29
* avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-29
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-29
* x86: use new schema for ASM macrosVitor Sessak2012-05-29
* fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-29
* fate: allow tests to specify unit size for psnr comparisonMans Rullgard2012-05-29
* fate: teach videogen/rotozoom to output a single raw video streamMans Rullgard2012-05-29
* http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-28
* http: Add support for using persistent connectionsSamuel Pitoiset2012-05-28
* AVOptions: fix the value printed in out of range error message.Anton Khirnov2012-05-28
* avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov2012-05-26
* avprobe: fix formatting.Anton Khirnov2012-05-26