summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-05
* avconv: don't use InputStream in the buffer management code.Anton Khirnov2012-06-05
* avconv: fix exiting when max frames is reached.Anton Khirnov2012-06-05
* mpc8: fix maximum bands handlingKostya Shishkov2012-06-05
* aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-04
* movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse2012-06-04
* mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeingJindřich Makovička2012-06-04
* doc/avconv: add some details about the transcoding process.Anton Khirnov2012-06-04
* avidec: make scale and rate unsigned.Anton Khirnov2012-06-04
* avconv: check output stream recording time before each frame returned from fi...Anton Khirnov2012-06-04
* avconv: split selecting input file out of transcode().Anton Khirnov2012-06-04
* 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