summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mov: set AVCodecContext.width/height for h264Mans Rullgard2012-06-091-3/+0
* iac: generate codec tables as they are supposed to beKostya Shishkov2012-06-092-25/+62
* indeo4: handle frame type 1 properlyKostya Shishkov2012-06-091-4/+6
* lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles2012-06-081-1/+1
* float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-083-3/+30
* ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-084-8/+8
* Add a float DSP framework to libavutilJustin Ruggles2012-06-0839-188/+602
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-0815-29/+29
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-0839-38/+38
* vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard2012-06-081-1/+1
* mpegts: Remove disabled extension matching probe.Alex Converse2012-06-071-8/+0
* fate: avoid freopen(NULL) in videogen/rotozoomMans Rullgard2012-06-073-12/+14
* vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-054-4/+17
* avprobe: Identify codec probe failures rather than calling them unsupported c...Alex Converse2012-06-051-1/+4
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-051-12/+24
* avformat: Factorize codec probing.Alex Converse2012-06-051-20/+25
* Indeo Audio decoderKostya Shishkov2012-06-059-15/+87
* imc: make IMDCT support stereo outputKostya Shishkov2012-06-051-6/+10
* imc: move channel-specific data into separate contextKostya Shishkov2012-06-051-187/+217
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-0545-176/+235
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-055-33/+66
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-0535-210/+307
* avplay: use buffersrc instead of custom input filter.Anton Khirnov2012-06-051-221/+76
* avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-053-142/+172
* avconv: don't use InputStream in the buffer management code.Anton Khirnov2012-06-051-20/+21
* avconv: fix exiting when max frames is reached.Anton Khirnov2012-06-051-1/+1
* mpc8: fix maximum bands handlingKostya Shishkov2012-06-051-2/+3
* aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-041-0/+3
* movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse2012-06-047-13/+15
* mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeingJindřich Makovička2012-06-041-46/+9
* doc/avconv: add some details about the transcoding process.Anton Khirnov2012-06-041-0/+120
* avidec: make scale and rate unsigned.Anton Khirnov2012-06-041-2/+2
OpenPOWER on IntegriCloud