summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: document THREAD_TYPE fate variableLuca Barbato2012-06-14
* rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö2012-06-14
* avconv: don't try to free threads that were not initialized.Anton Khirnov2012-06-14
* rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-13
* rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset2012-06-13
* rtmp: Handle server bandwidth packetsSamuel Pitoiset2012-06-13
* rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset2012-06-13
* lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-13
* configure: add all filters hardcoded into avconv to avconv_depsAnton Khirnov2012-06-13
* avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-13
* lavfi: allow building without swscale.Anton Khirnov2012-06-13
* build: Do not delete tests/vsynth2 directory, which is no longer created.Diego Biurrun2012-06-13
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-13
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* jack: update to new latency range API as the old one has been deprecatedSean McGovern2012-06-13
* rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö2012-06-13
* ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-12
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-12
* golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()Justin Ruggles2012-06-12
* sws: fix planar RGB input conversions for 9/10/16 bpp.Ronald S. Bultje2012-06-12
* avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-12
* avconv: support only native pthreads.Anton Khirnov2012-06-12
* rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset2012-06-12
* rtmp: Do not send extension for flv filesSamuel Pitoiset2012-06-11
* rtmp: support connection parametersSamuel Pitoiset2012-06-11
* doc: Add documentation for the newly added rtmp_* optionsSamuel Pitoiset2012-06-11
* libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-10
* avconv: multithreaded demuxing.Anton Khirnov2012-06-10
* Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-10
* audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-10
* audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-10
* audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-10
* audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-10
* vf_libopencv: add missing headers.Anton Khirnov2012-06-10
* iac: add missing dependencyKostya Shishkov2012-06-10
* h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-09
* mov: set AVCodecContext.width/height for h264Mans Rullgard2012-06-09
* iac: generate codec tables as they are supposed to beKostya Shishkov2012-06-09
* indeo4: handle frame type 1 properlyKostya Shishkov2012-06-09
* lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles2012-06-08
* 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