| Commit message (Expand) | Author | Age | Files | Lines |
* | buffersrc: add av_buffersrc_write_frame(). | Anton Khirnov | 2012-05-14 | 1 | -2/+1 |
* | avconv: use lrint() for rounding double timestamps | Mans Rullgard | 2012-05-10 | 1 | -2/+2 |
* | lavc: pad last audio frame with silence when needed. | Anton Khirnov | 2012-05-09 | 1 | -8/+0 |
* | lavfi: add video buffer sink, and use it in avtools | Anton Khirnov | 2012-05-09 | 1 | -30/+74 |
* | avconv: remove stray useless comment. | Anton Khirnov | 2012-05-06 | 1 | -1/+0 |
* | avutil: add av_parse_cpu_flags() function | Mans Rullgard | 2012-04-25 | 1 | -55/+4 |
* | avconv: use libavresample | Justin Ruggles | 2012-04-24 | 1 | -71/+64 |
* | avconv: fix a segfault on -c copy with -filter_complex. | Anton Khirnov | 2012-04-24 | 1 | -1/+12 |
* | avconv: fix off by one check in complex_filter | Luca Barbato | 2012-04-22 | 1 | -1/+1 |
* | ARM: allow runtime masking of CPU features | Mans Rullgard | 2012-04-22 | 1 | -0/+8 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -6/+0 |
* | avconv: fix a segfault when default encoder for a format doesn't exist. | Anton Khirnov | 2012-04-21 | 1 | -8/+10 |
* | avconv: check for an incompatible changing channel layout | Justin Ruggles | 2012-04-18 | 1 | -45/+54 |
* | avconv: only set the "channels" option when it exists for the specified input... | Justin Ruggles | 2012-04-16 | 1 | -2/+10 |
* | avconv: flush decoders immediately after an EOF. | Anton Khirnov | 2012-04-15 | 1 | -1/+8 |
* | avconv: send EOF to vsrc_buffer. | Anton Khirnov | 2012-04-15 | 1 | -0/+3 |
* | avconv: reindent. | Anton Khirnov | 2012-04-15 | 1 | -50/+50 |
* | avconv: add support for complex filtergraphs. | Anton Khirnov | 2012-04-15 | 1 | -56/+420 |
* | avconv: make filtergraphs global. | Anton Khirnov | 2012-04-15 | 1 | -68/+169 |
* | avconv: move filtered_frame from InputStream to OutputStream. | Anton Khirnov | 2012-04-15 | 1 | -5/+5 |
* | avconv: don't set output width/height directly from input value. | Anton Khirnov | 2012-04-15 | 1 | -7/+1 |
* | avconv: move resample_{width,height,pix_fmt} to InputStream. | Anton Khirnov | 2012-04-15 | 1 | -22/+25 |
* | avconv: remove a useless variable from OutputStream. | Anton Khirnov | 2012-04-15 | 1 | -5/+3 |
* | avconv: get output pixel format from lavfi. | Anton Khirnov | 2012-04-15 | 1 | -49/+30 |
* | avconv: change {input,output}_{streams,files} into arrays of pointers. | Anton Khirnov | 2012-04-15 | 1 | -126/+143 |
* | avconv: don't pass input/output streams to some functions. | Anton Khirnov | 2012-04-15 | 1 | -36/+25 |
* | avfiltergraph: make the AVFilterInOut alloc/free API public | Stefano Sabatini | 2012-04-14 | 1 | -2/+2 |
* | avconv: use default channel layouts when they are unknown | Justin Ruggles | 2012-04-10 | 1 | -0/+56 |
* | avconv: parse channel layout string | Justin Ruggles | 2012-04-10 | 1 | -0/+36 |
* | avconv: allow '-async -1' to disable timestamp sync for audio encoding | Justin Ruggles | 2012-04-09 | 1 | -2/+2 |
* | avconv: use default alignment for audio buffer | Justin Ruggles | 2012-04-09 | 1 | -1/+1 |
* | avconv: remove OutputStream.picref. | Anton Khirnov | 2012-04-09 | 1 | -5/+5 |
* | avconv: only set SAR once on the decoded frame. | Anton Khirnov | 2012-04-09 | 1 | -2/+3 |
* | avconv: remove an unused function parameter. | Anton Khirnov | 2012-04-06 | 1 | -2/+1 |
* | avconv: remove now pointless variables. | Anton Khirnov | 2012-04-06 | 1 | -10/+2 |
* | avconv: drop support for building without libavfilter. | Anton Khirnov | 2012-04-06 | 1 | -110/+0 |
* | lavc/avconv: support changing frame sizes in codecs with frame mt. | Ronald S. Bultje | 2012-03-24 | 1 | -4/+7 |
* | avconv: fix the resampling safety factors for output audio buffer allocation | Justin Ruggles | 2012-03-23 | 1 | -1/+1 |
* | avconv: move audio output buffer allocation to a separate function | Justin Ruggles | 2012-03-23 | 1 | -20/+32 |
* | avconv: make the async buffer global and free it in exit_program() | Justin Ruggles | 2012-03-23 | 1 | -5/+13 |
* | avconv: free packet in write_frame() when discarding due to frame number limit | Justin Ruggles | 2012-03-20 | 1 | -1/+3 |
* | avconv: pass input stream timestamps to audio encoders | Justin Ruggles | 2012-03-20 | 1 | -0/+1 |
* | avconv: remove pointless checks. | Anton Khirnov | 2012-03-15 | 1 | -5/+3 |
* | avconv: check for get_filtered_frame() failure. | Anton Khirnov | 2012-03-15 | 1 | -3/+7 |
* | avconv: remove a pointless check. | Anton Khirnov | 2012-03-15 | 1 | -2/+1 |
* | avconv: reindent | Anton Khirnov | 2012-03-13 | 1 | -17/+17 |
* | avconv: link '-passlogfile' option to libx264 'stats' AVOption. | Anton Khirnov | 2012-03-13 | 1 | -0/+4 |
* | avconv: add -cpuflags option for setting supported cpuflags. | Anton Khirnov | 2012-03-06 | 1 | -0/+64 |
* | avconv: fix counting encoded video size. | Anton Khirnov | 2012-03-06 | 1 | -2/+2 |
* | avconv: set discard on input streams automatically. | Anton Khirnov | 2012-02-26 | 1 | -12/+4 |