summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | lavfi/video: add avfilter.h include to fix make checkheaders.Clément Bœsch2012-05-241-0/+2
* | | ffmpeg: use AUTO_INSERT_FILTER() for -async option.Clément Bœsch2012-05-241-23/+9
| |/ |/|
* | Changelog: update for 0.11Michael Niedermayer2012-05-241-0/+5
* | MAINTAINERS: update versionsMichael Niedermayer2012-05-241-1/+1
* | doc: remove ffmpeg-mt-authorship.txt from master (for upcoming 0.11)Michael Niedermayer2012-05-241-4561/+0
* | ffplay: set base in dr1 allocation.Michael Niedermayer2012-05-241-0/+1
* | dshow: rename dshow.h to avoid conflict with system header of equal nameKyle2012-05-248-7/+7
* | fate: update checksum after pal8 changesMichael Niedermayer2012-05-241-1/+1
* | Build the aformat filter when ffmpeg is built.Carl Eugen Hoyos2012-05-241-1/+1
* | Do not disable ffmpeg with --disable-everything.Carl Eugen Hoyos2012-05-241-2/+2
* | Fix compilation with --disable-everything.Carl Eugen Hoyos2012-05-241-1/+1
* | lavfutils: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | lavfi/video: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | drawutils: fix copyrightMichael Niedermayer2012-05-241-0/+3
* | vf_fps: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | vf_fps: license cleanupMichael Niedermayer2012-05-241-4/+4
* | lavfi/buffer.c: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | lavfi/avcodec.c: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | asrc_anullsrc: fix copyrightMichael Niedermayer2012-05-241-0/+3
* | asink_anullsink: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | af_null: fix copyrightMichael Niedermayer2012-05-241-0/+1
* | lavfi: copy palette in start_frame()Stefano Sabatini2012-05-241-0/+4
* | lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.hStefano Sabatini2012-05-244-4/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-2340-84/+361
|\ \ | |/
| * os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo2012-05-231-0/+6
| * http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-221-1/+15
| * http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-221-2/+19
| * tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-222-0/+23
| * avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-222-0/+20
| * lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-221-2/+1
| * lavfi: fix incorrect comment.Anton Khirnov2012-05-221-2/+2
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-2221-44/+90
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-2210-16/+81
| * lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-225-55/+39
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-221-1/+70
| * avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov2012-05-221-4/+4
| * asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-221-4/+7
| * x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-221-0/+8
| * dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-223-7/+13
* | avidec: simplify avi_read_idx1()Michael Niedermayer2012-05-231-3/+3
* | avidec: discard 0 packets even for sample_size==0 NIMichael Niedermayer2012-05-231-1/+1
* | xsubdec: print frame size when too smallMichael Niedermayer2012-05-231-1/+1
* | lavf: print the invalid tb in avpriv_set_pts_info()Michael Niedermayer2012-05-231-1/+1
* | Do not leak extradata when encoding avui.Carl Eugen Hoyos2012-05-231-8/+11
* | avuienc: Use field_order to determine if a stream is interlaced.Carl Eugen Hoyos2012-05-231-1/+3
* | Fix compilation with --disable-everything --enable-demuxer=ogg (--disable-yasm).Carl Eugen Hoyos2012-05-231-1/+2
* | Fix compilation with --disable-everything --enable-demuxer=flac (--disable-ya...Carl Eugen Hoyos2012-05-231-1/+2
* | af_amerge: compute output timestamp.Nicolas George2012-05-231-0/+5
* | af_amerge: set samples rate in query_formats.Nicolas George2012-05-231-0/+1
* | ffv1: fix decoder state_transition tableMichael Niedermayer2012-05-231-1/+1