summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-08
* ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-08
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
* vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard2012-06-08
* mpegts: Remove disabled extension matching probe.Alex Converse2012-06-07
* fate: avoid freopen(NULL) in videogen/rotozoomMans Rullgard2012-06-07
* vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-05
* avprobe: Identify codec probe failures rather than calling them unsupported c...Alex Converse2012-06-05
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-05
* avformat: Factorize codec probing.Alex Converse2012-06-05
* Indeo Audio decoderKostya Shishkov2012-06-05
* imc: make IMDCT support stereo outputKostya Shishkov2012-06-05
* imc: move channel-specific data into separate contextKostya Shishkov2012-06-05
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* avplay: use buffersrc instead of custom input filter.Anton Khirnov2012-06-05
* 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