summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc/filters: itemize examples for *settb filtersStefano Sabatini2012-08-241-6/+21
* doc/filters: itemize examples for *setpts filtersStefano Sabatini2012-08-241-7/+25
* doc/filters: move *setpts and *settb filters to the multimedia filters sectionStefano Sabatini2012-08-241-100/+100
* lavfi: rename vf_setpts.c to f_setpts.cStefano Sabatini2012-08-242-2/+2
* lavc/dvdsubenc: check the type of rectangles.Nicolas George2012-08-241-0/+5
* lavf/utils: Try to unwrap pts/dts so as to minimize wrapsMichael Niedermayer2012-08-241-1/+4
* lavf/utils: run update_initial_timestamps() outside some if()Michael Niedermayer2012-08-241-5/+5
* ffmpeg: fix wrap correction code.Michael Niedermayer2012-08-241-6/+7
* mjpeg: fix fliping with emu edges.Michael Niedermayer2012-08-231-6/+24
* Fix partially hidden macroblocks for 10-bit DNxHD.Joseph Artsimovich2012-08-231-4/+12
* ffv1: more than 8 bit per RGB channelGeorg Lippitsch2012-08-231-17/+77
* lagarith: fix alignment on buffers passed into prediction dsp code.Michael Niedermayer2012-08-231-11/+15
* lavf/ape: Fix stream duration calculationjamal2012-08-231-5/+3
* mpeg4audio: dont take the SBR flag too serious.Michael Niedermayer2012-08-231-1/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-2310-43/+71
|\
| * doc/APIchanges: add an entry for codec descriptors.Anton Khirnov2012-08-231-6/+16
| * vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles2012-08-221-0/+1
| * vorbisenc: fix quality parameterJustin Ruggles2012-08-221-2/+2
| * FATE: add ALAC encoding testsJustin Ruggles2012-08-222-0/+16
| * lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles2012-08-222-8/+8
| * alacenc: use s16p sample format as inputJustin Ruggles2012-08-221-13/+12
| * alacenc: remove unneeded sample_fmt checkJustin Ruggles2012-08-221-5/+0
| * alacenc: fix max_frame_size calculation for the final frameJustin Ruggles2012-08-221-1/+1
| * adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles2012-08-221-3/+4
| * rtmp: support strict rtmp serversSamuel Pitoiset2012-08-221-4/+7
| * mjpegdec: support AVRn interlacedMichael Niedermayer2012-08-221-3/+20
| * x86: remove FASTDIV inline asmMans Rullgard2012-08-222-39/+0
* | lavfi: free partial audio buffers when destroying links.Nicolas George2012-08-221-0/+2
* | FATE: Add Canopus Lossless testsDerek Buitenhuis2012-08-223-1/+31
* | utvideoenc: use dsp.sub_hfyu_median_predictionMichael Niedermayer2012-08-221-20/+6
* | utvideoenc: align mangled buffer starts.Michael Niedermayer2012-08-222-8/+11
* | utvideoenc: drop stepMichael Niedermayer2012-08-221-15/+15
* | utvideoenc: avoid writing into the input picture.Michael Niedermayer2012-08-222-22/+41
* | utvideoenc: use ff_generate_len()Michael Niedermayer2012-08-2213-699/+587
* | lavfi/overlay: fix return values.Nicolas George2012-08-221-16/+34
* | lavfi/split: handle closed outputs.Nicolas George2012-08-221-4/+12
* | ffmpeg: use close_output_stream more systematically.Nicolas George2012-08-221-3/+3
* | ffmpeg: move close_output_stream earlier.Nicolas George2012-08-221-12/+12
* | ffmpeg: make decoding_needed a counter.Nicolas George2012-08-222-2/+2
* | lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-224-0/+36
* | ffmpeg: use AV_BUFFERSRC_FLAG_PUSH.Nicolas George2012-08-221-4/+7
* | huffman/huffyuv: move lorens huffman table generation code to huffman.c/hMichael Niedermayer2012-08-224-61/+64
* | utvideoenc: optimize and simplify mangle_rgb_planesMichael Niedermayer2012-08-221-7/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-224-12/+4
|\ \ | |/
| * build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-08-221-1/+1
| * configure: Drop fastdiv optionDiego Biurrun2012-08-222-8/+1
| * build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun2012-08-222-3/+2
| * fate: flac: Only run tests requiring samples when samples are availableDiego Biurrun2012-08-221-1/+1
* | examples/decoding_encoding: flush audio frames in the encoderStefano Sabatini2012-08-221-0/+14
* | examples/decoding_encoding: re-organize frame configuration codeStefano Sabatini2012-08-221-7/+15