summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtpenc: Fix memory leaks in the muxer open functionMartin Storsjö2012-06-171-2/+6
* amr: Cosmetic cleanupMartin Storsjö2012-06-171-57/+40
* mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö2012-06-171-1/+1
* doc: Add missing protocols to list of supported protocols.Diego Biurrun2012-06-171-2/+13
* tcp: Check the listen callJordi Ortiz2012-06-171-1/+5
* flacdec: read attached pictures.Anton Khirnov2012-06-161-0/+123
* lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-161-1/+1
* af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau2012-06-151-0/+4
* segment: remove unnecessary <strings.h> includeJanne Grunau2012-06-151-1/+0
* fate: add snow hpel testsMans Rullgard2012-06-153-0/+13
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-143-5/+7
* rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-143-3/+56
* doc: document THREAD_TYPE fate variableLuca Barbato2012-06-141-0/+3
* rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö2012-06-141-1/+1
* avconv: don't try to free threads that were not initialized.Anton Khirnov2012-06-141-1/+1
* rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-132-1/+4
* rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset2012-06-131-17/+29
* rtmp: Handle server bandwidth packetsSamuel Pitoiset2012-06-131-1/+11
* rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset2012-06-131-0/+3
* lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-131-6/+4
* configure: add all filters hardcoded into avconv to avconv_depsAnton Khirnov2012-06-131-2/+3
* avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-131-2/+1
* lavfi: allow building without swscale.Anton Khirnov2012-06-134-9/+13
* build: Do not delete tests/vsynth2 directory, which is no longer created.Diego Biurrun2012-06-132-2/+1
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-1313-64/+94
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-1339-6/+179
* lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-134-1/+38
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-1318-44/+53
* jack: update to new latency range API as the old one has been deprecatedSean McGovern2012-06-132-1/+9
* rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö2012-06-131-6/+19
* ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-123-4/+4
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-128-1/+192
* golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()Justin Ruggles2012-06-121-1/+1
* sws: fix planar RGB input conversions for 9/10/16 bpp.Ronald S. Bultje2012-06-121-41/+97
* avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-121-2/+10
* avconv: support only native pthreads.Anton Khirnov2012-06-121-11/+7
* rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset2012-06-121-2/+2
* rtmp: Do not send extension for flv filesSamuel Pitoiset2012-06-111-2/+6
* rtmp: support connection parametersSamuel Pitoiset2012-06-112-0/+89
* doc: Add documentation for the newly added rtmp_* optionsSamuel Pitoiset2012-06-111-2/+37
* libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-101-1/+2
* avconv: multithreaded demuxing.Anton Khirnov2012-06-101-2/+155
* Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-102-1/+5
* audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-102-0/+19
* audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-102-0/+18
* audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-102-0/+22
* audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-101-5/+1
* vf_libopencv: add missing headers.Anton Khirnov2012-06-101-0/+2
* iac: add missing dependencyKostya Shishkov2012-06-101-0/+1
* h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-091-0/+6
OpenPOWER on IntegriCloud