aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libavfilter: export ff_default_query_formats()Michael Niedermayer2012-05-251-0/+1
* release_notes: updateMichael Niedermayer2012-05-251-33/+0
* Revert "removing lowres support"Michael Niedermayer2012-05-2511-41/+461
* avdevice: bump soname due to lavf soname bumpMichael Niedermayer2012-05-251-2/+2
* lavfi/pixdesctest: use AVPALETTE_SIZE macroStefano Sabatini2012-05-251-1/+1
* lavfi/pixdesctest: fix SAME -> SAME memcpyStefano Sabatini2012-05-251-1/+1
* lavfi/hflip: copy palette data in start_frame()Stefano Sabatini2012-05-252-1/+17
* lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch2012-05-251-2/+6
* Fixed warnings about int64 to int32 conversionMichael Bradshaw2012-05-251-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-2511-86/+795
|\
| * rtmp: Return a proper error code instead of -1Samuel Pitoiset2012-05-241-4/+4
| * rtmp: Check malloc callsSamuel Pitoiset2012-05-241-20/+58
| * rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-242-55/+140
| * lavfi: add audio mix filterJustin Ruggles2012-05-236-1/+587
| * flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö2012-05-231-2/+2
| * tqi: Pass errors from the MB decoderMichael Niedermayer2012-05-231-3/+7
* | doc/filters: move "aformat" before "amerge".Clément Bœsch2012-05-241-26/+26
* | doc/filters: remove old aformat entry.Clément Bœsch2012-05-241-21/+0
* | 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